#menuholder
{
	width: 907px;
	padding-left: 88px;
}

#DropDownMenuX{
}
#DropDownMenuX td{
	text-align:center;
	width:10%;
	height:26px;
}

.ddmx {
    font: 12px Arial;
    
}
.ddmx .item1,
.ddmx .item1:visited{
	/*adjusts the height of the top nav*/
	width:140px;
    padding: 3px;
	margin-left:5px;
    background-color: #809865;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
    text-decoration: none;
	display: block;
    white-space: nowrap;
    position: relative;
	z-index: 5;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover,
.selected-item1 {
	/*adjusts the height of the top nav*/
	color: #FFFFFF;
    background-color: #7B3136 !important;
}
.ddmx .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}


* html .ddmx td { position: relative; } /* ie 5.0 fix */


/*-------------MENU ITEMS STYLES-----------*/

/*--------------------------------------basic style for all children menus*/
.ddmx .item2{
    width:140px;
    padding: 3px;
    background-color: #809865;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
    text-decoration: none;
	display: block;
    position: relative;
	top: 6px;
	z-index: 5;
	border-bottom: 1px solid #7B3136;
	white-space: normal;
}
/*--------------------------------------basic hover style for all children menus*/
.ddmx .item2:HOVER{ 
    /*line-height: 13px;*/
	color:#FFFFFF;
	background-color: #7B3136
}

