/*Main Navbar */

#nav {
	background-color: #0188c8;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0188c8;
	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	color: #FFFFFF;
	}

#nav li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	float: left;
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #0188c8;
	border-left-width: 0px;
	border-left-style: dotted;
	border-left-color: #e6e86e;
	padding-left: 5px;
	margin-right: 5px;
	}

#nav a, #nav a:visited {
	display: block;

font-weight: bold;

color: #f5f5f4;

text-align: left;

padding-top: 6px;

padding-right: 6px;

padding-bottom: 6px;

padding-left: 6px;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	background-color: #9bc700;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	text-decoration: none;
	color: #FFFFFF;
	}	
	
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e6e86e;
	}

#nav li li {
	width: 172px;
	border-top: 0px solid #0188c8;
	border-right: 0px solid #0188c8;
	border-left: 0px solid #0188c8;
	background: #9bc700;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	}

#nav li li a:hover, #nav li li a:active {
	background:#0188c8;
	/*color: #0188c8;*/
	}	
		
#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;
	}

a.main:hover
{	background:none;
	}
	
<!--
/* ALTERLINK*/
#alterlink {
	visibility:hidden!important;
	display:none!important;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#666666;
}
.alterlink {
	visibility:hidden!important;
	display:none!important;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#666666;
}
/* FIN ALTERLINK*/

-->