.sdmenu {
    width: 180px;
    font-family: Sans-Serif;
    font-size: 12px;
    padding-bottom: 20px;
\\    background: #eee url(bottom.gif) no-repeat  right bottom;
    background: #aa1447 url(bottom.gif) no-repeat  right bottom;
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 11px;
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: #922343;
\\    color: #ffffff;
\\    color: #000000;
    background: #FFF url(title.gif) repeat-x;
    cursor: pointer;
}

.sdmenu .title {
\\    border-bottom: 1px solid #DDD;
\\    border-bottom: 1px solid #fae5ed;
}

.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: 30px;
\\    background: #EEE;
\\	background: #fbe8ef;
\\	background: #fbf1f5;
\\	background: #f4f2f3;
\\	background: #fae5ed;
	background: #fafafa;
    display: block;
\\    border-bottom: 1px solid #DDD;
\\    color: #066;
\\    color: #aa1447;
\\  color: #000;
    color: #922343;
    text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 11px;
}

.sdmenu .submenu a:hover {
\\    background : #066 url(linkarrow.gif) no-repeat right center;
\\    background : #fbf1f5 url(linkarrow.gif) no-repeat right center;
\\    background : #f8d6e2 url(linkarrow.gif) no-repeat right center;
  	background: #fae5ed url(linkarrow.gif) no-repeat right center;
\\    color: #FFF;
    color: #922343;
}