.chromestyle{
width: 940px;
font-weight: normal;

}

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

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(../assets/blueMenuColour.gif) center center repeat-x; /*THEME CHANGE HERE*/
background-color: #396a95;
padding: 15px 10px 15px 10px;
margin: 0px 0px 0px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
font-size: 12px;
font-weight: bold;
color: #000;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 10px 10px 10px 20px;
margin: 0;
text-decoration: none;
border-right: 0px solid #B5E2FE; /*THEME CHANGE HERE*/
background-image: url(../assets/arrow.gif);
background-repeat: no-repeat;
background-position: 0px -6px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg2-over.gif) center center repeat-x; THEME CHANGE HERE*/
color: #d2a34f;
background-image: url(../assets/arrowOver.gif);
background-repeat: no-repeat;
background-position: 0px -6px;
}


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

.dropmenudiv{
position:absolute;
top: 0;
font-size: 12px;
line-height:18px;
z-index:100;
background-color: #22405a;
width: 200px;
visibility: hidden;
margin-top: 4px;
border-left: 0px solid white;
border-right: 0px solid white;
border-bottom: 0px solid white;
}


.dropmenudiv a{
width: 100%;
display: block;
border-bottom: 0px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 5px 5px 5px 15px;
text-decoration: none;
font-weight: bold;
color: #d2a34f;
}

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