.chromestyle{
width: 99%;
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%;
line-height:28px;
margin: 0px, 0px, 0px, 0px;
text-align: right; padding-left:0; padding-right:0; padding-top:0px; padding-bottom:2px


}
.line{
background-image: url('../images/seperator.gif');
line-height: 20px;
background-repeat: no-repeat;
font-style:normal; font-variant:normal; font-weight:normal; font-size:8px; font-family:Trebuchet MS
}

.chromestyle ul li{
display: inline;
color: #000000;

}

.chromestyle ul li a{
color: #000000;
padding: 8px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #ffffff;
background-image: url('../images/menu_bg.gif');
}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
color: #000000;
background-image: url('../images/menu_bg.gif');
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border-left:1px solid #363198; 
border-right:1px solid #363198; 
border-top:1px solid #363198; 
border-bottom:1px solid #363198; 
position:absolute;
top: -10;
/*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
background-color: #363198;
width: 150px;
visibility: hidden;
family:Trebuchet MS
color: #363198;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #006cb7; /*THEME CHANGE HERE*/
padding: 2px;
text-decoration: none;
font-weight: bold;
background-color: #363198;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
color: #363198;

}