.navcontainer ul {
	float: left;
	margin: 0px;

}

.navcontainer li {
	float: left;
	display: inline;
	list-style-type: none;
	text-align: center;

}

.navcontainer li a {
	margin: 0px;
	float: left;
	width: 143px;
	height: 22px;
	background: url(button.gif);
	line-height: 22px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFCC33;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;

}

.navcontainer li a:hover {
	background: url(button.gif);
	color: #FFFF00;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-left-color: #333333;
	filter: Alpha(Opacity=85);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	list-style-position: outside;
	list-style-type: circle;





} 
