/* CSS Document */

#menu {
	width: 132px;
	
		}


.button:link{
	display: block;
	width: 132px;
	height: 20px;
	padding-top: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	background-image: url(/Graphics/menubg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #000066;
	}

.button:visited {
	display: block;
	width: 132px;
	height: 20px;
	padding-top: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image: url(/Graphics/menubg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	color: #000066;
	
}


.button:hover {
	display: block;
	width: 132px;
	height: 20px;
	padding-top: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #FF0000;
	background-image: url(/Graphics/menubuttonhover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}


.button a:active {
	display: block;
	width: 132px;
	height: 20px;
	padding-top: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image: url(/Graphics/menubg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	color: #000066;
	
	}
	
