.lemenu {
	/*border: 2px solid red;*/
	margin-bottom:-2px;
	padding-bottom:0px;
}

.ddm1 {
    font: 11px tahoma;
}

.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	/*padding: 0px 0px 0px 0px;*/

	text-decoration: none;
	font-weight:bold;
	display: block;
	position: relative;
	top: -1px;
}
.ddm1 .item1 {
    color: #000000;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    color: #000000;
}
.ddm1 .item2 {
	width:200px;
    text-decoration: none;
	font-weight:bold;
    display: block;
    white-space: nowrap;
	background-color:#ffffff;
	color:#666666;
	padding: 5px;
	border-bottom:1px solid #CCCCCC;
	border-left:10px solid #666666;
}

.ddm1 .item2:hover {
	background-color:#CB6929;
	color:#ffffff;
}

.ddm1 .item2 {
	font-size:11px;
    background-color:#ffffff;
    color: #fffff;
	font-weight:bold;
}
.ddm1 .item2:hover {
	background-color:#CB6929;
	color:#ffffff;
}
.ddm1 .section {
    border: 1px solid #CCCCCC;
	width:139px;
    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 */
