.sdmenu {
    width: 235px;
    font-family: Sans-Serif;
    font-size: 12px;
    padding-bottom: 10px;
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: url(../others/title.gif) repeat-x;
	cursor:pointer;
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

.sdmenu .arrow {
	margin-left: 10px;
    margin-right: 7px;
}

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

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

.sdmenu .submenu {
	display: hidden;
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 0px;
    margin-left:10px;
    margin-top:2px;
    font: 11px tahoma,verdana,sans-serif;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #0066FF;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
   margin-left:10px;
   margin-top:2px;
   font: 11px tahoma,verdana,sans-serif;
   color: #FF0000;
   text-decoration:underline;
   cursor:pointer;
}


