#navcontainer {
	width: 155px;
}

#navcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
}


#navcontainer a,  #navlist a
{ 
	display: block;
	width: 155px;
	height: 38px;
	background-image: url("images/active_button.png");
	background-repeat: repeat-x;
	line-height: 3em;
	font-size: 12px;
	font-weight: bold;
}

#navlist a
{
	color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover
{
	height: 38px;
	line-height: 3em;
	background-image: url("images/hoover_button.png");
	background-repeat: repeat-x;
	color: #336699;
}
