#DropDownMenuX{
	width:100%;
}
#DropDownMenuX td{
	text-align:center;
	width:10%;
	height:24px;
	background-color:#0066CC;	
}

.ddmx {
    font: 12px Arial;
    
}
.ddmx .item1,
.ddmx .item1:visited{
	/*adjusts the height of the top nav*/
    padding: 2px 5px 4px 5px;
    background-color: #0066CC;
	font: 16px arial;
	font-weight:bold;
	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 {
	/*adjusts the height of the top nav*/
    background-color: #0066CC;
	font: 16px arial;
	font-weight:bold;
	color:#FFFF00;
    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 .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {

}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

.section{width:150px;text-align:left;background-color:#0066CC;}

/*-------------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;
}

