.ddmx {
    font: 10px Verdana;
    text-decoration: none;
    margin: 0px;
}

.ddmx .item1,
.ddmx .item1-active,
.ddmx .item1:visited {
		background: #89BDAE;    
    padding: 0px 0px 0px 12px;
    margin:0px;
    font: 10px Verdana;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
		border-bottom: 1px solid #FCFAD9;        
		width:150px;
    line-height:24px;
}

.ddmx .item1:hover,
.ddmx .item1-active:hover,
.ddmx .item1-active,
.ddmx .item1-active:visited  {
		background: #56776D url('../images/navarrow.gif') no-repeat left center;    
    color: #FCFAD9;  
    text-decoration: none;
}

html>body .ddmx .item1,
html>body .ddmx .item1:hover,
html>body .ddmx .item1:visited,
html>body .ddmx .item1-active,
html>body .ddmx .item1-active:hover,
html>body .ddmx .item1-active:visited	{
		width:138px;	
}		

.ddmx .item2,
.ddmx .item2-active,
.ddmx .item2:visited {
		background: #89BDAE;    
    padding: 0px 0px 0px 12px;
    margin:0px;
    font: 10px Verdana;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
		border-bottom: 1px solid #FFFFFF;        
		width:180px;		
    line-height:24px;
}

.ddmx .item2:hover,
.ddmx .item2-active:hover,
.ddmx .item2-active,
.ddmx .item2-active:visited  {
		background: #56776D url('../images/navarrow.gif') no-repeat left center;    
    color: #FCFAD9;
    text-decoration: none;
}

html>body .ddmx .item2,
html>body .ddmx .item2:hover,
html>body .ddmx .item2:visited,
html>body .ddmx .item2-active,
html>body .ddmx .item2-active:hover,
html>body .ddmx .item2-active:visited	{
    width:160px 		
}

.ddmx .item1 img,
.ddmx .item1:visited img,
.ddmx .item1:hover img,
.ddmx .item1-active:hover img,
.ddmx .item1-active img,
.ddmx .item1-active:visited img	{
		top: 10px;
		right: 20px;
    text-decoration: none; 
    position: absolute;
}

.ddmx .item2 img,
.ddmx .item2:visited img,
.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:-25px 0px 0px 151px;
		border: 0px solid #FFFFFF;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    text-decoration: none;    
		width:150px;
}

* html .ddmx td { position: relative; text-decoration: none; } /* ie 5.0 fix */
