.menu {
font : bold 10px Verdana, Arial, Helvetica, sans-serif;
line-height : 16px;
}

.menu a,.menu a:link,.menu a:active,.menu a:visited {
display : block;
background : #C0C0C0;
color : #000000;
text-decoration : none;
line-height : 16px;
}

.menu a:hover {
background : #969696;
color : #FFFFFF;
cursor : pointer;
text-decoration : none;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;

}

.white a,.white a:link,.white a:active,.white a:visited {
color : #FFFFFF;
text-decoration : none;
line-height : normal;
}

.white a:hover {
color : #FFFFFF;
cursor : pointer;
text-decoration : underline;
}


.bluered a,.bluered a:link,.bluered a:active,.bluered a:visited {
color : #000099;
text-decoration : none;
line-height : normal;
}

.bluered a:hover {
color : #993333;
cursor : pointer;
text-decoration : underline;
}
.none
{text-decoration: none;
color: #000000;}
