#DropDownMenuX{
	width:100%;
	
}
#DropDownMenuX td{
	text-align:center;
	width:14%;
}

.menu-style-helper-panel
{
	position:relative;
}
.ddmx {
    font: 10px tahoma;
    
}
.ddmx .item1,
.ddmx .item1:visited,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    /* padding: 3px 10px 3px 10px; */
    /*border-bottom: 2px solid #008489;*/
    background-color: #FF6600;
	background-image: url(/images/system/menu_curves.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
    font: 11px arial;
	font-weight:bold;
	padding-right:13px;
	padding-bottom:5px;
    color: #ffffff;
    text-decoration: none;
	display: block;
    white-space: nowrap;
    position: relative;
	
	
}
.ddmx .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;
}

.ddmx .bottom,
.ddmx .bottom:hover {

}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
/* This is the last menu item in the drop down list so it needs a different image for the right corner */
.ddmx-2145833298 .item1,
.ddmx-2145833298 .item1:visited,
.ddmx-2145833298 .item1:hover,
.ddmx-2145833298 .item1-active,
.ddmx-2145833298 .item1-active:hover {
	background-image: url(/images/system/menu_curve_end.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
    
}

/*-------------MENU ITEMS STYLES-----------*/

/*--------------------------------------basic style for all children menus*/
.ddmx .item2-2145832798,

.ddmx .item2-2145832809,

.ddmx .item2-2145832810,

.ddmx .item2-2145832813,

.ddmx .item2-2145832814,

.ddmx .item2-2145832815,

.ddmx .item2-2145832816,

.ddmx .item2-2145832817,

.ddmx .item2-2145833029,

.ddmx .item2-2145832818,

.ddmx .item2-2145833298
{
    padding: 3px 8px 4px 8px;
	background-color:#FFFFFF;
    font-size: 11px;
	/*font-weight: bold;*/
    color: #000000;
    text-decoration: none;
    display: block;
    position: relative;
	text-align:left;
	width:130px;
	border-left: 1px solid #b8b4ae;
	border-right: 1px solid #b8b4ae;
	border-bottom: 1px solid #b8b4ae;
}
/*--------------------------------------basic hover style for all children menus*/
.ddmx .item2-2145832798:HOVER,

.ddmx .item2-2145832809:HOVER,

.ddmx .item2-2145832810:HOVER,

.ddmx .item2-2145832813:HOVER,

.ddmx .item2-2145832814:HOVER,

.ddmx .item2-2145832815:HOVER,

.ddmx .item2-2145832816:HOVER,

.ddmx .item2-2145832817:HOVER,

.ddmx .item2-2145833029:HOVER,

.ddmx .item2-2145832818:HOVER,

.ddmx .item2-2145833298:HOVER{
    line-height: 13px;
	color: #FFFFFF;
	background-color: #025C9B;
	border-bottom:1px solid #CCC;
	text-align:left;
}


/* Don't display a drop down menu for the last orange button 'help' because it will get cut off because of 100% width of site */

.ddmx .item2-2145833298{
display:none;
}


