

.ddm1 {
	font: 13px tahoma;
	font-weight: bold;
	
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	padding: 3px 8px 4px 8px;
	border: 1px #003366;
	border-style: none none none none;
	text-decoration: none;
	display: block;
	position: relative;
}
.ddm1 .item1 {
	
	color: #ffffff;
	background-image: url(../images/MemberTemplate/MemberBarBack.gif);
	height: 22px;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #FFA619;
    color: #ffffff;
	height: 22px;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
	background: #3264C7;
	color: #ffffff;
	
}
.ddm1 .item2:hover {
    background: #6699FF;
    color: #ffffff;
}
.ddm1 .section {

    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.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 */
