.chromestyle { width: 100%; font:bold 11px Arial;}
.chromestyle:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.chromestyle ul{ height:25px; border-TOP: 1px solid #FFFFFF; width: 100%; background-color: #D9221A; padding: 4px 0; margin: 0;  }
.chromestyle ul li { display: inline; }
.chromestyle ul li a{ color: #FFFFFF; padding: 6px 5px; margin: 0; text-decoration: none; border-right: 1px solid #D9221A; }
.chromestyle ul li a:hover{ border-TOP: 1px solid #000000; background-color: #33535E; color: #FFFFFF;   }

.dropmenudiv{
position:absolute;
top: 0;
color: #FFFFFF; 
border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Arial;
text-align: left;
line-height:25px;
z-index:100;
background-color: #33535E;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF; /*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: #F0F0F0;
color: #000000;
}