.chromestyle{
width: 100%;
text-decoration : none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
}

.chromestyle ul{
border: 1px solid white;
width: 759px;
background: url(button_back.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 5px 7px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
text-decoration:none;
}

.chromestyle ul li a{
color: #FFFFFF;
font-family: Tahoma;
font-size: 12px;
padding: 6px 10px;
margin: 0px;
text-decoration: none;
border-right: 1px solid #FFFFFF;
}

.chromestyle ul li a:hover{
background: url(button_back_2.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*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 #FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Tahoma;
line-height:16px;
z-index:100;
background-color: #990000;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 2px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding:2px 0;
text-decoration: none;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FF6600;

}