
/* add menu style for all pages REMOVE? */
.dsR106  { width: 182px; height: auto; }

.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 140px; /*default  width of main box */
/*border: 1px inset black;*/
position: relative;
margin-left:12px;
text-indent: 3px;
padding: 6px 16px 2px 0px;
/*cursor: hand;*/
cursor: pointer;
border-bottom: 2px solid #fdba45;
display:inline-block;
/*background-color: #ffffff;*/
height:20px;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
display:relative;
height:18px;
width:22px;
display:inline;
/*this works on firefox, breaks ie. find another way */
margin-top:0px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
width: 100%; /*default width of drop down menu*/
/*width:140px;*/
border: 1px solid black;
margin-left:0px;
display: none;
z-index: 5;
font-weight: normal;
}

.dhtmlselect img {
float:right;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background: #FFFFFF;
padding: 1px 0;
text-indent: 5px;
text-decoration: none;
color: black;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
/*background: #074264;*/
background:#fdba45;
color:#FFF;
}

#dhtml_choose_industry{margin-left:450px;}
