
div#photo_album_dropdown { z-index:9000; display:block; position:relative; height:24px; width:976px; margin:0; padding:0; }
div#photo_album_dropdown h2 { display:block; float:left; margin:0 16px 0 0; height:24px; }
 
div#photo_album_dropdown_holder { width:285px; display:block; float:left; position:relative; z-index:9999; }

form#photo_album_dropdown_form { margin:0; padding:0; }
/*style of DHTML Select Menu, main box */
.dhtmlselect { outline-style:none; position: relative; cursor: hand; cursor: pointer; color:#111; display:block; width:241px; height:24px !important; margin:0; padding:0 0 0 27px;  border:none; text-decoration:none; background:transparent url(/images/navbar/button16-down-tall.png) no-repeat 3px top; cursor:pointer; font-weight:bold; font-size:12px; font-family:Arial, "Lucida Grande", Helvetica, sans-serif; }
.dhtmlselect:hover { color:#5B81FF; background-position: 3px -116px; }
/*style of Drop Down Menu that appears onMouseover */
.dhtmlselect .dropdown{ position: absolute; left: 0; width: 281px; border: none; display: none; z-index: 9001; font-weight: normal; }
/*style of Drop Down Menu's links */
.dhtmlselect .dropdown a { outline-style:none; color:blue; display:block; width:auto; heght:24px; margin:0; padding:0 6px 5px 27px;  border:none; text-decoration:none; background:#fff url(/images/navbar/button16-tall.png) no-repeat 3px top; cursor:pointer; font-weight:normal; font-size:12px; font-family:Arial, "Lucida Grande", Helvetica, sans-serif; }
.dhtmlselect .dropdown a:hover { color:#5B81FF; background-position: 3px -116px; }
.dhtmlselect .dropdown a:active { color:#5B81FF; background-position: 3px -231px; }
/*IE 6 (and below) hack */
* html .dhtmlselect .dropdown a{  width: 100%; }

