#sitenav {
	position: absolute;
	width: 950px;
	height: 35px;
	background: #e2232d url(sitenav.gif);
	margin: 0;
	padding: 0;
	z-index: 999;
	}
	
#sitenav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 35px;
	background: none;
	position: relative;
	}
	
#sitenav a {
	display: block;
	
	height: 35px;
	padding: 0 10px;
	line-height: 35px;
	color: #fff;
	font-size: .8125em;
	
	text-shadow: 0 1px 0 #550000;	
	}
	
* html #sitenav a {
    float: left;
}


/* [ First Level ] */

#sitenav ul {
	display: none;
	}

#sitenav ul{
	position: absolute;
	top: 35px;
	left: 0;
	background: #fff;
	z-index: 999;
	width: 185px;
	padding: 5px;
	margin: 0;
	list-style: none;
	line-height: 16px;
	border: solid 2px #C61F27;
	border-top: none;
}
	
#sitenav ul li{
	clear: both;
	float: none;
	line-height: 16px;
	height: auto;
}

#sitenav ul a{
	color: #222;
	line-height: 20px;
	height: auto;
	padding: 3px 10px 2px;
	border-bottom: solid 1px #fff;
	font-size: 12px;
	
	text-shadow: none;
}

#sitenav ul a:hover{
	background: #d2d2d2;
	border-bottom: solid 1px #b6b6b6;
	text-decoration: none;
}

	
#sitenav .has_sub_over{
	z-index: 999;
	background: url(has_sub_over.gif) no-repeat center bottom;
}

#sitenav .has_sub_over ul{
	display: block;
	
}