.sdmenu {
    width: 150px;
    font-family: Sans-Serif;
    font-size: 12px;
    padding-bottom: 10px;
    background: #667298 url(bottom.gif) no-repeat  right bottom;
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #667298 url(title.gif) repeat-x;
	/*cursor: hand; Added to bring normal cursor to headers*/
	cursor: pointer;/*Added to bring normal cursor to headers*/
}

.sdmenu .title {
    border-bottom: 0px solid #FFF;
}

.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;
	margin-bottom:0;
	padding-bottom:0;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #d0ccf7;
    display: block;
    border-bottom: 1px solid #667298;
    color: #667298;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #d0ccf7 url(linkarrow.gif) no-repeat right center;
    color: #667298;
}
