.chromestyle {
float: left;
background: #0b1d45 url("../images/bg/menu.gi") repeat-x top left; /*THEME CHANGE HERE*/
height: 50px;
width: 710px;
padding: 0px;
}

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

.chromestyle ul{
float: left;
padding:0;
padding: 0;
margin-top: 17px;
font-style: normal; font-weight: lighter; text-transform: normal; letter-spacing: -0.1;

}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
font-size: 14px;
color: #F6F5FF;
padding: 4px 12px;
text-decoration: none;

border-RIGHT: 1px solid #1c3766;


}


.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: 14px;
color: #FFF;
padding: 4px 12px;
text-decoration: none;
border-RIGHT: 1px solid #1c3766;
font-weight: normal;
text-decoration: underline;
font-style: normal; font-weight: lighter; text-transform: normal; letter-spacing: -0.1;
}




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

.dropmenudiv{
position:absolute;
margin-top: 7px;
line-height:20px;
border-bottom-width: 0;
border-top-width: 0;
background-color: #0b1d45;
width:190px;
visibility: hidden;
font-size: 12px;
z-index:1000;
font-style: normal; font-weight: lighter; text-transform: normal; letter-spacing: -0.1;
}


.dropmenudiv a{
width: auto;
display: block;
padding: 8px 8px;
text-indent: 15px;
border-bottom: 1px solid #1c3766; 
padding: 3px 0;
text-decoration: none;
color:#FFF;
font-style: normal; font-weight: lighter; text-transform: normal; letter-spacing: -0.1;
}


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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #1B3363;
text-decoration: underline;
color:#FFF;
font-style: normal; font-weight: lighter; text-transform: normal; letter-spacing: -0.1;
}
