.chromestyle
{
width: 780px;
font:10pt verdana;
border-top-width:0px;
}

/*Add margin between menu and rest of content in Firefox*/
.chromestyle:after
{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul
{
border-top-width:0px;
width: 100%;
background: url(../images/menu_btn_bg_off.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{
display: inline;
}

.chromestyle ul li a
{
color: #494949;
padding: 4px 9px;
margin: 0;
text-decoration: none;
border-right: 1px solid #AAA;
width:100%;
}

.chromestyle ul li a:hover
{
background-color:#CDCDCD;
}

/*HTML to indicate drop down link*/
.chromestyle ul li a[rel]:after
{ 
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
width:200px;
position:absolute;
top: 0px;
border-bottom: 1px solid #CCC;
font:8pt Verdana;
text-align:center;
line-height:18px;
z-index:100;
background-color:#CDCDCD;
visibility: hidden;
//filter: alpha(opacity=95);
-moz-opacity:0.95;
//filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}


.dropmenudiv a
{
display: block;
//text-indent: 3px;
border-bottom: 1px solid #FFF;
padding:2px 8px 2px 8px;
text-decoration: none;
color: #000000;

}

.dropmenudiv a:hover
{
background-color: #666666;
color:#FFFFFF;
}