#DropDownMenuX
{
	margin: 0px;
}
#DropDownMenuX td
{
	text-align:center;
	height: 50px;
}

#DropDownMenuX td.seperator_holder span.seperator
{
	font-size: 1px;
	border-right: 2px solid #ffffff;
	display: block;
	height: 13px;
}



.ddmx .menu-style-helper-panel
{
	padding-left: 2px;
	background-image: url(../images/templateimages/top-menu-seperator.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.first-ddmx .menu-style-helper-panel
{
	padding-left: 0px;
	background-image: none;
}


.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover
 {
	padding-left:15px;
	padding-right:15px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: table-cell;
	text-align:center;
	font-weight:bold;
	z-index: 5;
	width: 91px;
	vertical-align: middle;
}

#DropDownMenuX td:hover,
.selected-ddmx
{
	background-color: #20282B;
}

.selected-ddmx .item1
{
	background-color: #20282B;
}

/* 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;
    font: 14px;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
    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 */
