.subitem { 
    text-decoration: none;
	font-style: normal;
	font-weight: bold;
    color: #ffffff; font-family: Arial, Helvetica, sans-serif}

.subitem:hover { 
    text-decoration: underline;
	font-style: normal;
	font-weight: bold;
    color: #ffffff; font-family: Arial, Helvetica, sans-serif}




.no_underline {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.no_underline:hover {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #9B9A79;
	border-color: #333399 black;
	font-size: 11px;
}


.on_white {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #73735A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.on_white:hover {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC; border-color: #333399 black}
