.ddmx {
	width:100%;
    font: 11px Arial;
	/*t,r,b,l*/
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 20px 20px;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    border-bottom: 0px solid #cccccc;
	background: url(/eCampus/images/mutant/liBG.jpg) repeat-x bottom left #FFFFFF;
    font: 11px arial;
    color: #434934;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	background: url(/eCampus/images/mutant/liBGSolid.jpg) repeat-x bottom left #FFFFA4;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 5px 0px 5px 10px;
    font: 11px Arial;
    color: #434934;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    background: url(/eCampus/images/mutant/liBGYellow.jpg) repeat-x bottom left;
}
.ddmx .item2 {
	background: #FFFFA4; 
	background: url(/eCampus/images/mutant/liBGYellow.jpg) repeat-x bottom left #FFFFA4;
    opacity: .9;
    filter: alpha(opacity=90);
    font-family:"verdana";
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
	background: url(/eCampus/images/mutant/liBGYellow.jpg) repeat-x bottom left #ffffff;
}

.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 
{
	font: 10px Arial;
    border: 0px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	border-left: 6px solid #9D0508;
	border-bottom: 6px solid #9D0508;
	margin-left:0px;
}
.ddmx .section .headIMG {
	width:100%; 
	background-color:#FFFFA4;
	padding-bottom:2px;
}

.ddmx .section .menuHeader,.ddmx .section .menuHeader b {
	font-family: "Times New Roman";
	font-size:15px;
	font-weight:bold;
	color:#215183;
	width:245; 
	background-color:#FFFFA4;
	padding:7px 0px 2px 3px;
}
.ddmx .section .menuHeader {
	color:#999999;
}

.ddmx .section .header {
	margin: 0px 0 0 0;
	padding: 18px 0 5px 10px;
	font-family: "Times New Roman";
	font-size:18px;
	color:#215183;
	width:400px;
	background:#FFFFFF;
	opacity: .9;
	filter: alpha(opacity=90);
}
/*This Controls this Text etc.. in the hover menu */
.ddmx .section .item2 .description {
	margin: 0px 0 0 0;
	padding: 0px 0 5px 10px;
	font-family: "Verdana";
	font-size:9px;
	font-weight: bold;
	color:#333333;
	background:#FFFFFF;
	filter: alpha(opacity=90);
	opacity: .90;

}



.ddmx .section .description .price {
	font-size:11px;
	padding: 5px 0 5px 0px;
	opacity: .90;
	filter: alpha(opacity=90);
} 

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 2px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
