.ddmx {
    font: 9px Verdana;
    text-decoration: none;
}

.ddmx .item1,
.ddmx .item1:visited {
		border-bottom: 1px solid #DFDFDF;   
    padding: 4px 5px 1px 4px;
    font: 9px Verdana;
    color: #626262;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
		height:22px;
		text-transform: uppercase;
}

.ddmx .item1:hover,
.ddmx .item1-active:hover,
.ddmx .item1-active,
.ddmx .item1-active:visited  {
		background: url(../images/navbg.gif);    
		border-bottom: 1px solid #DFDFDF;   
    padding: 4px 5px 1px 4px;
    font: 9px Verdana;
    color: #626262;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
		height:22px;
		text-transform: uppercase;
}

html>body .ddmx .item1,
html>body .ddmx .item1:visited {
		border-bottom: 1px solid #DFDFDF;   
    padding: 4px 5px 1px 4px;
    font: 9px Verdana;
    color: #626262;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
		height:17px;
		text-transform: uppercase;
}

html>body .ddmx .item1:hover,
html>body .ddmx .item1-active:hover,
html>body .ddmx .item1-active,
html>body .ddmx .item1-active:visited  {
		background: url(../images/navbg.gif);    
		border-bottom: 1px solid #DFDFDF;   
    padding: 4px 5px 1px 4px;
    font: 9px Verdana;
    color: #626262;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
		height:17px;
		text-transform: uppercase;
}		

.ddmx .item2,
.ddmx .item2:visited{
		background: url(../images/navbg_off.gif);    
    padding-left: 15px;
		margin-left:0px;    
    font: 9px Verdana;
    background-color: #F8F8F8;
    line-height:20px;
    color: #626262;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
		border-bottom: 1px solid #DFDFDF;    
    width: 166px;
 		height:22px;
    text-transform: uppercase;
}

.ddmx .item2:hover,
.ddmx .item2-active:hover,
.ddmx .item2-active,
.ddmx .item2-active:visited  {
		background: url(../images/navbg.gif);    
    padding-left: 15px;
    margin:0px;
    font: 9px Verdana;
    color: #626262;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
		border-bottom: 1px solid #DFDFDF;    
    width: 166px;
 		height:22px;
    text-transform: uppercase;
    line-height:20px;       
}

.ddmx .item1 img,
.ddmx .item1:visited img {
		top:6px;
		left: -10px;
    text-decoration: none; 
    position: absolute;
		visibility:hidden;
}

.ddmx .item1:hover img,
.ddmx .item1-active:hover img,
.ddmx .item1-active img,
.ddmx .item1-active:visited img  {
		top:8px;
		left: -8px;
    text-decoration: none; 
    position: absolute;
		visibility:visible;
}

.ddmx .item2 img,
.ddmx .item2:visited img {
		top:6px;
		left: -10px;
    text-decoration: none; 
    position: absolute;
		visibility:hidden;
}

.ddmx .item2:hover img,
.ddmx .item2-active:hover img,
.ddmx .item2-active img,
.ddmx .item2-active:visited img  {
		top:8px;
		left: -8px;
    text-decoration: none; 
    position: absolute;
		visibility:visible;
}

.ddmx .section {
    border-left: 0px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
    margin-top: -1px;
    text-align:left;
    position: absolute;
    visibility: hidden;
    z-index: 2;
    text-decoration: none;    
}

* html .ddmx td { position: relative; text-decoration: none; } /* ie 5.0 fix */