.chromestyle{
width: 100%;
margin: 0 auto;
font-famliy: "Trebuchet MS", Arial, Verdana;
}

.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%;
/* background: #000; */
padding: 12px 0;
margin: 0px;
/* text-align: right; */

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #eee;
padding: 4px 12px;
/padding: 4px 9px;
margin: 0;
text-decoration: none;
text-transform:uppercase;
font: 12px "Trebuchet MS", Arial, Verdana;

}


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

.dropmenudiv{
position:absolute;
top: 0;
font: normal 11px "Trebuchet MS", arial, Verdana;
line-height:18px;
z-index:100;
/* background-color: #000; */
background-color: #86DD00;
width: 180px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 12px;
padding: 2px;
padding-left: 10px;
text-decoration: none;
font-weight: normal;
/* color: #eee; */
color: black;
font-famliy: Times, "Trebuchet MS", Arial, Verdana;

}

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

.dropmenudiv a:hover{
background-color: #333;
color: white;
}