.chromestyle{
width: 99%;
font-weight: bold;
}

.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%;
padding: 0px; padding-left:10px;
margin: 0; overflow:hidden; 
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
 padding:0px;
  margin:0px; 
 float:left; 
  list-style-type:none; 
 margin-bottom:-5px;
}

.chromestyle ul li a
{

width:114px; 
height:30px;
padding:0px 0px 0px 0px;
margin:0px;
border:0px solid red;
}
.chromestyle ul li a img
{
border:none;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
padding:0px;
position:absolute; 
margin:0px;
margin-top:-10px; 
top: 0;
border-bottom-width: 0;
font-family:Helvetica,Arial,sans-serif; 
font-weight:normal; 
font-size:11px; 
line-height:20px;
text-decoration:none;
text-align:center; 
line-height:18px;
z-index:100;
background-position:top;
 background-repeat:no-repeat; 
width: 119px;_width:118px;
visibility: hidden; 
}


.dropmenudiv a{
background:#d8ff5e;
color:#587300;
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:#587300;
color:#fff;

}
.dropmenudiv a.foot:hover{ /*THEME CHANGE HERE*/
background-color: none;
}
