.ddmx {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 30px 10px 3px 10px;
	background-color: #38376F;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
}
.ddmx .item1 {
	padding: 30px 10px 3px 10px;
	background-color: #000000;
	color: #FFFFFF;
}
.ddmx .current1 {
	padding: 30px 10px 3px 10px;
	text-decoration: none;
	background-color: #515BA2;
	font-weight: bold;
	color: #FFFFFF;
}

.ddmx .arrow1,
.ddmx .arrow1:hover {
	padding: 30px 20px 3px 10px;
}

.ddmx .item1 img,
.ddmx .item1-active img,
.ddmx .current1 img,
.ddmx .current1-active img
{
    position: absolute;
    top: 33px;
    right: 5px;
    border: 0;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 3px 5px 3px 5px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
    background-color: #515BA2;
    color: #FFFFFF;	
}
.ddmx .item2 {
    background-color: #38376F;
    color: #FFFFFF;
}
.ddmx .arrow2,
.ddmx .arrow2:hover {
    padding: 3px 5px 3px 5px;
}
.ddmx .item2 img,
.ddmx .item2-active img,
.ddmx .current2 img,
.ddmx .current2-active img
{
    position: absolute;
    top: 4px;
    right: 4px;
    border: 0;
}

.ddmx .section {
	position: absolute;
	visibility: hidden;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	border: 0px solid #FFFFFF;
}
* html .ddmx td { position: relative; } /* ie 5.0 fix */


.MenuBar {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.SubMenu {
	font-size: 10px;
}
a.SubMenu,
a.SubMenu:hover,
a.SubMenu-active,
a.SubMenu-active:hover {
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B35986;
	text-align: left;
}
a.SubMenu {
	background-color: #C1799D;
}

.SubMenuOn {
	font-size: 10px;
}
a.SubMenuOn,
a.SubMenuOn:hover,
a.SubMenuOn-active,
a.SubMenuOn-active:hover {
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	display: block;
	position: relative;
	background-color: #7A3859;
	text-align: left;
}