.sdmenu {
    width: 200px;
    padding:50px 0 10px 0;
}



.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 7px 0;
    font-weight: bold;
    color: 000;
	cursor:pointer;
	background: url(menu-bg.png)  no-repeat bottom right;
}

.sdmenu .title2 a, .sdmenu .title2 a:visited {
    display: block;
    padding: 7px 0;
    font-weight: bold;
	background: url(menu2-bg.png) no-repeat bottom right;
	text-transform:uppercase;
	text-indent: 30px;
	text-decoration:none;
	color:#000;
}


.sdmenu .title {
    border-bottom: 1px solid #F0EFEE;
}

.sdmenu .arrow {
	margin-left: 1px;
    margin-right: 15px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu .title a:hover, .sdmenu .titlehidden:hover { background:url(menu-bg2.jpg) no-repeat bottom right; }

.sdmenu .title2 a:hover { background:url(menu2-bg2.jpg) no-repeat bottom right ; }

.sdmenu #top {
    color: #000;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 3px 0;
    text-indent: 35px;
    display: block;
    color: #000;
    text-decoration: none;
	font-weight:normal;
	background:url(../../images/lili.png) no-repeat 20px center; 
	height:15px;
	}

.sdmenu .submenu a:hover {
color:#C22005;
}

	.submenu2 { height:10px;}

