div.sdmenu 
{
 width: 150px;
 font-family: Arial, sans-serif;
 font-size: 12px;
 padding-bottom: 10px;
 background-repeat: no-repeat;
 background-position: right bottom;
 color: #fff;
}

div.sdmenu div 
{
 background-image: url(title.gif);
 background-repeat: repeat-x;
 overflow: hidden;
}

div.sdmenu div:first-child 
{
 background-image: url(toptitle.gif);
 background-repeat: no-repeat;
}

div.sdmenu div.collapsed 
{
 height: 25px;
}

div.sdmenu div span 
{
 display: block;
 padding-top: 5px;
 padding-right: 25px;
 padding-bottom: 5px;
 padding-left: 25px;
 font-weight: bold;
 color: #FFFFFF;
 background-image: url(expanded.gif);
 background-repeat: no-repeat;
 background-position: 10px center;
 cursor: default;
 border-bottom-color: White;
 border-bottom-width: 1px;
 border-bottom-style: solid;
}

div.sdmenu div.collapsed span 
{
 background-image: url(collapsed.gif);
}

div.sdmenu div a 
{
 padding-top: 5px;
 padding-right: 10px;
 padding-bottom: 5px;
 padding-left: 10px;
 background-color: #222222;
 display: block;
 border-bottom-color: #ddd;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 color: White;
}

div.sdmenu div a.current 
{
 background-color: #ccc;
}

div.sdmenu div a:hover 
{
 background-image: url(linkarrow.gif);
 background-color: #222222;
 background-repeat: no-repeat;
 background-position: right center;
 color: White;
 text-decoration: none;
}