#lists {
	padding:0;
	margin:10px 0 20px 15px;
	list-style:none;
	position:relative;
	height:25px;
	float:left;
	background:url(../css/line.gif) no-repeat 100% 4px;
	width:800px;
	z-index: 1;
} /* margins for this demonstration only */

#lists li {
	display:inline;
	float:left;
	height:25px;
	background:url(../css/line.gif) no-repeat 0 4px;
	margin: 0px 15px 0px 15px;
}

#lists li a.tl {
	display:block;
	width: auto;
	height:30px;
	text-decoration:none;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	text-indent:10px;
	color:#FFF;	
}

#lists li:hover a.tl {
	/*background: url(whiteArrow.png) top center no-repeat;*/
}

#lists div {
	display:none;
}

#lists li a:hover {
	text-decoration:underline;
	white-space:normal;
	background-position:130px 15px;
}

#lists li:hover > a {
	text-decoration:underline;
	white-space:normal;
	background-position:130px 15px;
}

#lists :hover div {
	display:block;
	width: auto;
	background:#f2f1f1;
	position:absolute;
	left:auto;
	top:30px;
	border:1px solid #888;
	padding-bottom:10px;
}

#lists :hover div.right {
	display:block;
	width: auto;
	background:#f2f1f1;
	position:absolute;
	left: auto;
	right: 50px;
	top:30px;
	border:1px solid #888;
	padding-bottom:10px;
}

#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:#3c5888;
	text-indent:10px;
	margin:5px 0 10px 0;
	text-decoration:none;
	height:20px;
	line-height:20px;
}

#lists .two:hover div {
	left:-150px;
}

#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;
}
