.chromestyle{
width:700px;
font-weight: bold;


}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height:0; 
clear: both;
visibility: hidden;
}

.chromestyle ul{
border:0px solid #BBB;

width:700px;
padding: 12px 0px 11px 0px;
margin: 0;

text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding:0px;

margin:0px;
}

.chromestyle ul li a{
color: #ffffff;
padding:12px 16px 11px 16px;
margin:0;
text-decoration: none;
font-family:arial;
font-size:12px;
font-weight:bold;
border-right: 1px solid #444444;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/mouse_over.jpg) no-repeat top center; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:12px arial;
font-weight:normal;
background:#333;
z-index:100;

width: 130px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding:7px 0px 7px 10px;
font-size:11px;
text-decoration: none;
font-weight: normal;
color:#ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #9a000c;
}