  /*
.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left;  
border-bottom: 1px solid #CCCCCC;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 6px 9px 6px 5px;
margin: 0;
margin-right: 1px; 
border-left: 1px solid gray;
color: black;
font-size: 13px;
background: #e5febc url(media/halfmoontab.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover, .halfmoon li.selected a{
background-color: #c8e181;
}  */

/* ######### Style for Drop Down Menu ######### */

/*- Menu Tabs 9--------------------------- */

    .tabs9 {
	border-bottom:0px solid #E7E7E7;
      float:left;
      width:976px;
      font-size:13px; 
      line-height:normal;
	  background:url(../images/list_bg.gif) repeat-x;}

    .tabs9 ul {
	  margin:0px;
	  padding:0px 0px 0 0px;
	  list-style:none;
      }
    .tabs9 li {
      display:inline;
      margin:0;
      padding:0;
 
      }
    .tabs9 a {
      float:left;
      background:url("../images/tableft9.gif") no-repeat left top;
      margin:0;
      padding:0px;
      text-decoration:none;
      }
    .tabs9 a span {
      float:left;
      display:block;
      background:url("../images/tabright9.gif") no-repeat right top;
      padding:10px 40px 9px 40px;
      color:#222222; 
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .tabs9 a span {float:none;}
    /* End IE5-Mac hack */
    .tabs9 a:hover span {
      color:#DD3900;
      }
    .tabs9 a:hover {
      background-position:0% -35px;
      }
    .tabs9 a:hover span {
      background-position:100% -35px;
      }
	  

.dropmenudiv_e{
position:absolute;
top: 0;
border: 1px solid #cccccc; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:30px;
z-index:100;
background-color: #E0E0E0;
width: 200px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 34px;
border: 0 solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #333333;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #757575;
color:#ffffff;
}
