.chromestyle_right{
width: 200px;
font-weight: bold;
} 


.chromestyle_right:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle_right ul{
font-family: "Trebuchet MS";
font-size:10px;
/*border: 1px solid #BBB;*/
width: 200px;
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle_right ul li{
display: inline;
}

.chromestyle_right ul li a{
color:#fbfbfb;
padding: 1px 5px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
text-align: center;
}

.chromestyle_right ul li a:hover{
background-color: #979aa1;
color:#ffffff;
/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

.chromestyle_right 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_right{
position:absolute;
z-index:100;
top: 0;
border: 1px solid #e4e4e4; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 13px "Trebuchet MS";
line-height:18px;
background-color:#FFFFFF;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv_right a{
font:normal 13px "Trebuchet MS";
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #e4e4e4; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-weight:bold;
color: #FFFFFF;
}

* html .dropmenudiv_right a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_right a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
}