.ddmx {
	font: 11px Tahoma, Verdana;
	margin-left:230px;		
}
.ddmx a:visited {
	text-decoration:none;
}
.ddmx a:visited
{
	color:#FFF;
}

.ddmx td {
	height:76px;
}
.ddmx .item1,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	
	padding:0px 4px;
    color: #ffffff;
    height:76px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	line-height:76px;    
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	background:url("../images/mheadermenulight.png") repeat-x;

}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding:3px 5px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    height:20px; 
}
.ddmx .item2 {
   background:#235689;
	color:#FFFFFF;
	display:block;   
	width:auto;          /* another IE hack :/ */
	width:100%!important;	/* end ... */
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background:#6692BE;
    color:#FFF	
}
.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-top:none;
    position: absolute;
    visibility: hidden;
    background-color: #6692BE;
    z-index: 100;
}
.ddmx div {
	display:block;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
