/* CSS Document */
#lists {padding:0px; margin-left:5px; margin-top:-8px; list-style:none; position:relative; height:25px; float:left; font-family: "Lucida Grande", Helvetica, Arial, sans-serif;	font-size: 12px; width:600px;} /* margins for this demonstration only */
#lists li {display:inline; float:left; height:25px;border:1px solid #333333; background-color:#000000; margin-right:5px;}


#lists li a.tl {display:block; height:25px; text-decoration:none; line-height:20px; font-size:12px; font-weight:bold; text-indent:10px; font-weight:normal; color:#999999;  padding-right:10px;}
#lists li a:link.tl {color:#999999; text-align:center}
#lists li a:visited.tl {color:#999999; text-align:center}
#lists li a:hover.tl {color:#FFFF00; text-align:center}
#lists li a:active.tl {color:#FFFF00; text-align:center}
.single{ width:100px; text-align:center;}


#lists div {display:none;}

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

#lists :hover div
{display:block; background:#333; text-align:left;position:absolute; left:0; top:25px; border:1px solid #2A2A2A; padding-bottom:1px;}
#lists :hover div.pos2 {background:#f0f5ee;}

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

#lists .items:hover div.items {background:#333; width:402px;}
#lists .Suite:hover div.Suite {background:#333; width:300px;}
#lists .two:hover div.pos3 {background:#333; width:300px;}
#lists .single:hover div.pos4 {background:#333; width:250px;}

#lists :hover div dl {display:inline; padding:0; margin:1px; float:left; width:250px;}
#lists :hover div dl dt {background:#2E2E2E; text-indent:10px; margin:0px; padding:5px; text-decoration:none;}

#lists .single:hover div dl {}
#lists .single:hover div dl dt {}

#lists :hover div dl  dd{padding:0; margin:0;}
#lists :hover div dt a {text-decoration:none; cursor:default; font-weight:normal; color:#CCCCCC;}
#lists :hover div dd a {text-decoration:none; cursor:default; font-weight:normal; color:#CCCCCC; padding:5px;text-indent:10px;}
#lists :hover div dd a:hover {text-decoration:underline;}

#lists .clear {clear:both;}
.shenhong {color:#FFFF99; padding-left:35px;}
