/* Essentials - configure this */
#nav		{position: absolute; display: block; z-index: 10; margin-top: 30px; width: auto; right: 0px;}

#nav ul 	{width:270px;}
#nav ul ul 	{left:270px;}
#nav ul 	{display:none; position:absolute; left:0; margin:0px 0px 0px 0px; padding:0; }
#nav ul ul 	{top:0;}

a#btn_home {
	display:block;
	width:107px;/*width:117px;*/
	height:31px;/*48px;*/ 
	padding:15px 5px 0px 5px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	line-height:normal;
	margin:0px;
	color:#fff;
}

a#btn_ship {
	display:block;
	width:107px;/*width:117px;*/
	height:39px;/*48px;*/ 
	padding:7px 5px 0px 5px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	line-height:normal;
	margin:0px;
	color:#fff;
	margin-left:-2px;
}

a#btn_home:hover, a#btn_ship:hover {
	background-position:0 -46px;
	text-decoration:none;
}




li.top_level {
	list-style: none; 
	margin:0px; 
	padding:0; 
	float: left; 
	position: relative; 
	/*text-transform:uppercase;*/
	color:#91A099;
	font-size: 13px;
	display: inline;
}	

li.top_level a {
	
	/*width:107px;width:117px;*/
	/*height:39px;48px;*/ 
	/*padding:0px 10px 0px 10px;*/
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	line-height:normal;
	/*margin:0px 5px 0px 5px;*/
	/*text-transform:uppercase;*/
	/*color:#91A099;*/

}

li.top_level a:hover {
	/*width:107px;width:117px;*/
	/*height:39px;48px;*/ 
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
	/*text-transform:uppercase;*/
	color:#ffffff;
	/*background:#91A099;*/
}

ul.sub1 {padding-top: 20px; top: 18px; z-index: 2002;}

li.sub1, li.sub2 {
	display: block; 
	list-style: none; 
	z-index: 2003;
	margin: 0; 
	padding: 0; 
	float: left; 
	position: relative; 
	font-size: 12px !important;
}

li.sub1 a, li.sub2 a { 
	display: block; 
	/*width:260px;/*180px;*/
	height:23px;/*30px;*/
	padding:7px 0px 0px 10px;
	background-color:#333333;
	text-align:left;
	border-bottom:1px solid #ffffff;
	font-weight:normal;
	background-image:none;
	background-repeat:no-repeat;
	background-position:0 -92px;
	color:#fff;

}

li.sub1 a:hover, li.sub1 a:hover { 
	/*width:260px;/*180px;*/
	height:23px;/*30px;*/
	background-color:#2d2d2d;
	font-weight:normal;
	background-image:none;
	background-repeat:no-repeat;
	background-position:0 -92px;
	color:#fff;

}


	

