.navlink
{
color: #000;
font-family: arial,helvetica,verdana;
font-size: 11px;
text-decoration: none;
font-weight: bold;
}
a.navlink:hover
{
color:#5A0000;
font-family: arial,helvetica,verdana;
font-size: 11px;
text-decoration: none;
font-weight: bold;
}
a.navlink:visited
{
font-family: arial,helvetica,verdana;
font-size: 11px;
color: #000;
text-decoration: none;
font-weight: bold;
}
.onhover {
width: 150px;
height:20px;
padding-left: 5px;
background: #FBF2D3;
color:#5A0000;
font-family: arial,helvetica,verdana;
font-size: 12px;
	border-top : 1px solid #5A0000;
	border-left : 7px solid #5A0000;
	border-right : 1px solid #5A0000;
	border-bottom: 2px solid #ffffff;
}
.nohover {
width: 150px;
height:20px;
padding-left: 5px;
background: #FBF2D3;
color: #000;
font-family: arial,helvetica,verdana;
	font-size: 12px;
	border-top : 1px solid Gray;
	border-left : 7px solid Gray;
	border-right : 1px solid Gray;
	border-bottom: 2px solid #ffffff;
}
.onhoveraz {
width: 150px;
height:20px;
background: #FBF2D3;
color:#5A0000;
font-family: arial,helvetica,verdana;
font-size: 12px;
	border-top : 1px solid #5A0000;
	border-left : 7px solid #5A0000;
	border-right : 1px solid #5A0000;
	border-bottom: 1px solid #5A0000;
}
.nohoveraz {
width: 150px;
height:20px;
background: #FBF2D3;
color: #000;
font-family: arial,helvetica,verdana;
	font-size: 12px;
	border-top : 1px solid Gray;
	border-left : 7px solid Gray;
	border-right : 1px solid Gray;
	border-bottom: 1px solid Gray;
	}
