#menu {
	background:url(menu_back.png) no-repeat left top;
	margin:12px 0 0 0;
	background:url(../images/menu_back.png) no-repeat left top;
	width:774px;
	height:40px;
	padding:10px 23px 10px 23px;
}
#menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu li{
	float:left;
	margin:0;
	padding:0;
}
#menu .current {
	background:url(menu_over_back.gif) repeat-x left top;
	color:#960000;
}
.ddmx {
	font-size:1.0em;
	font-family:Arial, Helvetica, sans-serif;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    display: block;
    white-space: nowrap;
    position: relative;
	background:url(menu_over_back.gif) repeat-x left top;
	color:#960000;
	height:20px;
	padding:13px 8px 7px 8px;
	text-decoration:none;
	font-weight:bold;
	float:left;
}

.ddmx .item1 {
	background:url(menu_seperator.gif) no-repeat right center;
	color:#000000;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 5px;
    font: 1.1em Tahoma;
    color:#960000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	background:#C9C9C9;
	border-bottom: 1px solid #A3A3A3;
}
.ddmx .item2 {
    background: #E1E1E1;
	color:#000000;
}
.ddmx .arrow,
.ddmx .arrow:hover {
     padding: 5px 20px 5px 5px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 5px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #898989;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	margin-left:0;
}

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

