.sdmenu {
    width: 175px;
    font-family: Verdana,Arial,Helvetica Sans-Serif;
    font-size: 10px;
    padding-bottom: 10px;
cursor:pointer;
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #607A8E;
}
.sdmenu .title2, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #607A8E;
}


html:not([lang*=""]) .sdmenu .title, .sdmenu .titlehidden {
	padding: 5px 5px 5px 5px;
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}
.sdmenu .title:hover {
    background: #FFF url(title2.gif) repeat-x;
}



.sdmenu .arrow {
	margin-left: 5px;
    margin-right: 0px;
	width:0px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(toptitle.gif) no-repeat;
}
.sdmenu #bot {
    background: url(bottomtitle.gif) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 5px 5px 15px;
    text-indent: 10px;
    background: #f1fee2;
    display: block;
    border-bottom: 1px solid #d2d9ca;
    color: #6f855c;
    text-decoration: none;
	font-weight:bold;
}

.sdmenu .submenu a:hover {
    background : #6f855c url(linkarrow.gif) no-repeat right center;
    color: #FFF;
    text-decoration: underline;
}

.whiteLine{
	height:1px;
	line-height:1px;
	font-size:1px;
}
