#DropDownMenuX{
	width:908px;
}
#DropDownMenuX td{
	text-align:center;
	height:31px;
	background-color: #434d3e;
}

.menu-style-helper-panel
{
	position:relative;
}

.ddmx {
    font: 12px Arial;
    
}
.ddmx a.item1{
	/*adjusts the height of the top nav*/
    padding: 0px 5px 0px 5px;	
	font: 11px arial;
	font-weight:bold;
	color:#FFFFFF;
    text-decoration: none;
	display: block;
    white-space: nowrap;
    position: relative;
	line-height: 31px;
}
.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover,
td.ddmx a.selected-item1{
	/*adjusts the height of the top nav*/
    padding: 0px 5px 0px 5px;
	font: 11px arial;
	font-weight:bold;
	color:#d9531e;
    text-decoration: none;
	display: block;
    white-space: nowrap;
    position: relative;
	line-height: 31px;
}
.ddmx a.item2-active:visited{
	background-color: #CCCCCC;
	color: white;
	border-bottom:1px solid #CCC;

}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

/* This style is reserved for the top level menu item when selected or any other sub pages in the section */
.ddmx a.item2,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
    padding-bottom:5px;
	padding-top:5px;
	padding-left:17px;
	padding-right:27px;
	border: 1px solid #8c9587;
    background-color:#666f60;
    font: 11px arial;
	font-weight:bold;
    color: #ffffff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	top: 0px;
	left: 0px;
	text-align:left;
	z-index: 5;
	height:12px;
	width: 150px;
}

.ddmx a.item2:hover {
	color: #d9531e;
}
	
.ddmx .bottom,
.ddmx .bottom:hover {

}

.ddmx a.item3,
.ddmx a.item3:visited{
	/*adjusts the height of the top nav*/
    padding: 0px 10px 0px 10px;	
	font: 11px arial;
	font-weight:bold;
	color:#FFFFFF;
    text-decoration: none;
	display: block;
    white-space: nowrap;
    position: relative;
	left: -2px;
	top: -2px;
	line-height: 22px;
	background-color:#666f60;
	text-align:left;
	border: 1px solid #8c9587;
	z-index: 99;
}
.ddmx a.item3:hover,
.ddmx a.item3-active,
.ddmx a.item3-active:hover {
	/*adjusts the height of the top nav*/
    
	color:#d9531e;
    
}


/*-------------MENU ITEMS STYLES-----------*/


