.chromestyle{
width: 100%;
font-weight: bold;
font-size:13px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
font-size:13px;
}

.chromestyle ul{
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; *//*THEME CHANGE HERE*/
padding: 0px 0px;
margin: 0px;
text-align: right; /*set value to "left", "center", or "right"*/
font-size:13px;
}

.chromestyle ul li{
display: inline;border:0px;
}

.chromestyle ul li a{
color: #fff;
padding: 0px;
margin: 0px;
text-decoration: none;
font-size:13px;
border:0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
font-size:13px; color: #fff;margin:0px; border:0px; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom: 1px solid #045480; /*THEME CHANGE HERE*/
border-left: 1px solid #045480; 
border-right: 1px solid #045480; 
font:normal 13px arial;
line-height:18px;
z-index:1000;
background-color: #055D8D;
width: 130px;
visibility: hidden;
text-align:left;
font-weight:normal;
margin-top:-4px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #027CAB;
padding: 0px 0;
text-decoration: none;
font-weight: normal;
color: #fff;
line-height:24px;
padding-left:10px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0084AA;
color: #fff;
}




.dropmenudiv1{
position:absolute;
top: 0;
border-bottom: 2px solid #3E3D3D; /*THEME CHANGE HERE*/
border-left: 2px solid #3E3D3D; 
border-right: 2px solid #3E3D3D; 
font:normal 13px arial;
line-height:18px;
z-index:1000;
background-color: #2C2C2C;
width: 300px;
visibility: hidden;
text-align:left;
font-weight:normal;
margin-top:-4px;
overflow-x: hidden;
}


.dropmenudiv1 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #393939; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: normal;
color: #fff;
line-height:24px;
padding-left:10px;
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #626060;
color: #fff;
}