/*Main Navbar */

#nav {
	background-color: #404040;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
	
#nav, #nav ul {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	width: 940px;
	list-style: none;
	line-height: 30px;
	font-weight: bold;
}

#nav a, #nav a:hover { background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: right top; display: block; text-decoration: none; }

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

#nav a, #nav a:visited {
	display: block;
	color: #fff;
		padding-right: 40px;
	padding-left: 15px;
	}

#nav a:hover, #nav a:active, #home .on {
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
}	
	
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	margin: 0;
	height: auto;
	width: 180px;
	line-height: 20px;
	padding:0;
	}

#nav li li {
	width: 180px;
	background-color: #404040;
	padding-bottom: 5px;
}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:11px;
	color:#fff;
	background-color: #404040;
	}

#nav li li a:hover, #nav li li a:active {
	color: #CC0000;
		font-weight: normal;
	}	
		
#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 {
	left: auto;
		font-weight: normal;
	}

a.main:hover
{	background:none;
	}