.sdmenu {

    width: 150px;

    font-family: Sans-Serif;

    font-size: 12px;

    padding-bottom: 10px;

    background: #505050 url(images/corner3.gif) no-repeat  right bottom;

    color: #FFF;

}



.sdmenu .title, .sdmenu .titlehidden{

	display: block;

	padding: 5px 0;

	font-weight: bold;

	color: white;

	background:#505050 url(images/corner.gif) top right no-repeat;

    cursor: s-resize;



}



.sdmenu .title {

    border-bottom: 1px solid #ddd;
    cursor: s-resize;

}



.sdmenu .arrow {

		margin-left: 10px;

    margin-right: 7px;

}



.sdmenu .titlehidden {

    border-bottom: none;

}



.sdmenu #top {

    background:#505050 url(images/corner.gif) top right no-repeat;

}



.sdmenu .submenu {

    overflow: hidden;

}



.sdmenu .submenu a {

    padding: 5px 0;

    text-indent: 10px;

    background: #EEE;

    display: block;

    border-bottom: 1px solid #DDD;

    color: #286ea0;

    text-decoration: none;

}



.sdmenu .submenu a:hover {

    background : #286ea0 url(images/linkarrow.gif) no-repeat left center;

    text-indent: 15px;

    color: #FFF;

}

