/*
+---------------------------------------------------------------+
|	e107 website system
|	-------------------
|	Model Ship Builder
|	-------------------
|	©2008 mcpeace
|	http://www.manatwork.info
|	mcpeace.manatwork@gmail.com
|
|	Released under the terms and conditions of the Commercial License.
|
+---------------------------------------------------------------+
*/
#top_menu {
	width: 350px;
	height: 15px;
	position: absolute;
	top: 334px;
	left: 30px;
	font-size: 11px;
	text-align: left;
}
#top_menu a{
	color: #ffd400;
}
#top_menu a:hover{
	color: #00D4FF;
}
.home {
	background: url("images/home.gif") left no-repeat;
	padding: 0 0 0 15px;	
}
.home1 {
	background: url("images/homeo.gif") left no-repeat;
	padding: 0 0 0 15px;	
}
.contact {
	background: url("images/contact.gif") left no-repeat;
	padding: 0 0 0 15px;	
}
.contact1 {
	background: url("images/contacto.gif") left no-repeat;
	padding: 0 0 0 15px;	
}
.log {
	background: url("images/login.gif") left no-repeat;
	padding: 0 0 0 15px;	
}
.log1 {
	background: url("images/logino.gif") left no-repeat;
	padding: 0 0 0 15px;	
}
.sign {
	background: url("images/signup.gif") left no-repeat;
	padding: 0 0 0 17px;	
}
.sign1 {
	background: url("images/signupo.gif") left no-repeat;
	padding: 0 0 0 17px;	
}
.logou {
	background: url("images/logout.gif") left no-repeat;
	padding: 0 0 0 15px;	
}
.logou1 {
	background: url("images/logouto.gif") left no-repeat;
	padding: 0 0 0 15px;	
}