.chromestyle{
display: inline;
}

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

}

.chromestyle ul{
border: 0px solid #fff;

padding: 0px 17px 0px 27px;
margin: 0;

}

.chromestyle ul li{
display: inline;
padding: 0px 10px 4px 10px;
}

.chromestyle ul li a{
color: #000000;
padding: 4px 10px 4px 10px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
color: #f29917;

margin: 0;
text-decoration: none;

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*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 #b7a5cb; /*THEME CHANGE HERE*/
border-bottom: 10px solid #b7a5cb;
font:normal 11px Arial;
line-height:17px;
z-index:100;
background-color: #b7a5cb;
width: 110px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
text-align: left;

padding: 2px 0;
text-decoration: none;
font-weight: regular;
color: #000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #fff;
text-decoration: none;
}
