.chromestyle{
width: 100%;
font-family: Arial, Ms Sans Serif, Verdana, Tahoma, Helvetica;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #FFFFFF;
text-decoration: none;
}

.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: 100%;
padding: 2px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #CCCCCC;
padding: 4px 10px;
margin: 1;
text-decoration: none;
border-right: 1px solid #bbbbbb;
border-left: 1px solid #bbbbbb;
}

.chromestyle ul li a:hover{
color: #fb5a9a;
background-color: #272727;
border: 1px solid #BBBBBB;
border-top: 1px solid #000000;
border-bottom: 1px solid #BBB;
}

.chromestyle ul li a.selected{
color: #FFFFCC;
background-color: #000000;
border: 1px solid #BBBBBB;
border-top: 1px solid #000000;
border-bottom: 1px solid #BBB;
/*background: url(../images/cellbg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 10;
border: 1px; /*THEME CHANGE HERE*/
border-bottom-width: 1;
font-family: Arial, Ms Sans Serif, Verdana, Tahoma, Helvetica;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
line-height:11px;
z-index:100;
background-color: #8a73c7;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#222222,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


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

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

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