﻿.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 140px; /*default  width of main box */
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11pt;
border: 0px transparent;
position: relative;
text-align: right;
text-indent: 3px;
padding: 1px 0;
cursor: hand;
cursor: pointer;
background-color: transparent;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
color: #bc8cbf;
filter:alpha(opacity=80);
opacity:.80;
position: absolute;
left: 0;
width: 180px; /*default width of drop down menu*/
border-top: 7px solid transparent;
border-bottom: 12px solid #32004b;
display: none;
z-index: 5;
font-weight: normal;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
color: #bc8cbf;
background: #32004b;

padding-right: 6px;
padding-bottom: 0px;
padding-top: 8px;
text-indent: 0px;
text-decoration: none;
font-size: 8pt;
}

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

.dhtmlselect .dropdown a:hover{
color: #ffffff;
}

.dhtmlselect2{ /*style of DHTML Select Menu, main box */
width: 140px; /*default  width of main box */
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11pt;
border: 0px transparent;
position: relative;
text-align: right;
text-indent: 3px;
padding: 1px 0;
cursor: hand;
cursor: pointer;
background-color: transparent;
}

.dhtmlselect2 .dropdown{ /*style of Drop Down Menu that appears onMouseover */
color: #f22d7d;
filter:alpha(opacity=80);
opacity:.80;
position: absolute;
left: 0;
width: 180px; /*default width of drop down menu*/
border-top: 7px solid transparent;
border-bottom: 12px solid #6d0022;
display: none;
z-index: 5;
font-weight: normal;
}

.dhtmlselect2 .dropdown a{
	/*style of Drop Down Menu's links */
width: auto;
	display: block;
	color: #F5659E;
	background: #6d0022;
	border-bottom: 0px transparent;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-top: 8px;
	text-indent: 0px;
	text-decoration: none;
	font-size: 8pt;
}


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

.dhtmlselect2 .dropdown a:hover{
color: #ffffff;
}

.dhtmlselect3{ /*style of DHTML Select Menu, main box */
width: 140px; /*default  width of main box */
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11pt;
border: 0px transparent;
position: relative;
text-align: right;
text-indent: 3px;
padding: 1px 0;
cursor: hand;
cursor: pointer;
background-color: transparent;
}

.dhtmlselect3 .dropdown{ /*style of Drop Down Menu that appears onMouseover */
color: #5bb5d8;
filter:alpha(opacity=80);
opacity:.80;
position: absolute;
left: 0;
width: 180px; /*default width of drop down menu*/
border-top: 7px solid transparent;
border-bottom: 12px solid #00264c;
display: none;
z-index: 5;
font-weight: normal;
}

.dhtmlselect3 .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
color: #5bb5d8;
background: #00264c;
border-bottom: 0px transparent;
padding-right: 6px;
padding-bottom: 0px;
padding-top: 8px;
text-indent: 0px;
text-decoration: none;
font-size: 8pt;
}


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

.dhtmlselect3 .dropdown a:hover{
color: #ffffff;
}

.dhtmlselect4{ /*style of DHTML Select Menu, main box */
width: 140px; /*default  width of main box */
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11pt;
border: 0px transparent;
position: relative;
text-align: right;
text-indent: 3px;
padding: 1px 0;
cursor: hand;
cursor: pointer;
background-color: transparent;
}

.dhtmlselect4 .dropdown{ /*style of Drop Down Menu that appears onMouseover */
color: #fdc689;
filter:alpha(opacity=80);
opacity:.80;
position: absolute;
left: 0;
width: 180px; /*default width of drop down menu*/
border-top: 7px solid transparent;
border-bottom: 12px solid #904000;
display: none;
z-index: 5;
font-weight: normal;
}

.dhtmlselect4 .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
color: #fdc689;
background: #904000;
border-bottom: 0px transparent;
padding-right: 6px;
padding-bottom: 0px;
padding-top: 8px;
text-indent: 0px;
text-decoration: none;
font-size: 8pt;
}


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

.dhtmlselect4 .dropdown a:hover{
color: #ffffff;
}
