/*Main Navbar */

#nav { background-repeat: repeat-x; background-attachment: scroll; background-position: left top; position: absolute; top: 245px; bottom: 0; left: 0; margin: 0; padding: 0; }
	
#nav, #nav ul { color: #fff; font-size: 14px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; width: 843px; list-style: none; line-height: 40px; }

#nav a, #nav a:hover { font-weight: bold; background-repeat: no-repeat; background-attachment: scroll; background-position: right top; text-decoration: none; display: block; border: none; }

#nav li {
	float: left;
	list-style: none;
	}

#nav a, #nav a:visited {
	display: block;
	color: #fff;
	padding: 0 38px;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on { color: #fff203; text-decoration: none; }	
	
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	margin: 0;
	padding: 0;
	height: auto;
	width: 174px;
	line-height: 30px;
	}

#nav li li {
	width: 172px;
	}

#nav li li a, #nav li li a:visited { font-weight:normal; font-size:0.9em; color:#000; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

#nav li li a:hover, #nav li li a:active { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { color: #fff203; left: auto; }

a.main:hover
{	background:none;
	}
