/* Horizontal Menu Styles */   
   
   
#lists {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 15px;
	list-style:none;
	position:relative;
	height:28px;
	float:left;
	width:600px;
	z-index:1;
} /* margins for this demonstration only */
#lists li {display:inline; float:left; height:24px; margin-top:4px;}
#lists li a.tl {
	display:block; 
	width:100px; 
	height:24px;  
	font-family: helvetica, arial, sans-serif;
	text-decoration:none; 
	line-height:20px; 
	font-size:14px; 
	font-weight:bold; 
	text-indent:10px; 
	font-weight:bold; 
	color:#000;}

#lists div {display:none;}

#lists li a:hover {text-decoration:none; color:#FFFFFF; white-space:normal; background-position:130px 15px;}
#lists li:hover > a {text-decoration:none; white-space:normal; background-position:130px 15px;}

#lists :hover div
{
	display:block;
	width:650px;
	position:absolute;
	left:0;
	top:25px;
	border:1px solid #888;
	padding-bottom:10px;
	background-color: #E6E6E6;
}
#lists :hover div.pos2 {background:#f0f5ee;}

#lists .two:hover {position:relative;}
#lists .single:hover {position:relative;}

#lists .two:hover div.pos3 {background:#E6E6E6; width:300px;}
#lists .single:hover div.pos4 {background:#E6E6E6; width:160px;}

#lists :hover div dl {display:inline; padding:0; margin:0 10px 10px 10px; float:left; width:179px;}
#lists :hover div dl dt {width:179px; background:#888; text-indent:10px; margin:5px 0 10px 0; text-decoration:none; height:20px; line-height:20px;}

#lists .two:hover div {left:-150px;}
#lists .two:hover div dl {width:129px;}
#lists .two:hover div dl dt {width:129px;}

#lists .single:hover div dl {width:150px;}
#lists .single:hover div dl dt {width:129px;}

#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; text-decoration:none; font-weight:normal; font-size:13px; color:#000; text-indent:10px; line-height:15px;}
#lists :hover div dd a:hover {text-decoration:underline;}

#lists .clear {clear:both;}      

/* End Horizontal Menu Styles */


