/* <![CDATA[ */
/* sub menu styles */
/* The tabs */
#tabs {margin:0;padding:0;}
#tabs li { float:left; color:#000; list-style:none; padding:0; margin:3px 20px 0 20px; }

#tabs li a { display:block; float:left; text-decoration:none; padding:3px 6px; color:#443720; font-size:16px; }
#tabs li, #tabs li .sb-inner { background:none; }
#tabs li:hover, #tabs li:hover .sb-inner { background:#B9B1A1; }
#tabs li.hover, #tabs li.hover .sb-inner { background:#B9B1A1; } /* for ie6 */
#tabs li .sb-border { background:#fff; }

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 16px 0 0 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #F7F6F2 url(../images/about/drop_nav_bg.jpg) bottom left no-repeat;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin:0 0 0 1px;
	bord//er-top:1px solid #CCC8BF;
}

#nav li ul a {
	backg//round: #F7F6F2;
	width: 135px;
	padding:7px;
	text-decoration:none;
	
}

#nav li ul a:hover {
	background: #e2dbcb;
	text-decoration:none;
}


/* ]]> */