/* CSS Document */


.nav a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 10px;
text-decoration:none;
}

.nav .levelOne {
color: #0020a8;
}

.levelOne a:active, .levelOne a:visited, .levelOne a:link {
color:#0020a8;
}
.levelOne a:hover {
color:#d90000;
text-decoration:underline;
}
 
.levelTwo a:active, .levelTwo a:visited, .levelTwo a:link {
color: #8f9bd1; 
/*padding-left:10px; */
}

.levelTwo a:hover {
color:#d90000;
text-decoration:underline;
}



