.ddm1 {
    font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    color: #103fa7;
}

.ddm1 .current:link, .ddm1 .current:visited, .ddm1 .current:active {
    font-weight: bold;
    color: #103fa7;
}


.ddm1 .item1, .ddm1 .item1:hover, .ddm1 .item1-active, .ddm1 .item1-active:hover {
    padding: 2px 8px 2px 1px;
    border: 1px #003366;
    text-decoration: none;
    display: block;
    position: relative;
    color: #103fa7;
}

.ddm1 .item1:hover, .ddm1 .item1-active, .ddm1 .item1-active:hover {
    background-color: #dceefc;
}


.ddm1 a.item2:link, .ddm1 a.item2:visited, .ddm1 a.item2:active {
	padding: 2px 8px 2px 8px;
    text-decoration: none;
    display: block;
    color: #103fa7;
	width: 166px;
	height:auto !important;
	background: url( '../images/leftMenuItem2Background.gif' ) bottom repeat-x;
	border-bottom: #dceefc solid 1px;
}




.ddm1 a.item2:hover {
	width: 166px;
	background-image: none;
	background-color: #dceefc;
}
.ddm1 .section {
    z-index: -1;
    position: absolute;
    visibility: hidden;
    border: #93c7ff solid 1px;
    background-color: #fff;
    width: 182px !important;
}

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