/*Main Navbar */

#nav {
width:960px;
	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	width:960px;
	}

#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:normal;
	color: #ffffff;
	padding:6px 12px;
	font-size:14px;
	font-family:'Century Gothic',Verdana, Arial, Helvetica, sans-serif;
	}

#nav a:hover, #nav a:active, .current_page_item,  #home .on {
	text-decoration:none;
	}

#nav a:hover {
background:#953331;
}
/* Dropdown Menus */		
#nav {
z-index: 30
}#nav #m2 {
position: absolute;
visibility: hidden;
margin: 0;
padding: 0;
background: #EAEBD8;
border: 1px solid #5970B2;
z-index:10;	
} #nav #m2 a {	
position: relative;
display: block;
margin: 0;
padding:8px 10px;
width: auto;
white-space: nowrap;
text-align: left;
text-decoration: none;
background: #EAEBD8;
color: #2875DE;
font: 12px;
font-family:'Century Gothic',Verdana, Arial, Helvetica, sans-serif;	
border-bottom:1px dotted #D5DED6;	
} #nav #m2 a:hover {
background: #953331;
color: #FFF;
}

	

		

