.ddm1 {
    FONT: 12px Arial;
	background-repeat: no-repeat;
}



.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    border: 1px #003366;
    /*border-style: solid none solid none;*/
	border-style: none none none none;
    text-decoration: none;
    display: block;
    position: relative;

	background-image: url('/images/topmenu.jpg');
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight:bold;
	height: 33px;
	padding-top: 7px;
}
.ddm1 .item1 {
    background: #0D62B3;
    color: #ffffff;

	background-image: url('/images/topmenu.jpg');
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight:bold;
	height: 33px;
	padding-top: 7px;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #0D62B3;
    color: #ffffff;

	background-image: url('/images/topmenu-over.jpg');
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight:bold;
	height: 33px;
	padding-top: 7px;
}


.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
	padding-left: 4px;
	padding-right: 0px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
	text-align: left;
}
.ddm1 .item2 {
    background: #0D62B3;
    color: #ffffff;

	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	text-align: left;
}
.ddm1 .item2:hover {
    background: #06417A;
    color: #00DEFF;

	padding-left: 4px;
	padding-right: 0px;

	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	text-align: left;
}


.ddm1 .section {
	background: #0D62B3;
    border: 1px #003366;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
	text-align: left;
}
.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 */