/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #bcd5b4;
width: 200px;
visibility: hidden;
margin-top:0px;
/*margin-left: -9px; */
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 11px;
border-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e8fad5;
}



.slidetabsmenu{
	width: 775px;
	float: right;
	font-size: 11px;
	font-family: verdana;
	line-height: normal;
	margin-bottom:0;
}




/* Member Tab Nav */
#header {
/*  float:left; */
  width:955px; 
/*  background: url("/images/nav/bg.gif") repeat-x bottom; */
  font-size:90%;
  line-height:normal;
  margin-top: -10px;
  }
#header ul {
  margin:0px;
  margin-left: 0px;
  padding:0px 0px 0 0;
  list-style:none;
  }
#header li {
  float:left;
/*  background:url("/images/nav/left.gif") no-repeat left top; */
  margin:0;
  margin-left:1;
  padding:0 0 0 5px;
  }
#header a {
  float:left;
  display:block;
/*  background:url("/images/nav/right.gif") no-repeat right top; */
  padding:5px 5px 5px 6px;
  text-decoration:none;
  font-weight:bold;
  font-family: verdana,arial;
  font-size: 12px;
  color: #ffffff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#bcd5b4;
  }
#header #current {
/*  background-image:url("/images/nav/left_on.gif"); */
  margin-bottom:0;
  }
#header #current a {
/*  background-image:url("/images/nav/right_on.gif"); */
  color:#bcd5b4;
  margin-bottom:0;
/*  padding-bottom:5px; */
  }