.ddmx {
    font: 11px "century gothic";
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: none;
    font: 12px arial;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11.5px century gothic;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #1E2F3E;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #005DAA;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 0px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
h1{
	background-color:;
	padding:6px;
	font-size: 14px;
	color: #005daa;
	margin-top: 4px;
	margin-bottom: 1px;
	border-top: 0px solid  #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

}
h2{
	background-color:;
	padding:3px;
	font-size: 14px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-top: 1px solid  #CCCCCC;
	border-right: 1px solid  #CCCCCC;
    border-left: 1px solid  #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

}

* html .ddmx td { position: relative; } /* ie 5.0 fix */