		
/***************************** DropDownMenu Styles ********************************************/


.ddmx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.ddmx .arrow,
.ddmx .arrow:hover {
	padding: 3px 16px 4px 8px;
}
.ddmx .item1:link,
.ddmx .item1:visited {
		color: #666666;
		text-decoration: none;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	color: #333333;
	font-size: 12px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	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;
	color: #999999;
}


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2:visited,
.ddmx .item2-active,
.ddmx .item2-active:hover {

	margin-top: 1px;
	margin-left: 1px;
	color: #453C2F;
	display: block;
	filter: alpha(opacity=85);
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: 400;
	opacity: .85;
	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 {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;	
	color: #999999;
	display: block;
	filter: alpha(opacity=85);
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin-top: -1px;
	opacity: .85;
	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: #efefef;
	color: #FFFFFF;
}



.ddmx .section {
	border-bottom: 0px;
	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{	
	position: absolute;
	left: 50%;
	width: 738px;
	margin-left: -369px;
	top: 140px;
}

TABLE.ddmx {
	height: 28px;
}


/************************************** END DropDown Styles***************************************/