

.dropdown {overflow:hidden;
		float:left; font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; }
.dropdown dt {width:124px; padding:7px 1px 7px 7px; font-weight:bold; cursor:pointer; background-color:url(images/right-gallery.png); background-repeat:no-repeat; }

.dropdown dt:hover {background:url(images/right-gallery2.png); background-repeat:no-repeat;  }
.dropdown dd {position:absolute; overflow:hidden; width:124px; display:none; background:#fff; z-index:200; opacity:0; }
.dropdown ul {width:124px; list-style:none;}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited 
{display:block; padding:5px 0 5px 0px; color:#fff; text-decoration:none; background:#9d9285; width:124px; text-align:center}


.dropdown a:hover {background:#564f47; color:#fff}
.dropdown .underline {border-bottom:5px solid; border-color:#ebded0;}
.dropdown .noUnderline {display:none;}