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

/* CSS Document */




/*
----------------------------- 
 START OF MENU STYLE 
----------------------------- 
*/
.top_menu{
width: 840px;
color: #EDDDB7;
font: bold .89em Verdana, Arial, Helvetica, sans-serif;
background-color:#CC6633;
border-top:1px solid #E07138;
border-bottom:1px solid #E07138;
background-color:#CC6633;
padding-top: 5px;
padding-bottom: 5px;
text-align:center;
}

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

.top_menu ul{
margin:0px;
padding:0px;
text-align: center;
vertical-align:baseline;
height:21px;
}

.top_menu ul li{
display: inline;
}

.top_menu ul li a:link, .top_menu ul li a:visited{
color: #EDDDB7;
text-decoration: none;
padding-left:5px;
padding-right:5px;
padding-top:3px;
padding-bottom:4px;
line-height:20px;
background-color:#CC6633;
}

.top_menu ul li a:hover{
color:#FBDF8D; /*THEME CHANGE HERE*/
}

.top_menu ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " *";*/
/*content: " " url(/scripts/java_drop_down_menu/down_arrow.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
border: 1px solid #E07138; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
background-color: white;
z-index:1000;
visibility: hidden;
margin-left:0px;
margin-top:0px;
padding-top:0px;
text-align:left;
}


.dropmenudiv a:link, .dropmenudiv a:visited{
width:100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #E07138; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #EDDDB7;
background-color:#CC6633;
}

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

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

.last_separator {
position:absolute;
width:100%;
display:inline;
padding-top:3px;
padding-bottom:4px;
width:1px;
border-left:1px solid #CC6633;
cursor:default;
}
/*
----------------------------- 
 END OF MENU STYLE 
----------------------------- 
