.chromestyle{
width: 99%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 9px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
width:78px;

}

.chromestyle ul li a{
color: #1e1e1e;
width:78px;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #e2e2e2;
}

.chromestyle ul li a:hover{
background: url(../../images/ImgMenu_par_back_heighl.gif) center center repeat-x; /*THEME CHANGE HERE*/
color:#0037a7;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " " url(../../images/ImgArr.gif);
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
margin-top:4px;
position:absolute;
top: 0;
border: 1px solid #b3b3b3; /*THEME CHANGE HERE*/
border-top-width: 0;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 160px;
visibility: hidden;
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #b3b3b3; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #3a3a3a;
text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #edf8ff;
color:#0037a7;
}