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

/* CSS Document */

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



.dropStyle{
width:800px;
padding-top:5px;
height:20px;
margin:0px;




}

.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:0px;
padding-right:10px;

}

.dropStyle ul li a{
color:#993300;
padding-left:0px;
padding-right:0px;
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:#999999; /*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 Arial;
line-height:18px;
z-index:100;
background-color:#FFFFFF;
width: 75px;
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:#111111;
}

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