.chromestyle{
width: 99%;
font-weight: 600;
text-align:left;
color: #FFFFFF;
font-size:13px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
color: #FFFFFF;
font-family: Palatino Linotype;
font-size:13px;
visibility: hidden;

}

.chromestyle ul{
width: 100%;
color: #FFFFFF;
font-family: Palatino Linotype;
font-size: 13px;
text-decoration:none;
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
color: #FFFFFF;
font-family: Palatino Linotype;
font-size:13px;


}

.chromestyle ul li a{
color: #FFFFFF;
font-size:13px;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #DEDEDE;
text-decoration:none;
font-size:13px;
}

.chromestyle ul li a[type]:after{ /*HTML to indicate drop down link*/
/*content: " v";
content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border:none; /*THEME CHANGE HERE*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #4E5359;
width: 200px;
visibility: hidden;
color: #FFFFFF;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=75);
/*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;
color: #FFFFFF;
text-decoration: none;
}
