#DropDownMenuX{
	border: 0px;
}
#DropDownMenuX td{
	text-align:left;
	height:38px;
	background-color:#91A1AB;
	vertical-align:middle;
}

.ddmx{
    font: 10px Arial;
    
}
.ddmx .item1,
.ddmx .item1:visited,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover{
    /*border-bottom: 2px solid #008489;*/
	font: 12px arial;
	color: #ffffff;
    text-decoration: none;
	display: block;
    white-space: nowrap;
    position: relative;
	z-index: 5;
	border: 0px;
	margin: 0px;
	height: 38px;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 38px;
    background-image:url(../images/templates/whiteSquare.gif);
	background-repeat:no-repeat;
	background-position: 5px 15px;
	margin-left: 10px;
	margin-right:5px;
}

.ddmx .item1:hover,
.ddmx .item1-active:hover{
    background-image:url(../images/templates/goldSquare.gif);
	background-repeat:no-repeat;
}


.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: 2px;
    right: 1px;
    border: 0;
}
.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*/

.section a{
	background-color:#91A1AB;
    font-size: 11px;
	font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    display: block;
    position: relative;
	text-align:left;
	padding: 5px;
	width:170px !important;
	width: 150px;
	top: -2px;
	line-height: 15px;
}

.section a:HOVER{
	background-color:#7EB0CD;

}