

.chromestyle{
width: 962px;
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

background: #000 center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #999999;
/*padding: 2px 2px 4px 6px;  */
padding: 0px;
height: 20px;
margin-left:8px;
margin-top: 2px;
text-decoration: none;

text-align: left;

}

.chromestyle ul li a:hover{
background: #000 center center repeat-x; /*THEME CHANGE HERE*/
color: #fff;
border-bottom: 3px solid #151515;

}

.chromestyle ul li a.selected{ 
background: #000 center center repeat-x; /*THEME CHANGE HERE*/
color: #fff;
border-bottom: 3px solid #151515;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #151515; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
line-height:18px;
z-index:100;
background-color: white;
width: 170px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #151515; /*THEME CHANGE HERE*/
padding: 2px 0;
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
text-decoration: none;
font-weight: bold;
color: #999;
padding: 4px 7px;
background: #1D1D1D;
text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 960px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #1D1D1D;
color: #fff;
}
