/*Main Navbar */

#nav {
	background:#777;
	font-size:1.1em;
	margin-bottom: 10px;
	}
	
#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:1px solid #a9a9a9;
	}

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

#nav a:hover, .current_page_item a, #home .home, #about .about, #fav .fav, #mumbo .mumbo, #website .website, #wordpress .wordpress {
	text-decoration:none;
	text-decoration: underline;
	}	
	
#nav a:active, .current_page_item a, #home .home, #about .about, #fav .fav, #mumbo .mumbo, #website .website, #wordpress .wordpress {
	background:#000;
	text-decoration:none
	}
	
#nav a:active, .current_page_item a, #home_in .home, #about_in .about, #fav_in .fav, #mumbo_in .mumbo, #website_in .website, #wordpress_in .wordpress {
	background:#444;
	text-decoration:none
	}

