.chromestyle{
/*width: 813px;
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{
/*border-top: 0px solid #fff;
width: 813px;
background: url(chromebg2_mio2.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*padding: 8px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
/*display: inline;*/
}

.chromestyle ul li a{
/*color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding: 0px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #9999cc; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
/*background: url(chromebg2_mio2.gif) center center repeat-x; 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;
top: 0px;
border: 0px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:25px;
z-index:100;
background-color: #f1f1f1;
width: 172px;     /* Ex 142px January 2009 */
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
height: 25px;
display: block;
text-indent: 10px;
border-bottom: 1px solid #ffd4aa; /*THEME CHANGE HERE*/
padding: 2px 0;
font-family: Arial, sans-serif;
font-size:12px;
text-decoration: none;
font-weight: normal;
color: #ff790b;
text-align:left;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #0e2f80;
background-color: #ffeedd;
text-decoration:none;
}
