/*Main Navbar */



.nav {
	font-size:1.3em;
	margin-bottom: 5px;
	}		
	
.nav, .nav ul {
	list-style: none;
	}

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

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

.nav a, .nav a:visited {
	display:block;
	font-weight:bold;
	padding:0px 6px;
	margin: 6px 6px;
	}

.nav a:hover, .nav a:active, .current a {
	border-left: solid 4px #f2d201;
	}
	
.current a {
	color: #333;
	}	
	
	


a.main:hover
{	background:none;
	}
	
	

		
