/* Main Navbar */
	

#nav, #nav ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 940px;
	margin: 0px;
	padding: 0px;
	background: url(gradient3.png) repeat-x;
	list-style: none;
 background: url(gradient3.png) repeat-x;
}



#nav a, #nav a:hover {
	display: block;
	float: left;
	height: 28px;
	padding: 12px 20px 0 20px;
	background: url(gradient3.png) repeat-x;
	text-decoration: none;
	color: #fff;
}



#nav li {
background: url(gradient3.png) repeat-x;
	float: left;
	list-style:none;
}
	



/* Dropdown Menus */
	



#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #6e7073;
	z-index: 100;
 	background: url(gradient3.png) repeat-x;
}




#nav li li {
	width: 172px;
	border-top: 1px solid #6e7073;
	border-right: 1px solid #6e7073;
	border-left: 1px solid #6e7073;
	background: #1e1f21;	background: url(gradient3.png) repeat-x;

}




#nav li li a, #nav li li a:hover {
	width: 162px;
	height: auto;
	padding: 5px;
	background: none;
	font-weight:bold;
	color:#fff;
}






#nav li li a:hover {
	background: #4a4f54;
}
		
#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 {
	top: 40px;
	left: auto;
}


#nav a:link 	{font-weight:bold; text-decoration:none;}

#nav a:visited 	{font-weight:bold; text-decoration:none;}

#nav a:hover 	{font-weight:bold; text-decoration:none; background: #fff; color:#4a4f54}

#nav a:active 	{font-weight:bold; text-decoration:none;}




.top {background-image: url(gradient3.png);  background-repeat:repeat-x; background-color: #000000; font-size:90%; color:#ffffff; font-family: "Trebuchet MS", Georgia, Helvetica, Arial, sans-serif; font-weight:normal; text-align: left; padding:8px 5px 8px 40px}

.top a:link {color:#ffffff; font-family: "Trebuchet MS", Georgia, Helvetica, Arial, sans-serif; font-weight:bold; text-decoration:none; font-size:95%; padding:3px}

.top a:visited {color:#ffffff; font-family: "Trebuchet MS", Georgia, Helvetica, Arial, sans-serif; font-weight:bold; text-decoration:none; font-size:95%; padding:3px}

.top a:hover { background-color: #ffffff; color: #333333; font-family: "Trebuchet MS", Georgia, Helvetica, Arial, sans-serif; font-weight:bold; text-decoration:none; font-size:95%; padding:3px}

.top a:active {color:#ffffff; font-family: "Trebuchet MS", Georgia, Helvetica, Arial, sans-serif; font-weight:bold; text-decoration:none; font-size:95%; padding:3px}


