.dropdown {
 float:left;
 padding-right:5px;
 margin-left:10px;
 background:#fff;
}
.dropdown dt {
 margin-right:10px;
 padding:3px;
 font-weight:bold;
 cursor:pointer;
}
.dropdown dt:hover {
}
.dropdown dd {
 position:absolute;
 overflow:hidden;
 width:240px;
 display:none;
 background:#fff;
 z-index:200;
 opacity:0
 margin-bottom:2px;
 border-width: 1px;
 border-style: none solid solid none;
 border-color: #ccc;
}
.dropdown ul {
 list-style:none;
 padding:5px;
}
.dropdown li {
 display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
 display:block;
 padding:3px 0 3px 15px;
 text-decoration:none;
 background:#fff;
}
.dropdown a:hover {
 background:url(../images/arrow7_r.gif) no-repeat left center;
}

.clear {
 clear:both;
}
