/* ================================================================ 
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 {padding:0; list-style:none; position:relative; height:25px; position: absolute; top: -50px; right: 30px; width:200px; z-index:500;} 
#lists li {display:inline; float:left; height:25px; }
#lists li a.tl {display:block; width:150px; height:25px; text-decoration:none; line-height:20px; font-weight:bold; text-indent:10px; font-weight:normal; background:url(/img/white_arrow.gif) no-repeat 115px 5px;}

#lists a span { font-size: 12px; font-weight: bold; }

#lists div {display:none;}

#lists li a:hover {text-decoration:underline; white-space:normal; background-position:115px 15px;}
#lists li:hover > a {text-decoration:none; white-space:normal; background-position:115px 15px;}

#lists :hover div
{display:block; width:598px; background:#E0E7F7; position:absolute; left:0; top:25px; border:1px solid #C7594C; padding-bottom:10px;}

#lists .single:hover {position:relative;}

#lists .single:hover div.pos4 {background:#E0E7F7; width:230px;}

#lists :hover div dl {display:inline; padding:0; margin:0 10px 10px 10px; float:left; width:179px;}
#lists :hover div dl dt {width:200px; text-indent:10px; margin:5px 0 5px 0; text-decoration:none; height:20px; line-height:20px; font-weight: bold}

#lists .single:hover div dl {width:220px;}
#lists .single:hover div dl dt {width:220px;}

#lists :hover div dl dd {padding:0; margin:0;}

#lists :hover div dt a {text-decoration:none; cursor:default; font-weight:normal;}
#lists :hover div dd a {display:block; text-decoration:none; font-weight:normal; text-indent:10px; line-height:15px;}
#lists :hover div dd a:hover {text-decoration:underline;}

#lists .clear {clear:both;}

#lists .parent {
		font-weight: bold;
		}
#lists .child {
		margin-left: 10px;
		}
#lists .child a {
		color: #AA5FFF;
		}