/***************************** DropDownMenu Styles ********************************************/


.ddmx {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.ddmx .arrow,
.ddmx .arrow:hover {
	padding: 3px 16px 4px 8px;
}
.ddmx .item1:link,
.ddmx .item1:visited {
		color: #FFFFFF;
		text-decoration: none;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		display: block;
		padding: 0px 0px 0px 0px;
		text-align: center;
		white-space: nowrap;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	color: #CCCCFF;
	font-size: 11px;
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 600;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}

.ddmx .item2 img,
.ddmx .item2-active img, .ddmx .item3 img,
.ddmx .item3-active img {
	border: 0;
	position: absolute;
	right: 1px;
	top: 4px;
}

.ddmx .item2, 
.ddmx .item3,
.ddmx .item3:visited {
	/*background-color: #F8F8FF; */
	background-color: #ffffdd;
	color: #999999;
	text-align: left;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2:visited,
.ddmx .item2-active,
.ddmx .item2-active:hover {

	
	border-top: 1px solid #666666;
/*	border-bottom: 1px solid #666666; */
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	margin-left: -1px;
/*	margin-top: -1px; */

	color: #453C2F;
	display: block;
	filter: alpha(opacity=96);
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	opacity: .96;
	padding: 3px 8px 4px 8px;
	position: relative;
	top: 1px;
	text-decoration: none;
	white-space: nowrap;
	z-index: 500;
}


.ddmx .item3,
.ddmx .item3:hover,
.ddmx .item3:visited,
.ddmx .item3-active,
.ddmx .item3-active:hover {

	color: #453C2F;
	display: block;
	filter: alpha(opacity=96);
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: -1px;
	opacity: .96;
	padding: 3px 8px 4px 8px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	z-index: 500;
}


.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
	background-color: #93B7D6;
	color: #FFFFFF;	
}

.ddmx .section {
	border-bottom: 2px solid #666666;    /* IE issue with margin-top: -1px;   */
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

.ddmx, .item1, .item2, .item3, .section {
	z-index: 100;
}

* html .mnuMain td {
	position: relative; /* ie 5.0 fix */
}

div.mnuWrapper{
	/*background: url(images/tabLowerPanelBkg.gif);*/
	position: absolute;
	z-index: 59;
	/*left: 80px;*/
	width: 100%;
	background-color: #93B7D6;
	/*border-left: 1px solid #000000;*/
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


table.ddmx {
	height: 20px;
	background-color: #93B7D6;
	width: 100%;


}

.mnuMain, td.mnuMain{
	border-right: 1px solid #000000;
	z-index: 100;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;

}

td.mnuMainOver{
	border-right: 1px solid #000000;
	z-index: 100;
	padding-left: 12px;
	padding-right: 12px;
}

img.dropdownmenu{
 
 margin-left: 10px;
}

/************************************** END DropDown Styles***************************************/
