.menuhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Gray;
	text-decoration: none
}
  
.menuitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D3D3D3;
	text-decoration: none;
	line-height: normal
}
  
.menuheadlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Gray;
	text-decoration: none
}
  
a { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 60%; 
  color: #000000; 
  text-decoration: none; 
  line-height: normal ; 
  font-weight: normal }
  
a.menuitem:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF
}
  
a.menuheadlink:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none
}
  
a:hover { 
  text-decoration: none; 
  font-weight: bold }

