.sdmenu {
    width: 120px;
    font-family: Sans-Serif;
    font-size: 10px;
    padding-bottom: 10px;
    color: #FFF;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}

.sdmenu .title, .sdmenu .titlehidden, .button{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    height: 15px;
	padding-left: 18px;
}

.sdmenu .title, .button, .titlehidden {
    background-image: url(images/button.jpg);
}
.sdmenu .button a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #fff;
}

.sdmenu .arrow {
	position: absolute;
	margin-left: -14px;
}


.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #EEE;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #066;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #066 url(linkarrow.gif) no-repeat right center;
    color: #FFF;
}
