a
{
font-family: Arial;
font-size: 14px;
color: #fff;
text-decoration: none;
}

a:hover 
{ font-size: 14px;
color: #000;
background: #014376;

}
#chromemenu{
color:#FFFFFF;font-size:14px;

}


.menustyle{
width: 750px;
color:white !important;font-size:1px;
background-color:#415221;
}

.topNav a, .topNav a:link, .topNav a:visited{color:#FFF !important;font-size:14px;}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; font-size:14px;
visibility: hidden;
}

.menustyle ul{
width: 100%;
background-color:#415221;
/*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.menustyle ul li{
display: inline;font-size:14px;
background-color:#415221;
}

.menustyle ul li a{
font-family:Arial;
font-size:14px;
font-weight: 500;
color:#FFFFFF;
padding: 5px 18px 0px 10px;
background-color:#415221;
margin: 0;
text-decoration: none;/*THEME CHANGE HERE*/
}

.menustyle ul li a:hover, .menustyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#b9cb91!important;
font-size:14px;
background-color:#415221;
/*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
color:#fff;
font-size:12px;
font-family: Arial;
border: 1px solid #000000; /*THEME CHANGE HERE*/
background-color:#b9cb91;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
font-family: Arial;
display: block;font-size:12px;
background-color:#b9cb91;
text-indent: 3px; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight:500;
color:#000;!important
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#fff;font-size:13px;
background-color:#415221;
line-height:18px;
font-family: Arial;
}