#chromemenu{

}
#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
margin-left: 0;
padding-left: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
font: 14px Georgia, "Times New Roman", Times, serif;
color:#D8E3D8;
text-decoration:none;
padding: 6px 12px 6px 7px;
text-decoration: none;
padding-bottom:6px;
}

#chromemenu ul li a:hover{
color: #D0FBDD;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font: 12px Georgia, "Times New Roman", Times, serif;
line-height:18px;
z-index:200;
background-color: #086224;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #D0FBDD;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #D0FBDD;
color: #086224;
text-decoration: none;
}
/* ######### Style for Drop Down Menu Two ######### */