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


.dropStyle{
width:840px;
padding-top:5px;
height:20px;
margin:0px;
display:inline;




}

.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:; /*THEME CHANGE HERE*/
padding:0px;
margin: 0;
text-align:center; /*set value to "left", "center", or "right"*/
}

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

}

.dropStyle ul li a{
display: inline;
color:#666666;
padding-left:12px;
padding-right:12px;
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:; /*THEME CHANGE HERE*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
padding-left:20px;
border:none; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color:#FFFFCC;
width: 175px;
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:#666666;
}

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