#DropDownMenuX{
	width:100%;
}
#DropDownMenuX td
{
	text-align:center;
		
	
}

.ddmx {
    font: 11px verdana; 
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding-bottom:5px;
	padding-top:10px;
	padding-left:7px;
	padding-right:7px;
    background-color:#69BE28;
    font: 11px verdana;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align:center;
	font-weight:bold;
	z-index: 5;
	height:16px;
}
/* This style is reserved for the top level menu item when selected or any other sub pages in the section */
.ddmx .item9,
.ddmx .item9:hover,
.ddmx .item9-active,
.ddmx .item9-active:hover {
    padding-bottom:5px;
	padding-top:10px;
	padding-left:7px;
	padding-right:7px;
    background-color:#69BE28;
    font: 11px verdana;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align:center;
	font-weight:bold;
	z-index: 5;
	height:16px;
}


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
	background-color: #F0F9EA;
    font: 11px tahoma;
    color: #009CA3;
    font-weight: bold;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 500;
	text-align:left;
	width:130px;
	border-left: 1px solid #69BE28;
	border-right: 1px solid #69BE28;
	border-bottom: 1px solid #69BE28;
}
.ddmx .item2 {
    background: #F0F9EA;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #F0F9EA;
	color:#666666;
}
.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;
		text-align: left;
	width: auto;
}
/* handle the right-most menu item and move its drop down menus to the left */
.item2-2145836927 { 
left:-51px;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */