@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666666;
	margin: 0 auto;
	
}


ul.topnav {
	list-style: none;

	margin: 0;
	float: left;
	width: 960px;
	font-size: 1.2em;
	background: url(topnav_bg.gif) repeat-x;

}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 2px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 0px;
	color: #fff;
	display: block;
	text-decoration: none;

}
ul.topnav li a:hover{
	background:#333333;
	width:180px;
}


ul.topnav li span { /*--Drop down trigger styles--*/

	height: 37px;
	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: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 178px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
	font-size:11px;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 178px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 155px;
	background: #333  no-repeat 10px center;
	padding-left: 20px;
	
}
html ul.topnav li  ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222  no-repeat 10px center; 
}
.top
{
	width:178px;
	text-align:center;
	font-weight:bold;

}
.gap
{

	background:url(topnav_bg_gap.gif) no-repeat;
	height:37px;

}
.activecolor
{
	background:#666;
}

