

.dhtmlselect{ /*style of DHTML Select Menu, main box */
border: 0;
margin: 0;
padding: 0;
position: relative;
cursor: hand;
white-space: nowrap;
float: left;
height: 50px;
width: 115px;
_width: 112px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: 0;
/*width: 180px; /*default width of drop down menu*/ */
border: 1px solid black;
border-bottom-width: 0;
display: none;
z-index: 5;
font-weight: normal;
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
margin-top: 2px;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
/*	background: #fff7d1; */
	background: #B7FE04;
/*background:  #000 /*url(../images/nav/masonic_youth_menu_item.jpg) top left no-repeat */
width: auto;
/*
width: 225px;
height: 28px;
*/
display: block;
/*background: #fff7d1; */
font-size: 12px;
font-weight: bold;
line-height: 200%;

text-indent: 3px;

text-decoration: none;
color: black;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover {
	background: #000;
/*background:  #000 url(../images/nav/masonic_youth_menu_item.jpg) top left no-repeat;*/
	color: #fff7d1;
}
