/* Horizontal Drop Up Menu
------------------------------ */


.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 td {
	padding: 0px 18px;
}
.ddm1 .item1 {
	font-weight: bold;
    color: #8c0000;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	font-weight: bold;
    color: #8c0000 !important;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 4px 17px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
	background: url('img/mainmenu-subitem-bg.gif') no-repeat 10px 50%;
	font-weight: bold;
	color: #666 !important;
}

.ddm1 .item2:hover {
    background-color: #efefef;
}
.ddm1 .section {
    border: 1px solid #dcc5cd;
	background-color: #fbfcfe;
    position: absolute;
	min-width: 200px;
	width: expression((documentElement.clientWidth < 200) ? "200px" : "auto" );
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
	text-align: left !important;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */