.chromestyle{
width: 100%;
font-weight: bold;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
height: 30px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
padding: 0px 0px;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 0px 0px;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
border: 0px solid #FF0000;
}

.chromestyle ul li a{
color: #494949;
padding: 0px 0px;
margin: 0px;
text-decoration: none;
/*border-right: 1px solid #DADADA; */
color:#333333;
}

.chromestyle ul li a:hover{
background-color: transparent;
color: #000000;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/* content: " v"; */
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 1px Verdana;
/*line-height:18px;  */
z-index:100;
background-color: #000000;
width: 71px;
visibility: hidden;
/*
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
text-decoration: none;
font-weight: normal;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

 background-color: #444444;

}
