.sdmenu 
{
	position:absolute;
	top:46px;
	left:4px;
    width: 150px;
    font-family: Arial;
    font-size: 10px;
    padding-bottom: 3px;
    background: white url(../Img/bottom.jpg) no-repeat  right bottom;
    color: #3c3d3d;
    z-index:10;
	cursor:pointer;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding-left: 4px;
    font-weight: bold;
    color: #5c5c61;
    background: #FFFFFF url(../Img/title.jpg) repeat-x; 
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

.sdmenu .arrow 
{
	padding-top: 1px;
    margin-left: 4px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(../Img/toptitle.jpg) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding-top: 2px;
    padding-bottom:2px;
    padding-left:5px;
    text-indent: 10px;
    background: #EEE;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #5c5c61;
    text-decoration: none; 
    z-index:-1;
}

.sdmenu .submenu a:hover {
    background : #ccccd1 no-repeat right center;
    color: #FFF;
}

