#chromemenu{
width: 100%;
}

#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%;
background-color: #ADD157;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
color: #00483A;
font-size:10px;
text-decoration : none;
letter-spacing:2;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #00483A;
font-weight: bold;
padding: 4px 17px 4px 17px;
text-decoration: none;
}

#chromemenu ul li a:hover{
color: #00483A;
background-color:#D2E6A9;
}

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

.dropmenudiv{
position:absolute;
top: 0;
color: #00483A;
font: 11px Verdana;
line-height:18px;
z-index:100;
background-color: #D2E6A9;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #00483A;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #D2E6A9;
color:#74AD42;
}
