/* @override http://janinemartens.com/blog/wp-content/themes/defusion/nav.css */

/*Main Navbar */

/* EJC changes are found above anything commented out. Commented out border because found better solution using png graphic files */


#nav {
	position: absolute;
	bottom: 0;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background: url(img/menu_bg.png) repeat-x left top;
	/*background: url(img/bg-menu.gif) repeat-x left top;*/
	/*border-top: 2px solid #444;*/
	/*border-bottom: 1px solid #444;*/
}
	
#nav, #nav ul {
	width: 940px;
	list-style: none;
	line-height: 40px;
	}

#nav a, #nav a:hover {
	display: block;
	background: url(img/menu_bg-a.png) no-repeat right top;
	/*background: url(img/bg-menu-a.gif) no-repeat right top;*/
	text-decoration: none;
	border: none;
	/*border-right: 1px solid #444;*/
}

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

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

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	text-decoration: none;
	}	
	
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #6e7073;
	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, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	background: #1e1f21;
	}

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

a.main:hover
{	background:none;
	}
