/*** ESSENTIAL STYLES ***/

nav{
	position:relative;
	margin:0;
	padding:0;
	margin-top:-23px;
}

#main-menu {
	width:95%;
	height:auto;
	margin-left:10px;
	background:rgba(255,255,255,0.5);
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
	margin:0 auto;
	margin-top:-25px;
	margin-bottom:10px;
	
}

#main-menu a{
	color:#262626;
	padding-right:10px;
	text-decoration:none;
	font-family:13px/1.8em "Lucida Sans Unicode","Lucida Grande",sans-serif;
	display:inline-block;
	line-height:2em;
	
}

#main-menu a:hover{
	color:#e46d45;
	text-decoration:underline;
}
