#DropDownMenuX{
	width:100%;
}
#DropDownMenuX td{
	text-align:center;
	width:10%;
	height:19px;
	background-color:#deddde;	
}

.menu-style-helper-panel
{
	position:relative;
}
.ddmx {
    font: 12px Arial;
}
.ddmx .item1,
.ddmx .item1:visited
{
	z-index: 10;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 3px;
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	white-space: nowrap;
	color: #00599d;
	text-decoration: none;
	background-color:#deddde;
	border-right: 2px solid white;
}

.ddmx:hover .item1, .selected-ddmx .item1:hover, .selected-ddmx .item1-active, .selected-ddmx .item1-active:hover
{
	z-index: 10;
	background-color: #deddde;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	white-space: nowrap;
	color: #00599d;
	text-decoration: none;
}


.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}

.ddmx .item2 div
{
	white-space:normal;
}
.selected-item1,
.ddmx .item1:hover,
.ddmx .item2:hover,
.ddmx .item3:hover
{
	color:#ffffff !important;
	background-color:#00599d !important;
	
}

.ddmx .item2,
.ddmx .item3{
    padding: 3px 8px 4px 8px;
	background-color:#deddde;
    font-size: 11px;
	font-weight: bold;
    color: #00599d;
    text-decoration: none;
    display: block;
    position:relative;
	top:-2px;
	left: -1px;
	z-index: 99;
	text-align:left;
	width:120px;
	border-top: 1px solid white;
	border-right: 1px solid white;
}

.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 */


