.chromestyle{
width: 100%;
color:#FFFFFF;
height:100%;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
height:35px;

padding: 10px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
height:35px;
}

.chromestyle ul li a{
font-size:13px;
color:#FFFFFF;
padding: 9px 16px;
margin: 0;
text-decoration: none;
height:35px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color:#639c31;
height:35px; /*THEME CHANGE HERE*/
}

/**** ON-STATE HIGHLIGHT, jim davis 11/24/09 ****/
body.program .chromestyle ul li #nav_program, body.admissions .chromestyle ul li #nav_admissions, body.parents .chromestyle ul li #nav_parents, body.giving .chromestyle ul li #nav_giving, body.news .chromestyle ul li #nav_news, body.about .chromestyle ul li #nav_about, body.contact .chromestyle ul li #nav_contact, body.home .chromestyle ul li #nav_home
{
    background-color:#639c31;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #639c31;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 8px 8px 8px 15px;
text-decoration: none;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #4f8223;
}