.chromestyle{


}

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

.chromestyle ul{
border: 1px solid #fff;
list-style-type:none;
padding: 4px 17px 4px 0px;
margin: 0;

}

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

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

}

.chromestyle ul li a:hover{
color: #833d7e;
list-style-type:none;
margin: 0;
text-decoration: underline;

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
font-size: 5pt;
/*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 #fff; /*THEME CHANGE HERE*/
border-top-width: 10px;
border-bottom-width: 0;
font:normal 10px Arial;
line-height:14px;
z-index:100;
background-color: none;
width: 80px;
visibility: hidden;
list-style-type:none;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
list-style-type:none;
padding: 0px 0;
text-decoration: none;
font-weight: regular;
color: #999;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: underline;
list-style-type:none;
color: #833d7e;
}