#DropDownMenuX{
	width:100%;
}
#DropDownMenuX td{
	text-align:left;
	background:url(../images/templateimages/ddmx_right.gif) no-repeat right bottom;	
}

.ddmx {
    font: 100% Arial;
    
}
.ddmx .item1,
.ddmx .item1:visited{
	/*adjusts the height of the top nav*/
    padding: 0px 11px 10px 7px;
    background:url(../images/templateimages/ddmx_left.gif) no-repeat left bottom;
	font: 100% arial;
	font-weight:bold;
	color:#454e3f;
    text-decoration: none;
	display: block;
    white-space: nowrap;
    position: relative;
	z-index: 5;
}

.ddmx .item1:hover,
.ddmx .selected-item1,
.ddmx .selected-item1:hover,
.ddmx .selected-item1:visited {
	/*adjusts the height of the top nav*/
    padding: 0px 11px 10px 7px;
    background:url(../images/templateimages/ddmx_left.gif) no-repeat left bottom;
	font: 100% arial;
	font-weight:bold;
	color:#7ac144;
    text-decoration: none;
	display: block;
    white-space: nowrap;
    position: relative;
	z-index: 5;	
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.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-2145843164, 

.ddmx .item2-2145843165, 

.ddmx .item2-2145843166, 

.ddmx .item2-2145843167, 

.ddmx .item2-2145843168,

.ddmx .item2-2145843169{
    padding: 3px 8px 4px 8px;
	background-color:#CCCCCC;
    font-size:  100%;
	font-weight: bold;
    color: white;
    text-decoration: none;
    display: block;
    position: relative;
	text-align:left;
	width:100px;
	border-top: 1px solid white;
}
/*--------------------------------------basic hover style for all children menus*/
.ddmx .item2-2145843164:HOVER, 

.ddmx .item2-2145843165:HOVER, 

.ddmx .item2-2145843166:HOVER, 

.ddmx .item2-2145843167:HOVER, 

.ddmx .item2-2145843168:HOVER,

.ddmx .item2-2145843169:HOVER{ 
    /*line-height: 13px;*/
	color: black;
	background-color: #CCCCCC;
	border-top:1px solid white;
	text-align:left;	
}