.ddmx {
    font: 11px verdana;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	color: #ffffff;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.ddmx .item1 {
	background-color: #800011;
}

.ddmx .item1-active,
.ddmx .item1:hover {
background-color: #B30018;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	/*font-weight: bold;*/
	color: #ffffff;
        display: block;
        /*white-space: nowrap;*/
        position: relative;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
        z-index: 500;
       /*background-color: #FF7062;*/
       background-image:url("../Image/nav_layer1_background.gif" );
	background-repeat: no-repeat;
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background-image:url("../Image/nav_layer1_background_over.gif" );
	background-repeat: no-repeat;
}
.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,
.ddmx .section2{
	position: absolute;
	visibility: hidden;
	/*z-index: -1;*/
	height:206px;
}

.ddmx .section{
		background-image:url("../Image/nav_layer1_background.gif" );
	background-repeat: repeat-y;
}

.ddmx .section2{
		background-image:url("../Image/nav_layer2_background.gif" );
	background-repeat: repeat-y;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

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

div.menu_level0 {
	position:absolute;
	left:17px;
	top:140px;
	width:198px;
	height:206px;
	background-color: #800011;
	z-index: 10;
}

