
.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;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
color=#636363; font-size: 11px; font-family: verdana, arial, helvetica; font-style: normal; font-weight: normal;
position:absolute;
top: 0;
border: 1px solid #FF6600; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:15px;
z-index:100;
background-color: white;
width: 130px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
color=#636363; font-size: 11px; font-family: verdana, arial, helvetica; font-style: normal; font-weight: normal;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #F9D8B7; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
}

.dropmenudiv a#lastitem{
color=#636363; font-size: 11px; font-family: verdana, arial, helvetica; font-style: normal; font-weight: normal;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FF6600; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e5e5e5;
}

.dropmenudiv span#menuitem {color: #636363;}
 