.td {
	position: relative;
	left: 50px;

}
.ddmx {
 
 font: normal 0.9em Arial, Helvetica, sans-serif;
 color: #898885;}
.ddmx .item1 {background: transparent url(../images/nav_top_level_arrow2.gif) no-repeat scroll 100% 50%;
    font: normal 0.9em Arial, Helvetica, sans-serif;
    color: #505050;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align:left;
	float:left;
	margin:1px 8px 11px 1px;
	padding:3px 8px;}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {

    background: transparent url(../images/nav_top_level_arrow2.gif) no-repeat scroll 100% 50%;
    font: normal 0.9em Arial, Helvetica, sans-serif;
    color: #006600;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align:left;
	float:left;
	margin:1px 8px 11px 1px;
	padding:3px 8px;
	
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 15px 4px 8px;
    font: normal 0.8em Arial, Helvetica, sans-serif;
	text-align:left;
    color: #000000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	background: #FFFFFF;
	
}
.ddmx .item2 {
    background: #e5eafe ;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    color: #006600 ;

}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 25px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */