/* ================================================================ 
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 {
	margin: auto;
	list-style:none;
	z-index:500;
	}
	
#lists li	{
	margin-right: 4px;
	position:relative;
	display:inline;
	float:left;
	width:19%;
	background:#005ab6;
	text-align:center;
	}
	
#lists li a.tl {
	display:block;
	font-size:medium;
	height:22px;line-height:22px;
	font-weight:bold;
	border:1px solid #ffffff;
	text-decoration:none;
	color:#fff;
	}

#lists div {display:none;text-align:left;}

#lists li a.tl:hover {text-decoration:none; background:#488ed4;}
#lists li a:hover {text-decoration:underline; white-space:normal; background-position:130px 30px;}
#lists li:hover > a {text-decoration:underline; white-space:normal; background-position:130px 15px;}

#lists :hover div
{display:block; width:450px; background:#faebd7; position:absolute; left:0; top:22px; border:1px solid #888; padding-bottom:10px;}
#lists :hover div.pos2 {background:#f0f5ee;}

#lists .two:hover {position:relative;}
#lists .single:hover {position:relative;}

#lists .two:hover div.pos3 {background:#ffefd5; width:300px;}
#lists .single:hover div.pos4 {background:#ffefd5; width:150px;}

#lists :hover div dl {display:inline; padding:0; margin:0 10px 10px 10px; float:left; width:129px;}
#lists :hover div dl dt {width:129px; background:#488ed4; text-indent:10px; margin:5px 0 10px 0; text-decoration:none; height:20px;	font-size:small; 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:129px;}
#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:11px; color:#000; text-indent:10px; line-height:15px;}
#lists :hover div dd a:hover {text-decoration:underline;}

#lists .clear {clear:both;}
