#navcontainer ul
{
	padding: 0;
	margin-left: -2px;
    margin-top:1px;
	float: left;
	width: 100%;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{

	background: #000 url(images/nav.gif) top left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 6px 10px;
	color: #642F09;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	float: left;
	width: 112px;
	margin-left:0px;
	margin-right:0px;
   font-size:12px;
}

#navcontainer a.chose {
	background: #F5DEA5 url(images/nav1.gif) top left no-repeat;
    color: #642F09;
    padding: 6px 10px;
}

#navcontainer ul li a:hover
{
	background: #F5DEA5 url(images/nav1.gif) top left no-repeat;
	color: #000;

}