.dropdown { float:left; }
.dropdown dt {  font-weight:bold; cursor:pointer; }
.dropdown dd { position:absolute; overflow:hidden; display:none; z-index:200;  }
.dropdown ul  { list-style:none; border-top:none; margin:0px; padding:5px; background-image: url(../images/tabbg.png);  width:195px; }
.dropdown li  { display:inline; line-height:21px;  width:201px;  }
.dropdown a, .dropdown a:active, .dropdown a:visited { display:block; color: #fff; font-size:12px; }
.dropdown a:hover { color:#fff; }

.dropdown li a:hover{ background-image: url(../images/tabRoll.png); }