#DropDownMenuX{
	width:100%;
	background-image: url(../images/templateImages/menu-body-back.jpg);
	background-repeat: repeat-x; 
}
#DropDownMenuX td{
	text-align:center;
	width:10%;
	height:51px;
}

.ddmx {
    font: 12px Arial;
}
.ddmx .item1
{
	/*adjusts the height of the top nav*/
	font: 16px arial;
	color:#FFFFFF;
    text-decoration: none;
	display: block;
    white-space: nowrap;
	z-index: 10;
	line-height: 51px;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: lowercase;
	font-family:Arial, Helvetica, sans-serif;
}

.ddmx:hover .item1,
.selected-ddmx .item1,
.selected-ddmx .item1:hover,
.selected-ddmx .item1-active,
.selected-ddmx .item1-active:hover {
	/*adjusts the height of the top nav*/
	font: 16px arial;
	color:#06347B;
    text-decoration: none;
	display: block;
    white-space: nowrap;
	z-index: 10;
	line-height: 51px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../images/templateImages/menu-hover-right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	text-transform: lowercase;
	font-family:Arial, Helvetica, sans-serif;
}


.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}

.ddmx .item2
{
	display: block;
	width: 150px;
	color: #FFFFFF;
	text-align: left;
	border-bottom: 1px solid #3e9fe3;
	padding: 5px 15px 5px 15px;
	background-color: #56b3f3;
	white-space:normal;
}

.ddmx .item2 div
{
	white-space:normal;
}
.ddmx .item2:hover
{
	color:#06347B;
	background-color: #ECF7FD;
	
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    position: absolute;
    visibility: hidden;
    z-index: 100;
	margin-left: 5px;
	border-bottom: 1px solid #3e9fe3;
	border-left: 2px solid #3e9fe3;
	border-right: 2px solid #3e9fe3;
	border-top: 5px solid #3FA0E4;
}



.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-2145834648, 

.ddmx .item2-2145834649, 

.ddmx .item2-2145834650, 

.ddmx .item2-2145834651, 

.ddmx .item2-2145834652{
    padding: 3px 8px 4px 8px;
    font-size: 11px;
	font-weight: normal;
    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-2145834648:HOVER, 

.ddmx .item2-2145834649:HOVER, 

.ddmx .item2-2145834650:HOVER, 

.ddmx .item2-2145834651:HOVER, 

.ddmx .item2-2145834652:HOVER{ 
    /*line-height: 13px;*/
	color: black;
	border-top:1px solid white;
	text-align:left;	
}

.ddmx:hover .menu-style-helper-panel,
.selected-ddmx .menu-style-helper-panel
{
	background-image: url(../images/templateImages/menu-hover-left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 5;
	
}

.ddmx:hover,
.selected-ddmx
{
	background-image: url(../images/templateImages/menu_hover_middle.jpg);
	background-repeat: repeat-x;
}

