a:active {  color: #000000; text-decoration: underline}
a:hover {  color: #2732B6; text-decoration: none}
a:link {  color: #000000; text-decoration: underline}
a:visited {  color: #000000; text-decoration: underline}



a.wh:active {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	

}
a.wh:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11pt;
	

}
a.wh:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11pt;
	

}
a.wh:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11pt;
	

}
.nav {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.nav a{
	color: #FFFFFF;
	width: 80px;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/menubg.jpg);
	background-position: center top;
	height: 32px;
	display: block;
	background-repeat: no-repeat;
	line-height: 30px;
	width: 80px;
}

.nav a:active {
	color: #CCFF99;
}
