

/*  Nav css */

#menu_top {
	text-transform: uppercase;
	}

#menu_top h2 {
	display: none;
	}
#menu_top ul {
	list-style: none;
	padding: 0px;
	}
	
#menu_top ul.selected {
	list-style: none;
	padding: 0 0 0 0;
	background-color: #350702;
	text-transform: capitalize;
	border-left: 10px solid #3d5b5c;
	}	
	
#menu_top a {
	color: #ffffff;
	font-size: 1.2em;
	line-height: 2.3em;
	display: block;
	width: auto;
	padding: 0px 10px;
	margin: 0px 9px;
	}

#menu_top a:hover {
	background-color: #FFFFFF;
	}


#menu_top {
	background: url('../images/watermark.gif') no-repeat right top;
	/* this bg image is the watermark - change the colors to match */
	}
	
#menu_top .main-nav li.selected {
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	padding: 0px;
	background-color: #85610C;
}


	/*
#menu_static {
	width: 239px;
	text-align: right;
	text-transform: uppercase;
}
#menu_static ul {
	list-style: none;
	text-transform: uppercase;
	}
#menu_static a {
	color: #ffffff;
	font-size: 1.2em;
	line-height: 2em;
	display: block;
	width: auto;
	padding: 0px 15px;
	border-top: #990000 1px solid;
	border-bottom: #990000 1px solid;
	}
#menu_static a:hover {
	color:#990000;
	background-color: #E8D99F;
	display: block;
	border-top: #674B0A 1px solid;
	border-bottom: #79291C 1px solid;
	} */
