/*Main Navbar */

#nav {
	float: left;
	background-color: #fff;
	}
	
#nav li{ 
	display: inline;
	list-style-type: none;
	padding: .2em .4em;
}	

#nav a {
	color: #1E5856;
	text-decoration: none;
	padding: .2em .4em;
	}
	
#nav a:hover {
	color: #5D0A3A;
	text-decoration: underline; 
	}
	

#nav li {
	background-image: url(img/PuceGrise.gif);
	background-repeat: no-repeat;
	background-position: 0 60%;
	}

#nav a:active, .current_page_item	a, #home .on {
	color: #5D0A3A;
	font-weight: bold;
	}	
	
