#DropDownMenuX{
	height: 55px;
}
#DropDownMenuX td{
	text-align:center;
	height:26px;
}
.menu-style-helper-panel
{
	position:relative;
}
.ddmx {
    font: 12px Arial;
	background-color: #637680;
	background-image: url(../images/templateimages/menu_back.jpg);
	background-repeat: repeat-x;
	border-left: 3px solid #ffffff;
}

.first-ddmx
{
	border-left: none;
}
.last-ddmx
{
	border-right: 3px solid #ffffff;

}
.ddmx .item1{
	/*adjusts the height of the top nav*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#FFFFFF;
    text-decoration: none;
	display: block;
    white-space: nowrap;
    position: relative;
	text-transform: lowercase;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 10px;
	padding-right: 10px;
}

.ddmx .first-item1
{
	margin-left:0px;
	background-image: url(../images/templateimages/first_menu_left_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-right: 8px;
	padding-left: 9px;
}

.ddmx .last-item1 {
    padding-left:9px;
    padding-right:8px;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .selected-item1
{
    background-color: #A5CD39 !important;
	color: #FFFFFF;
}
.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;
}
/*--------------------------------------basic hover style for all children menus*/
.ddmx .item2:HOVER{ 
    /*line-height: 13px;*/
	color:#FFFFFF;
	background-color: #7B3136
}
