#navcontainer{
	min-height: 28px;
     
}

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background: #fff  repeat-x;
	color: #666;
	float: left;
	position: relative;
	top: 0em;
	width: 100%;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #666;
} 


#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding: 0.5em 1em;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	float: left;
	border-right: 1px solid #666;
	cursor: pointer;
}

#navcontainer ul li a:hover {
	color: #dd0;
	background-color: #eee;
	font-weight: bold;
}

#navcontainer a:active {
/*	background: url(../images/menuarrow.gif) no-repeat top center; */
	color: #dd0;
	font-weight: bold;
}

#navcontainer li#active a {
/* 	background: url(../images/menuarrow.gif) no-repeat top center; */
	color: #dd0;
	font-weight: bold;
}
