#DropDownMenuX{
	width:900px;
	padding:10px 5px 5px 10px;
	margin:0 auto;
}
#DropDownMenuX td{
	text-align:center;
}

.ddmx {
    font: 12px Arial;
}
.ddmx .item1,
.ddmx .item1:visited{
	/*adjusts the height of the top nav*/
	font: 16px arial;
	font-weight:bold;
	color:#AFB949;
    text-decoration: none;
	display: block;
    white-space: nowrap;
    position: relative;
	z-index: 5;
	border-right:2px solid #AFB949;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	/*adjusts the height of the top nav*/
	font: 16px arial;
	font-weight:bold;
	color:#ED1B2E;
    text-decoration: none;
	display: block;
    white-space: nowrap;
    position: relative;
	z-index: 5;
	
	
}
.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 .bottom,
.ddmx .bottom:hover {

}

* html .ddmx td { position: relative; } /* ie 5.0 fix */


/*-------------MENU ITEMS STYLES-----------*/

/*--------------------------------------basic style for all children menus*/
.ddmx .item2{
    padding: 3px 8px 4px 8px;
    font-size: 11px;
	font-weight: normal;
    color: white;
    text-decoration: none;
    display: block;
    position: relative;
	text-align:left;
}
/*--------------------------------------basic hover style for all children menus*/

.ddmx .item2:HOVER{ 
    /*line-height: 13px;*/
	background-color:#CC0000;
	text-align:left;	
	color:#FFFFFF;
}

table#DropDownMenuX td.last-ddmx a.last-item1
{
	border:none;
}