/*Main Navbar */

#nav {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	
	background:url(img/bg-navbar.png) no-repeat top;
	font-weight:bold;
	letter-spacing:0.1em;
	font-family: "Helvetica", "Arial", sans-serif;
	}
	


#nav, #nav ul {
	width: 940px;
	list-style: none;
	line-height: 30px;
	
	
	}
#nav ul {
	background:#ff;

}

#nav a, #nav a:hover {
	display: block;
	color: #00b4e5;
	/*background: url(img/bg-menu-a.gif) no-repeat right top;*/
	text-decoration: none;
	border: none;
	}

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

#nav a, #nav a:visited {
	display: block;
	color: #000;
	padding: 0 20px;
	}

#nav a:active, .current_page_item	a, #home .on {
	text-decoration: none;
	
	}	
	
#nav a:hover {

text-decoration: none;

/*background: url(img/bg-ahover.png) no-repeat;*/
color: #00b4e5;
}
#nav li li a:hover {
color:#1eaad1;
/*background-color:#eee;*/
background-image:none;
}
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 172px;
	
background: url(img/bg-nav-dropdown.png) repeat-x;
  

	line-height: 30px;
	}

#nav li li {
	width: 172px;
	/*border-top: 1px solid #6e7073;
	border-right: 1px solid #6e7073;
	border-left: 1px solid #6e7073;
	background: #1e1f21;*/
	}

#nav li li a {
	font-weight:normal;
	font-size:0.9em;
	color:#000;

	
	

	}

#nav li li a:active {
	background:#fff;
	}	
		
#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;
	}