.style1 {
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;
}

#navcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 0;
	margin-top: 0px;
	/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
	background-color: #DCCCCC;
	color: #000033;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-size: 10px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
	padding: 0px 0;
	float: left;
	list-style: none;
}

#navcontainer ul li a
{
	color: #000066;
	text-decoration: none;
	padding: 0px;
	background: url(images/bg_nav_button.png) no-repeat;
	display: block;
	height: 22px;
	width: 75px;
}

#navcontainer ul li a:hover
{
	color: #000033;
	background-image: url(images/bg_nav_button_hover.png);
	background-repeat: no-repeat;
}

#navcontainer #active { border-left: 1px solid #fff; }
#navcontainer {
	width: 675px;
	margin-right: auto;
	margin-left: auto;
}
