@charset "utf-8";

.ddm1 {
	font-family: "Lucida Sans";
	font-size: 12px;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	text-decoration: none;
	display: block;
	position: relative;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #5F87AE;
}
.ddm1 .item1 {
	color: #5F87AE;
	background-color: #FFFFFF;
	font-weight: bold;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	background: #FFFFFF;
	color: #263F6A;
	font-weight: bold;
}
.ddm1 .item2,
.ddm1 .item2:hover {
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
}
.ddm1 .item2 {
	color: #263F6A;
	background-color: #FFFFFF;
}
.ddm1 .item2:hover {
	background: #FFFFFF;
	color: #263F6A;
	text-decoration: underline;
}
.ddm1 .section {
    border: 1px #003366;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ddm1 .right, .ddm1 .right:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #5F87AE;
}

* html .ddm1 td { position: relative; } /* ie 5.0 fix */
#nav {
	padding-top: 2px;
}
