.ddmx {
    font: 9px Verdana;
    text-decoration: none;
    margin: 0px;
}

.ddmx .item1,
.ddmx .item1:visited {
		background: #FFFFFF;    
    padding: 0px 5px 0px 10px;
    font: 10px Verdana;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
		border-bottom: 1px solid #CDD8E7;        
		height:26px;
		width:164px;
    line-height:23px;
}

.ddmx .item1:hover,
.ddmx .item1-active:hover,
.ddmx .item1-active,
.ddmx .item1-active:visited  {
		background: url('/images/navon.gif');
    padding: 0px 5px 0px 10px;
    font: 10px Verdana;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
		border-bottom: 1px solid #CDD8E7;        
		height:26px;
		width:164px;	
    line-height:23px;
}

html>body .ddmx .item1,
html>body .ddmx .item1:hover,
html>body .ddmx .item1:visited,
html>body .ddmx .item1-active:hover,
html>body .ddmx .item1-active,
html>body .ddmx .item1-active:visited  {
    padding: 0px 5px 0px 10px;
		height:25px;
		width:149px;	
    line-height:24px;
}		

.ddmx .item2,
.ddmx .item2:visited{
    text-align:left;
		background: #FFFFFF;    
    font: 10 Verdana;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
		border-bottom: 1px solid #CDD8E7;    
 		height:26px;
		width:200px;		
    line-height:23px;
}

.ddmx .item2:hover,
.ddmx .item2-active:hover,
.ddmx .item2-active,
.ddmx .item2-active:visited  {
		text-align:left;
		background: url('/images/navon.gif');
    font: 10px Verdana;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
		border-bottom: 1px solid #CDD8E7;    
 		height:26px;
		width:200px;		
    line-height:23px;
}

html>body .ddmx .item2,
html>body .ddmx .item2:hover,
html>body .ddmx .ddmx .item2:visited,
html>body .ddmx .ddmx .item2-active,
html>body .ddmx .ddmx .item2-active:hover,
html>body .ddmx .ddmx .item2-active:visited{
 		height:25px;
    line-height:24px; 		
}

.ddmx .item1 img,
.ddmx .item1-active img {
		top: 10px;
		left: 0px;
    text-decoration: none; 
    position: absolute;
}

.ddmx .item2 img,
.ddmx .item2:visited img {
		top: 0px;
		left: 0px;
    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: 0px;
		left: 0px;
    text-decoration: none; 
    position: absolute;
		visibility:hidden;
}

.ddmx .section {
		margin:-26px 0px 0px 164px;
    border-left: 0px solid #CDD8E7;
    border-right: 0px solid #CDD8E7;
    border-top: 0px solid #CDD8E7;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    text-decoration: none;    
		width:164px;
}

* html .ddmx td { position: relative; text-decoration: none; } /* ie 5.0 fix */