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;
	background-image:url(../template_images/btn_home.jpg);
	background-repeat:no-repeat;
}

a#btn_home:hover {
	background-position:0 -46px;
	text-decoration:none;
}


a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	text-decoration:none;
}

li.top_level {
	list-style: none; 
	margin:0px; 
	padding:0; 
	float: left; 
	position: relative; 	

}	

li.top_level a {
	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;
	background-image:url(../template_images/btn_bg.jpg);
	background-repeat:no-repeat;

}

li.top_level a:hover {
	display: block;
	width:107px;/*width:117px;*/
	height:/*39px;/*48px;*/ 
	font-weight:/*bold;*/
	line-height:normal;
	text-decoration:none;
	background-image:url(../template_images/btn_bg.jpg);
	background-repeat:no-repeat;
	background-position:0 -46px;
}

li.sub1, li.sub2 {
	display: block; 
	list-style: none; 
	margin: 0; 
	padding: 0;
	float: left; 
	position: relative; 
	width:200px;/*180px;*/

}

li.sub1 a, li.sub2 a { 
	width:260px;/*180px;*/
	height:23px;/*30px;*/
	padding:7px 0px 0px 10px;
	background-color:#333333;
	text-align:left;
	border-bottom:1px solid #3b3b3b;
	font-weight:normal;
	background-image:none;
	background-repeat:no-repeat;
	background-position:0 -92px;

}

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;

}


	
/* Essentials - configure this */
#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; }
