.ddmx {
    font: 11px Arial;
    text-decoration: none;
    border-top:0px solid #FFFFFF;
    border-bottom:0px solid #FFFFFF;
}

html>body .ddmx {
margin-left:5px;
}

.ddmx .item1,
.ddmx .item1:visited {
		float:left;
		height:22px;
		width:138px;
		margin:0px 0px 0px -5px; 
		padding:3px 0px 0px 0px; 
		background: url(../images/topnavbg.gif);
		font-family:arial; 
		font-size: 12px; 
		font-weight: bold; 
		color: #FFFFFF; 
		text-decoration: none;
		display: block;
		position: relative;
		text-align:center;

}

.ddmx .item1:hover,
.ddmx .item1-active:hover,
.ddmx .item1-active,
.ddmx .item1-active:visited  {
		float:left;
		height:22px;
		width:138px;
		margin:0px 0px 0px -5px; 
		padding:3px 0px 0px 0px; 
		background: url(../images/topnavbg.gif);		
		font-family:arial; 
		font-size: 12px; 
		font-weight: bold; 
		color: #FFFFFF; 
		text-decoration: none;
		display: block;
		position: relative;
		text-align:center;

}

html>body .ddmx .item1,
html>body .ddmx .item1:visited {
		height:19px;
		width:138px;
		margin:0px 0px 0px -5px; 
		padding:3px 0px 0px 0px; 
		background: url(../images/topnavbg.gif);
		font-family:arial; 
		font-size: 12px; 
		font-weight: bold; 
		color: #FFFFFF; 
		text-decoration: none;
		display: block;
		position: relative;
		text-align:center;
}

html>body .ddmx .item1:hover,
html>body .ddmx .item1-active:hover,
html>body .ddmx .item1-active,
html>body .ddmx .item1-active:visited  {
		height:19px;
		width:138px;
		margin:0px 0px 0px -5px; 
		padding:3px 0px 0px 0px; 
		background: url(../images/topnavbg.gif);
		font-family:arial; 
		font-size: 12px; 
		font-weight: bold; 
		color: #FFFFFF; 
		text-decoration: none;
		display: block;
		position: relative;
		text-align:center;
}

.ddmx .item2,
.ddmx .item2:visited{
		padding: 5px 5px 5px 10px; 
		margin:0px;     
		background: #484444;
		font-family:arial; 
		font-size: 11px; 
    line-height:16px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
		border-bottom: 2px solid #FFFFFF;    
}

.ddmx .item2:hover,
.ddmx .item2-active:hover,
.ddmx .item2-active,
.ddmx .item2-active:visited  {
		background:#E1E5E7 url('../images/arrowsubnav.gif') no-repeat left center;	
    line-height:16px;		
		margin:0px; 		
		padding: 5px 5px 5px 10px; 
		font-family:arial; 
		font-size: 11px; 
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
		border-bottom: 2px solid #FFFFFF;    
}


.ddmx .item1 img,
.ddmx .item1:visited img {
		top: 0px;
		left: 0px;
    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: 0px;
		left: 0px;
    text-decoration: none; 
    position: absolute;
		visibility:visible;
}

.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:visible;
}

html>body .ddmx .section {
		width: auto;
		min-width: 175px;
}

.ddmx .section {
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-top: 0px solid #ffffff;
    text-align:left;
    position: absolute;
    visibility: hidden;
    text-decoration: none; 
    width:175px;
    margin-top:2px;
}

* html .ddmx td { position: relative; text-decoration: none; } /* ie 5.0 fix */
