.submenu{
	font-family:Tahoma, Verdana;
	font-size:13px;
	font-weight: bold;
	border: solid 2px ##003895;
	padding: 3px 5px 3px 5px; 
	margin: 0px; 
	background: #f1f1f1;
	white-space: nowrap;
	color:#003895; 
}
.submenumouseover{
	font-family:Tahoma, Verdana;
	font-size:13px;
	font-weight: bold;
	color:white;
	text-decoration:underline;
	border: solid 2px #003895;
	padding: 3px 5px 3px 5px; 
	margin: 0px; 
	background: #003895; 
	white-space: nowrap; 
}

.menuitem {
	font-family:Tahoma, Verdana;
	font-size:13px;
	font-weight: bold;
	border: solid 0px #f1f1f1; 
	padding: 0px 3px 0px 3px; /* t r b l*/
	margin: 0px; 
	background: #003895; 
	white-space: nowrap; 
	color:whitesmoke;
	/*cursor:pointer;
	cursor:hand;*/
}
.mouseover {
	font-family:Tahoma, Verdana;
	font-size:13px;
	font-weight: bold;
	text-decoration:underline;
	color:white;
	border: solid 0px #999;
	padding: 0px 3px 0px 3px;
	margin: 0px; 
	background: #003895; 
	white-space: nowrap; 
	cursor:pointer;
	cursor:hand;
}