	/* ================================================================ 
	This copyright notice must be untouched at all times.
	
	The original version of this stylesheet and the associated (x)html
	is available at http://www.cssplay.co.uk/menus/drop_lists.html
	Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
	This stylesheet and the associated (x)html may be modified in any 
	way to fit your requirements.
	=================================================================== */
	
	#lists {
		clear:both;
		float:left; 
		width:950px; 
		height:25px; 
		margin:9px 0 0 0; 
		padding:0; 
		position:relative; 
		list-style:none; 
		background:#000; 
		z-index:500;
	} /* margins for this demonstration only */
	
	#lists li {
		display:inline; 
		float:left; 
		height:25px; 
		background:#000;
		text-align:center;
	}
	
	#lists li a.tl {
		display:block; 
		width:103px; 
		height:25px; 
		text-decoration:none; 
		line-height:24px; 
		font-size:11px; 
		font-weight:bold; 
		text-indent:10px; 
		font-weight:normal; 
		color:#FFF;
		border:1px #6b6c6e solid;
		border-right:none;
	}
	
	#lists div {
		display:none;
	}
	
	#lists li a:hover {
		white-space:normal; 
		background:url(/assets/images/drop_lists_bg.gif) 3px 1px repeat-x;
	}
	
	#lists li:hover > a {
		white-space:normal; 
		background:url(/assets/images/drop_lists_bg.gif) top repeat-x;
	}
	
	#lists :hover div {
		display:block; 
		width:575px; 
		background:#000; 
		position:absolute; 
		left:270px; 
		top:25px; 
		border:1px solid #6b6c6e;
	}
	
	#lists :hover div.pos2 {
		background:#000;
		-moz-opacity:0.9;
		-khtml-opacity: 0.9;
		/*filter:alpha(opacity=90);*/
		opacity: 0.9;
	}
	
	#lists .two:hover {
		position:relative;
	}
	
	#lists .single:hover {
		position:relative;
	}
	
	#lists :hover div dl {
		display:inline; 
		padding:0; 
		margin:0; 
		float:left; 
		width:175px;
	}
	
	#lists :hover div dl dt {
		width:175px; 
		height:20px; 
		margin:10px 0 5px 0; 
		text-decoration:none; 
		line-height:20px;
	}
	
	#lists :hover div dl dd {
		padding:0; 
		margin:0;
	}
	
	#lists :hover div dt a {
		text-decoration:none; 
		cursor:default; 
		font-weight:normal; 
		color:#FFF;
	}
	
	#lists :hover div dd a {
		display:block;
		height:25px;
		text-decoration:none; 
		font-weight:normal; 
		font-size:11px; 
		color:#FFF; 
		text-indent:10px; 
		line-height:24px;
	}
	
	#lists :hover div dd a:hover {
		text-decoration:none;
	}
	
	#lists .clear {
		clear:both;
	}
	
	#lists #selected {
		background:url(/assets/images/drop_lists_bg.gif) top repeat-x;
	}
