/* all lists */
/* all list items */
.seatlistbody ul { padding-left: 0px; margin: 0 0 0 0; white-space: nowrap; display: block; }
.seatlistbody ul li { position: relative; margin: 0 0 0 0; display: block; }
/* second-level lists */
.seatlistbody ul li ul { display: none; position: absolute; top: 0px; left: 202px; border-left: 1px solid #fff; width:200px; margin: 0 0 0 0;}
.seatlistbody ul li ul li { border-top: 1px dashed #3d3d3d; margin: 0 0 0 0; padding-left: 0px; display:block; }
.seatlistbody ul li ul li a { color: #cdcdcd; white-space: nowrap; display: block; padding: 3px 5px 3px 5px; }
.seatlistbody ul li ul li a:hover { background-color: #3d3d3d; padding: 3px 5px 3px 5px; color: #fff;}
/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
seatlistbody ul li>ul { top: auto; left: auto;}
/* lists nested under hovered list items */
.seatlistbody li:hover ul,.seatlistbody li.over ul {  background-color: #000; border-top: 2px solid #fff; border-left: 5px solid #9c9881; border-right: 5px solid #9c9881; display: block; float:left; margin: 0 0 0 0; padding: 0 0 0 0;}
#content { clear: left; }