.chromestyle{
width: 99%;
height:49px;
}

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

.chromestyle ul{

width: 930px;
height:49px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
padding-top:15px;
}

.chromestyle ul li{
display: inline;
padding:20px 0px 14px 0px;
}

.chromestyle ul li a{
color: #FFFFFF;
text-align:center;
font-family:"Times New Roman", Times, serif;
font-size:20px;
font-weight:normal;
font-style:normal;
text-decoration: none;
padding-bottom:12px;
padding-right:24px;
padding-left:24px;
padding-top:15px;
/*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
background:url(../images/selected.jpg) center bottom no-repeat;
text-decoration: none;

/*script dynamically adds a class of "selected" to the current active menu item*/
 /*THEME CHANGE HERE*/
}
.chromestyle_selected{
background:url(../images/selected.jpg) center bottom no-repeat;
text-decoration: none;

/*script dynamically adds a class of "selected" to the current active menu item*/
 /*THEME CHANGE HERE*/
}


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

.dropmenudiv{
position:absolute;
top: 0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
line-height:22px;
z-index:100;
margin-top:0px;
margin-left:0px;
background-color: white;
width:200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;

display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

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


.dropmenudiv2{
position:absolute;
top: 0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
line-height:22px;
z-index:100;
margin-top:0px;
margin-left:20px;
background-color: white;
width:260px;
visibility: hidden;
}
.dropmenudiv2 a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

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

