/* BEGIN style3 */
 #navlist
{
	font: Arial;
	width: 125px;
	font-size: 11pt;
	color: #287B63;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 5px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	color: #287B63;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 5px;
}

#navlist li a {
	text-decoration: none;
	color: #287b63;
	background-image: url(../graphics/button.gif);
	text-align: center;
	margin-left: 5px;
	display: block;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}
#navlist li a:link {
	
}
#navlist li a:hover {
	background-image: url(../graphics/buttonover.gif);
}
#navlist li a:visited {
}

/* END style3 */
