@charset "utf-8";
/* CSS Document */
#navcontainer ul { background: url("images/navbutton.gif");}
#navcontainer ul li a	{ background: url("images/navbutton.gif"); background-position: center top;}
#navcontainer ul li a:hover	{ background-position: center -30px;}

#navcontainer ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 6px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0px;
	margin-right: 0px;
	/* cancels gap caused by top padding in Opera 7.54 */
background-color: #5C2E2E;
	color: white;
	width: 1000px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 17px;
	font-size: 11px;
	font-weight: bold;
	/* fixes Firefox 0.9.3 */
}
#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
padding-top: 7px;
	margin: 0px;
	list-style-type: none;
}
#navcontainer ul li a {
	padding-left: 15px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-top: 7px;
	color: #EEEEEE;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #755435;
}
#navcontainer ul li a:hover {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #755435;
	color: #333;
}
#navcontainer #active { border-left: 1px solid #755435; }