/* CSS Document */


#navmain{
padding-right: 10px;
padding-left: 5px;
}

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

.nav a:hover{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:14px;
color: #CECF40;
text-decoration:none;
}

.dropdown{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:14px;
line-height: 18px;
z-index: 100;
background-color: black;
width: auto;
padding-right: 4px;
padding-left: 4px;
}

.dropdown a{
width: 175px;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #CECF40;
}

.dropdown a:hover{ /*hover background color*/
background-color: black;
color: white;
}

.noexp a{
text-decoration: none;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:14px;

}

.noexp a:hover{
text-decoration: none;
color: #CECF40;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:14px;

}