.sdmenu {
	width: 180px;
	font-family: Sans-Serif;
	font-size: 11px;
	padding-bottom: 10px;
	background: #ccc url(bottom.gif) no-repeat right bottom;
	color: #ffc;
        }

.sdmenu .title, .sdmenu .titlehidden {
	display: block;
	padding: 5px 0;
	font-weight: bold;
	color: #ffc;
	background: #ffc url(title.gif) repeat-x;
	cursor: default;
        }

.sdmenu .title {
	border-bottom: 1px solid #ccc;
        }

.sdmenu .arrow {
	margin-left: 10px;
	margin-right: 7px;
        }

.sdmenu .titlehidden {
	border-bottom: none;
        }

.sdmenu #top {
	background: url(toptitle.gif) no-repeat;
        }

.sdmenu .submenu {
	overflow: hidden;
        }

.sdmenu .submenu a {
	padding: 5px 0;
	text-indent: 10px;
	background: #cfc;
	display: block;
	border-bottom: 1px solid #ccc;
	color: #066;
	text-decoration: none;
        }

.sdmenu .submenu a.current {
	background : #ffc;
        }

.sdmenu .submenu a:hover {
	background : #066 url(linkarrow.gif) no-repeat right center;
	color: #ffc;
        }
