/* CSS Document */

@charset "UTF-8";
/* CSS Document */



.dropStyle{
width:885px;
padding-top:5px;
height:20px;
margin:0px;
font:normal 16px Helvetica;



}

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

.dropStyle ul{
border:none;
width: 100%;
/**background:#FFFFFF; /*THEME CHANGE HERE*/
background: #F6F6F6;
padding:0px;
margin: 0;
text-align:center; /*set value to "left", "center", or "right"*/
}

.dropStyle ul li{
display: inline;
padding-left:25px;

}

.dropStyle ul li a{
color:#003399;
padding-left:30px;
padding-right:30px;
margin: 0;
height:45px;
text-decoration: none;
border-right:none; /*THEME CHANGE HERE*/
}

.dropStyle ul li a:hover, .dropStyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background:#006699; /*THEME CHANGE HERE*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border:none; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color:#F0F6F6;
width: 150px;
visibility: hidden;


}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border:none; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#150e9f;
}

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