#menu {
	height:35px;
}
/* dont forget to change iehacks.css to fix ie errors */
ul#topnav {
	list-style: none;
	margin: 1px 0 0 0;
	float: right;
	width: 560px;
	/*background: #222;
	font-size: 1.2em;
	background: url(images/topnav_bg.gif) repeat-x;*/
	background: url(../images/navbar-bg.png) no-repeat scroll right top;
	height:34px;
	padding-left: 20px;
}
ul#topnav li {
	font-size: 14px;
	font-weight:bold;
	float: left;
	margin: 0;
	padding: 6px 10px 7px 5px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	display: list-item;
	width: auto;
}

ul#topnav li a{
	padding: 0 3px 0 3px;
	color: #cccccc;
	display: block;
	text-decoration: none;
	float: right;
}
ul#topnav li a.current_page_link, ul#topnav li a.current_parent{
	color: #50b7da !important;
}
ul#topnav li a:hover{ 
	/*-- background: url(../images/topnav_hover.gif) no-repeat center top; --*/
	color: #ffffff;
}
ul#topnav li:hover ul.subnav, ul#topnav li.has-menu ul.subnav:hover {
   display: block;
   z-index: 999;
} 
ul#topnav li.has-menu { /*--Drop down trigger styles--*/
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul#topnav li.has-menu.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: 34px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: right;
	width: 200px;
	border: 1px solid #111;
	font-size: .75em;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li ul.subnav li{
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 200px;
	display: inline;
}
html ul#topnav li ul.subnav li a {
	float: left;
	width: 185px;
	color: #cccccc;
	/*background: #333 url(images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;*/
}
ul#topnav li ul.subnav li a.current_page_link, ul#topnav li ul.subnav li a.current_parent{
	color: #50b7da !important;
}

html ul#topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 ;
	color: #fff;
	font-weight:bold;
	/*-- now move text back 3 pixels on hover --*/
	padding-left:7px;
	/*-- compensate width due to padding left so add 3 pixels to the hover background --*/
	width: 188px;
}
#searchform {
	/* float: right; */
}
