@charset "UTF-8";

/* =========== Global Reset =========== */	


/* =========== IE PNG Fix =========== */	

/* =========== Nav Style =========== */	
#nav {
	float: right;
	margin-top: 32px;
	border-top: solid 1px #484848;
	width: 650px;
}
#nav_left {
	float: right;
	height: 35px;
}
#nav_center {
	/*background-color: #6C6C6C;
	float: left;
	border-top: solid 1px #3a3a3a;
	border-bottom: solid 1px #8c8c8c;
	height: 32px;
	padding-left: 2px;
	z-index: 1;*/
}
#nav_right {
	float: right;
	height: 35px;
}
ul.topnav {
	margin: 0;
	padding: 0;
	
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 6px 0 6px;
	position: relative;
	z-index:2000;
	list-style-type: none;
}
ul.topnav li a{
	/*padding: 0px 2px 0px 2px;*/
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	font-size: 12px;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	float: left;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 38px;
	opacity:0.95;filter:alpha(opacity=95);
	background:#827E7C url(images/submenubg.png) repeat-x scroll center bottom;
	margin: 0;
	padding: 0;
	display: none;
	width: 200px;
	border: 1px solid #676666;
	z-index: 1000;
}
ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666;
	clear: both;
	width: 200px;
	background:none;
	float: left;
	line-height:28px;
	
}
html ul.topnav li ul.subnav li a {
	float: left;
	padding-left: 10px;
	background-image: none !important;
	text-align:left;
	z-index:100;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	
	
	background-image: none !important;
}
html ul.topnav li ul.subnav li a:hover, ul.topnav ul.subnav li:hover, ul.topnav ul.subnav li.active {
	background-image: none !important;
}
