.chromestyle ul{
margin: 0;
padding: 0;
float: left;
font: bold 12px Verdana;
width: 900px;
border: 0;
background: black url(blockdefault.gif) center center repeat-x;
}

.chromestyle li{
display: inline;
}

.chromestyle li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.chromestyle li a:visited{
color: white;
}

.chromestyle li a:hover, .chromestyle li a.selected{
background: transparent url(blockactive.gif) center center repeat-x;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:9999;
background-color: #d1d1d1;
width: 200px;
visibility: hidden;
}

.dropmenudiv ul{
width: 200px;
margin: 0;
padding: 0;
border: 0;
}

.dropmenudiv li{
display: block;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #de1519;
}