.chromestyle{
font: Verdana, Arial, Helvetica, sans-serif;
width: 99%;
weight:25px;
background: url(top-drop-bg.gif) repeat-x; 
}

.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%;

/*THEME CHANGE HERE*/

text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display:table-cell;

}

.chromestyle ul li a{
color: #717171;
padding: 6px 12px 1px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color:#0C78D0;
/*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
border: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:lighterl;
line-height:20px;
z-index:100;
width: 180px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=90,strength=1); /*Add Shadow in IE. Remove if desired*/
margin-left: -15px;
margin-top: 4px;
}


.dropmenudiv a{
width: auto;
height:22px;
display: block;
text-indent: 3px;
background:url(top-drop-bg.gif) repeat-x;
 /*THEME CHANGE HERE*/
text-decoration: none;
color: #717171;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #717171;
color: #0C78D0;
}
