/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
margin-top:3px;
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: #226071;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #efefef;
}



.slidetabsmenu{
	width: 775px;
	float: right;
	font-size: 11px;
	font-family: verdana;
	line-height: normal;
	margin-bottom:0;
}




/* Member Tab Nav */
#header {
/*  float:left; */
  width:100%;
  background: url("/images/nav/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#header ul {
  margin:0px;
  margin-left: 0px;
  padding:0px 10px 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 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("/images/nav/right.gif") no-repeat right top;
  padding:5px 15px 5px 6px;
  text-decoration:none;
  font-weight:bold;
  font-family: verdana,arial;
  font-size: 11px;
  color: #000000;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#226071;
  }
#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:#333;
  margin-bottom:0;
/*  padding-bottom:5px; */
  }