.ddmx {
    font: 10px Verdana;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
/*    padding: 3px 2px 3px 2px;
    font: 10px Verdana;
    color: #000000;
    font-weight: bold;
    text-decoration: none;*/
    display: block;
    white-space: nowrap;
    position: relative;
    color: black;
    text-align: left;	
    padding: 0.2em 0.5em 0.3em 0.6em;
    /*border-top: solid 0em rgb(215,215,215);
	border-left: solid 0.5em rgb(255,255,255);*/
	background-color: inherit;
	border-bottom:solid 1px white;
	border-top:solid 1px white;
	text-decoration: none;
	font: 13px arial;
	
	
}
.ddmx .item1:hover,
.ddmx .item1-active:hover 
{
    text-align: left;
	/*border-left: solid 0.5em rgb(137,199,44);*/
	border-bottom:solid 1px #a8b6d9;
	border-top:solid 1px #a8b6d9;
	background-color: #d6791e;
	color: white;
	padding: 0.2em 0.5em 0.3em 0.6em;
    font-weight:bold;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    /*padding: 4px 18px 10px 18px;
    font: 10px Verdana;
    color: #FFFFFF;
    font-weight: bold;*/
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    text-align: right;	
	padding: 0.3em 0.7em 0.2em 0.9em;
	border-top: solid 0.1em rgb(215,215,215);
	border-left: solid 0.5em rgb(255,255,255);		
	background-color: inherit;
	color: black;
	height: 1.3em;
	font-size: 1.1em;
}
.ddmx .item2 {
    /*background: #0096d6;*/
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    /*background: #84969c;	
	font: 11px Verdana;
	color:#FFFFFF;
	font-weight: bold;*/
	
	text-align: right;
	border-left: solid 0.5em rgb(137,199,44);		
	/*background-color: rgb(224,244,181);*/
	background-color:#d6791e;
	color: rgb(0,0,0);
	text-decoration: none;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 1px 4px 8px;
}
.ddmx .item1 img,
.ddmx .item1-active img{
    position: absolute;
    top: 10px;
    right: 1px;
    border: 0;	
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    left: 0px;
    border: 0;	
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute ;
	margin-top:8;
    visibility: hidden;
    z-index: -1;
	background:white;
}

.fontContent {font-size:8pt; color:#000000; font-family:verdana,arial,courier,times;}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
