.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    FONT-FAMILY:verdana;
	FONT-SIZE:11px;
	color: #069;
    display: block;
    font-weight:bold;
    position: relative;
	text-decoration: underline;
	letter-spacing:0.1em;
	font-variant:small-caps;
	height:20px;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {  
	font-size:11px;
	color:#800000; 
	position: relative;
	text-decoration:none;
	font-weight:bold;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding:2 0 2 30;
    FONT-FAMILY:verdana;
	FONT-SIZE:11px;
	text-decoration: none;
	border-bottom:1px solid #e8e8e8;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;	
	background-color:#258;
	line-height: 24px;
	height:25px;
	color:#000;
}
.ddmx .item2 {
    background: url(../images/menuback.gif) no-repeat;	
	letter-spacing:0.1em;
	font-weight:bold;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    text-decoration: underline;
	background: url(../images/menuback.gif) no-repeat;	
}
.ddmx .section {
    border: 1px none #e8e8e8;
    position: absolute;
    visibility: hidden;
    z-index: -1;	
	background: url(../images/secback.gif) repeat-y;
	width:160px;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */