#lists {
	padding:0;
	margin:0x;
	list-style:none;
	position:relative;
	height:97px;
	float:left;
	width:510px;
	z-index:500;
	font-family:Tahoma, Geneva, sans-serif;
} /* margins for this demonstration only */
#lists li {
	display:inline;
	float:left;
	height:97px;
	margin-right:4px;
}
#lists li a.tl {
	display:block;
	width:95px;
	height:97px;
	text-decoration:none;
	line-height:20px;
	font-size:11px;
	font-weight:normal;
	color:#e2e2e2;
	background:#004a80;
	text-align:center;
}
#lists div {
	display:none;
}
#lists li a:hover {
	text-decoration:none;
	background-color:#e3e3e3;
	font-weight:bold;
	color:#000;
}
#lists li:hover > a {
	text-decoration:none;
	background-color:#e3e3e3;
	color:#000;
	font-weight:bold;
}
#lists :hover div {
	display:block;
	width:472px;
	background:#e3e3e3;
	position:absolute;
	left:0;
	top:97px;
	padding:10px;
	text-align:left;
	}
#lists :hover div.pos1 {
	background:#e3e3e3;
}
#lists .two:hover {
	position:relative;
}
#lists .single:hover {
	position:relative;
}

#lists :hover div dl {
	display:inline;
	padding:0;
	margin:0;
	float:left;
	width:110px;
}
#lists :hover div dl dt {
	width:110px;
	text-indent:10px;
	margin:0;
	text-decoration:none;
	height:20px;
	line-height:20px;
}
#lists .two:hover div {
	left:-150px;
}
#lists .two:hover div dl {
	width:110px;
}
#lists .two:hover div dl dt {
	width:110px;
}
#lists .single:hover div dl {
	width:110px;
}
#lists .single:hover div dl dt {
	width:110px;
}
#lists :hover div dl dd {
	padding:0;
	margin:0;
}
#lists :hover div dt a {
	text-decoration:none;
	cursor:default;
	font-weight:normal;
	color:#000000;
}
#lists :hover div dd a img {
	border:6px solid #e3e3e3;
	text-decoration:none;	
}
#lists :hover div dd a:hover img {
	border:6px solid #ffffff;
	text-decoration:none;
	}
#lists :hover div dd a {
	display:block;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	color:#000000;
	text-indent:10px;
	line-height:15px;
}
#lists :hover div dd a:hover {
	text-decoration:none;
}
#lists .clear {
	clear:both;
}
