@charset "utf-8";
/* CSS Document */

#Nav{
	width: 902px;
	height: 55px;
	background: url(/images/bg-backend.gif) center top repeat-x;
	position: absolute;
	top:20px;
	left: 50%;
	margin-left: -451px;
	z-index: 100;
	color: #3c3c3c;
	font: bold 11px "Trebuchet MS";
	text-transform: uppercase;
}
#Nav ul{
	margin: 0;
	padding: 0;
	text-align: center;
}
#Nav ul li{
	display: inline-block;
	list-style: none;
	float: left;
	height: 55px;
	width: 110px;
	font-style: italic;
	line-height: 1.4em;
}
#Nav ul li a{
	display: block;
	color: #797979;
	font-style: normal;
	height: 40px;
	width: 110px;
	padding-top: 15px;
}
#Nav ul li a:hover{
	background: url(/images/bg-nav_btn.gif) center top no-repeat;
}



/*---------------*/
#dropmenudiv{
position:absolute;
font: bold 11px trebuchet ms;
z-index:1000;
padding: 10px 0 10px 0;
text-transform: uppercase;
background: url(/images/bg-solidgrid.gif) left top repeat;
}
#dropmenudiv a{
display: block;
height: 23px;
text-align: center;
text-decoration: none;
color: #999999;
padding: 6px 0 0 0;
}
#dropmenudiv a:hover{ /*hover background color*/
background: #1d1d1d;
color: white;
}