#DropDownMenuX{
	border: 0px;
	width: 100%;
	background-color: #990000;
}
#DropDownMenuX td{
	text-align:left;
	height:30px;
	background-color:#990000;
	width: 190px;
	vertical-align:middle;
}
.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{
    /*border-bottom: 2px solid #008489;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
    background-color: #990000;
	font: 16px arial;
	color: #ffffff;
    text-decoration: none;
	display: block;
    white-space: nowrap;
    position: relative;
	z-index: 5;
	border: 0px;
	margin: 0px;
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	text-align: center;
	font-weight: regular;

}

.ddmx .item1:hover,
.ddmx .item1-active:hover{
    background-color: #000000;
}

.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: 2px;
    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 */


/*-------------MENU ITEMS STYLES-----------*/

/*--------------------------------------basic style for all children menus*/
.ddmx .item2,
.ddmx .item2-2145834069,
.ddmx .item2-2145834070,
.ddmx .item2-2145834071,
.ddmx .item2-2145834073,
.ddmx .item2-2145833852,
.ddmx .item2-2145837438{
	background-color: #990000;
    font-size: 11px;
	font-weight: regular;
    color: #ffffff;
    text-decoration: none;
    display: block;
    position: relative;
	text-align:left;
	padding-left: 20px;
	width:150px !important;
	width: 190px;
	top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	left: -1px;
	
}

.ddmx .item2-2145834069:hover,
.ddmx .item2-2145834070:hover,
.ddmx .item2-2145834071:hover,
.ddmx .item2-2145834073:hover,
.ddmx .item2-2145833852:hover,
.ddmx .item2-2145837438:hover,{
	background-color: #000000;
}
