#DropDownMenuX{
	width:95%;
	text-align: center;
}
#DropDownMenuX td{
	text-align:center;
	width:10%;
	height:26px;
	background-color:#F7941D;	
}

.menu-style-helper-panel
{
	position:relative;
	width: 100%;
}
.ddmx {
    font: 12px Arial;
}
.ddmx .item1,
.ddmx .item1:visited
{
	z-index: 10;
	text-transform: lowercase;
	background-color: #F7941D;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	font: 16px Arial, Helvetica, sans-serif;
	white-space: nowrap;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
}

.selected-ddmx .item1
{
	z-index: 10;
	text-transform: lowercase;
	font: 16px Arial, Helvetica, sans-serif;
	color:#fff;
    text-decoration: none;
	display: block;
    white-space: nowrap;
	padding-left: 15px;
	padding-right: 15px;
	background-repeat: no-repeat;
}

.ddmx:hover .item1, .selected-ddmx .item1:hover, .selected-ddmx .item1-active, .selected-ddmx .item1-active:hover
{
	z-index: 10;
	text-transform: lowercase;
	background-color: #ffc20e;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	font: bold 15px Arial, Helvetica, sans-serif;
	white-space: nowrap;
	color: #ffffff;
	text-decoration: none;
	padding-top: 5px;
}


.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}

.ddmx .item2
{
	text-align: left;
	padding-bottom: 4px;
	background-color: #b0d237;
	padding-left: 8px;
	width: 120px;
	padding-right: 8px;
	display: block;
	font-family: Arial, Sans-Serif;
	white-space: normal;
	color: #ffffff;
	font-size: 11px;
	border-top: #fff 1px solid;
	padding-top: 3px;
	text-decoration: none;
}

.ddmx .item2 div
{
	white-space:normal;
}
.ddmx .item2:hover
{
	color:#06347B;
	background-color: #B0D237;
	
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    position: absolute;
    visibility: hidden;
    z-index: 100;
}



.ddmx .bottom,
.ddmx .bottom:hover {

}

* html .ddmx td { position: relative; } /* ie 5.0 fix */


.ddmx:hover .menu-style-helper-panel,
.selected-ddmx .menu-style-helper-panel
{
	z-index: 5;	
}

.ddmx:hover,
.selected-ddmx
{

}
