/*Main Navbar */

#nav {
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background:#4e70aa;
	font-size: 10px;
	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	}

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

#nav li {
	float: left;
	list-style:none;
	border-right:1px solid #fff;
	}

#nav a, #nav a:visited {
	display:block;
	color: #f5f5f4;
	padding:6px 12px;
	}

#nav a:hover {
	background:#355792;
	text-decoration:none
	}	
	
	
/* Dropdown Menus */		
#nav a:active, .current_page_item	a, #home .on {
	color: #dacf43;
	background:#385791;
	text-decoration:none
	}	
	
	
                    		
#nav li ul {
	z-index: 1200;
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #fff;
	}

#nav li li {
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	width: 172px;
	background: #4e70aa;
	}

#nav li li a, #nav li li a:visited {
	letter-spacing: 0px;
	text-transform: none;
	font-weight: bold;
	font-size: 12px;
	color:#FFF;
	}

#nav li li a:hover {
	background: #355792;
	}	
		
#nav li li a:active {
	color: #993300;
	background: #cccccc;
	}	
		
#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;
	}
	
	

		
