/* @override http://pelicantrust.nl/wp-content/themes/m4media_theme/nav.css */

/*Main Navbar */

#nav {
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-position: right top;
	background-repeat: no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0;
	margin-top: -44px;
	margin-left: 0;
	margin-right: 0;
	position: absolute;
	right: 0;
}
	
#nav, #nav ul {
	list-style: none;
	line-height: 19px;
	height: 15px;
}

#nav a, #nav a:hover {
	background: none right top;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

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

#nav li:hover {
	list-style: none;
	top: 0;
	color: #000;
}

#nav a, #nav a:visited {
	display: block;
	color: #a7a7a7;
	border-left-width: 1px;
}

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

.current_page_item {
	color: #000;
}	
	
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 125px;
	line-height: 40px;
	display: none;
}

#nav li li {
	background: #ffed00 center;
	width: 250px;
	height: auto;
	font-weight: bold;
}

#nav li li a, #nav li li a:visited {
	font-weight: bold;
	font-size: 1em;
	color: #000;
	background-image: none;
}

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