.chromestyle{
position:relative;
display:block;
height:42px;
width: 99%;
font-size:11px;
font-weight:bold;
background:transparent url(/images/redslate_background.gif) repeat-x top left;
font-family:Arial,Verdana,Helvitica,sans-serif;
text-transform:uppercase;
}

.chromestyle ul{
margin:0px;
padding:0;
width: 100%;
height:42px;
text-align: left;
}

.chromestyle ul li{
display:block;float:left;margin:0 1px 0 0;
}

html>body .chromestyle ul li a
{
padding:14px 22px 0 22px;
height:28px;
} 

.chromestyle ul li a{
display:block;float:left;color:#FFFFFF;text-decoration:none;padding:14px 22px 0 22px;height:42px;
}

.chromestyle #chromemenu ul li a:hover,.chromestyle #chromemenu ul li a.current{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(/redslate_backgroundOVER.gif);
width:auto;
color:#fff;background:transparent url(/images/redslate_backgroundOVER.gif) no-repeat top center;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:15px;
z-index:100;
background-color:2e2f25;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #333333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #990000;
font-weight: bold;
text-decoration:none;
}