#header {
	margin-bottom: 20px;
	}
	
#topmenu { 
	position: absolute; 
	display: block;
	width: 100%;
	top: 192px;
	height: 20px;
	background: #333663;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	background: url('../img/bg_menu.gif') repeat-x top left;
	}
	
#topmenu li {
	list-style-type: none;
	float: left;
	height: 22px;
	width: 130px;
	}

#topmenu li a {
	text-align: center;
	display: block;
	height: 20px;
	width: 130px;
	color: #000;
	font-size: 15px;
	}
	
#topmenu li a:hover {
	text-decoration: none;
	background: url('../img/mouse_over.gif') repeat-x top left;
	}
	
#topmenu li a.selected {
	text-decoration: none;
	color: #FFF;
	background: url('../img/mouse_down.gif') repeat-x top left;
	}
	
#main-page { margin-left: 190px; }

#menu {
	position: absolute;
	display: block;
	top: 212px;
	left: 0px;
	width: 189px;
	border-right: 1px solid #333663;
	background: #727675;
	min-height: 500px;
	}

#menu a.selected { 
	color: #E3A400;
	}
	
#menu img { height: 23px; }
	
#menu ul {
	list-style-type: none;
	margin-top: -4px;
	margin-bottom: 6px;
	}
		
#menu ul.home { background: url('../img/buttons/bg_home.jpg') no-repeat top left; margin-bottom: 1px; }
#menu ul.products { background: url('../img/buttons/bg_products.jpg') no-repeat top left; }
#menu ul.features { background: url('../img/buttons/bg_features.jpg') no-repeat top left; }
#menu ul.downloads { background: url('../img/buttons/bg_downloads.jpg') no-repeat top left; }
#menu ul.cart { background: url('../img/buttons/bg_cart.jpg') no-repeat top left; }
#menu ul.support { background: url('../img/buttons/bg_support.jpg') no-repeat top left; }
#menu ul.shipyard { background: url('../img/buttons/bg_shipyard.jpg') no-repeat top left; }

#menu a { margin-left: 12px; }
#menu li a { font-size: 15px; line-height: 12px; }

#menu li.info { font-size: 12px; line-height: 12px; color: #FFF; padding: 12px 0 0 12px; }
#menu li.buttons { padding: 8px 0 0 12px; }

#menu li.divider { line-height: 25px; padding-bottom: 2px; border-bottom: 1px solid #333663;}

#menu .button { background: #727675; width: 82px; }
#menu .buttonhover { width: 82px; }
#menu .input { font-size: 9px; height: 12px; /*background: #727675;*/	}
#menu .input_active { font-size: 9px; height: 12px; background: #AAA; }
