div.sdmenu {
    width: 150px;
    font-family: Sans-Serif;
    font-size: 12px;
    padding-bottom: 10px;
    background: #eee url(imgs/menu/bottom2.gif) no-repeat  right bottom;
    color: #FFF;
	cursor:pointer;
	cursor:hand;
}
div.sdmenu div {
	background: url(imgs/menu/title2.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(imgs/menu/toptitle2.gif) no-repeat;
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;	
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
    padding: 5px 0;
    text-indent: 10px;
    background: #FFF;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #3A4F7A;
    text-decoration: none;
    font-weight: bold;	
    background: #485D88 url(imgs/menu/title2.gif) repeat-x;	
	color: #fff;	
}
div.sdmenu div.collapsed span {
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #FFF url(imgs/menu/title2.gif) repeat-x;	
}
div.sdmenu div a {
    padding: 5px 10px;
    text-indent: 00px;
    background: #EEE;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #3A4F7A;
    text-decoration: none;	
    font-weight: bold;	
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
    background : #F6821F;
    color: #FFF;
}