.dropdown {
float:left;
width:235px;
height:27px;
padding:0;
margin:0;
outline:none;
display:inline
}

.dropdown dt {
width:235px;
cursor:pointer;
}

.dropdown dt div.noLink {
width:220px;
padding:5px 5px 5px 10px;
color:#715F51;
}


.dropdown dd {
position:absolute;
overflow:hidden;
width:235px;
display:none;
background:#fff;
z-index:200;
opacity:0;
}

.dropdown ul {
width:235px;
list-style:none;
border-top:none
}

.dropdown li {
display:inline
}

.dropdown li a, .dropdown li a:active, .dropdown li a:visited {
display:block;
padding:5px 5px 5px 10px;
color:#333 !important;
text-decoration:none;
background:#fff;
width:220px;
font-size:13px !important;
outline:none;
}

.dropdown a:hover {
background:#CCCCCC;
color:#000}

