.NavMenu {
	padding: 0;
    margin:0;
    height: 25px;
	width: 16.5%;
	background: #e8dcaa; 
	float: left;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px white solid;	
	cursor: pointer;
	position: relative;
	text-align: center;
	line-height: 24px;
	font-family: verdana,arial;
	font-size: 11px;
	color: white;
	font-weight: bold;
	z-index: 90;
}

.NavMenu a {
	color: white;
}
   	
.SubMenu {
	padding: 0;		
	margin-left: -1px;
	margin-top: 2px;
	width: 145px;
	list-style: none;
	display: none;	
    z-index: 200;
   	border-top:1px white solid;
   	border-right:1px white solid;
   	border-left:1px white solid;
   	border-bottom: none;
   	background: #88806c;
}

.SubMenu li {
  border-bottom: 1px white solid;
  border-top: none;
  border-right: none;
  border-left: none;
}


.SubMenuNav_IE
{
	padding: 0;		
	margin-left: -145px;
	margin-top: 0px;
	width: 145px;
	list-style: none;
	display: none;	
    z-index: 200;
   	border-top:1px white solid;
   	border-right:1px white solid;
   	border-left:1px white solid;
   	border-bottom: none;
   	background: #88806c;
}

.SubMenuNav_FF
{
	padding: 0;		
	margin-left: -1px;
	margin-top: 1px;
	width: 145px;
	list-style: none;
	display: none;	
    z-index: 200;
   	border-top:1px white solid;
   	border-right:1px white solid;
   	border-left:1px white solid;
   	border-bottom: none;
   	background: #88806c;
}

.button {

}

#members_header #tabmenu a:link,
#members_header #tabmenu a:visited,
#members_header #tabmenu a:active,
#members_header #tabmenu a:hover,
#header #tabmenu a:link,
#header #tabmenu a:visited,
#header #tabmenu a:active,
#header #tabmenu a:hover { 
	font-size: 10px; 
	font-weight: normal;
	color: #7F6150;
	text-decoration: none;
}

#members_header a:hover { 
	color: #666;
}

div.tab_left {
	background: transparent url('/images/tab_left.gif') top left no-repeat;
	float: left;
	display: inline;
	zoom: 1;
	height: 23px;
	/*border-bottom: 1px solid #9D8B77;*/
}
div.tab_right {
	background: transparent url('/images/tab_right.gif') top right no-repeat;
	height: 23px;
}
div.tab_body {
	background: transparent url('/images/tab_body.gif') top left repeat-x;
	margin: 0 4px;
	height: 17px;
	padding: 3px;
}