.chromestyle{
width: 99%;
}

.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%;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
padding: 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
line-height:35px;
}

.chromestyle ul li a{
color: #cccccc;
padding: 8px 8px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color:#f4bb42;
}

.chromestyle ul li a.clicked{
color:#f4bb42;
}


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

.dropmenudiv1{
filter:alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;
position:absolute;
top: 0;
font:normal 15px Arial;
line-height:18px;
z-index:100;
background-color: #000000;
width:230px;
visibility: hidden;
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}
.dropmenudiv1 a{
width: auto;
display: block;
text-indent: 10px;
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

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

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
color:#f4bb42;
}
