.ddm1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size : 10px;
	font-style: normal;
	text-transform: capitalize;
	
	width: 125px;
	height: 25px;
	margin-right: 3px;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    font-size:11px;
    /*font-weight:bold;*/
    padding: 3px 8px 3px 8px;
    border: 0px #003366;
    /*border-left: solid 1px white;*/
    text-decoration: none;
    display: block;
    position: relative;
}

.a:hover table{
	
}

.ddm1 .item1 {
    color: #000000;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    color: #27408B;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 2px 8px 2px 6px;
    font-size:9px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

.ddm1 div {
	width: 70px;
}

.ddm1 .item2 {
    background: #EDECEE;
    color: #000000;
}
.ddm1 .item2:hover {
    background: #0066cc;
    color: #FFFFFF;
}
.ddm1 .item3 {
    text-decoration: none;
    display: block;
    white-space: nowrap;
    background: #EDECEE;
    color: #ffffff;
}

.ddm1 .section {
    border: 1px #999999;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
	margin-left: 23px;
	
	margin/**/-top: 20px; /*IE HACK, firefox ignores this*/
}
.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 */