/* @override http://www.klompje.com/wordpress/wp-content/themes/mimbo2.2/nav.css */

/*Main Navbar */

#nav {
	background: red;
	font-size:1.1em;
	}
	
#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: thin dotted white;
}

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: white;
	padding:6px 12px;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	background: #ebebeb;
	text-decoration:none;
	color: red;
}	
	
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom-style: none;
	border-bottom-color: #a9a9a9;
}

#nav li li {
	width: 172px;
	border-bottom: thin dotted #e6e6e6;
	border-top-style: none;
	border-left-width: 0;
	border-left-style: none;
	border-right-width: 0;
	border-right-style: none;
}

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

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

		
