div.sdmenu, div.wfAccountMenu {
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 10px;
	color: #000;
	text-align:left;	
	margin: 0px 0px 0px 2px;
}
div.sdmenu div {
	overflow: hidden;
}

div.sdmenu div.collapsed {
	height: 25px;
	width: 200px;
	background: url(images/menu_bg.jpg) no-repeat center;
	padding-bottom: 5px;
	margin-left: 2px;
}
div.sdmenu div span {
	display: block;
	padding: 3px 5px 10px 5px;
	background: url(images/menu_bg_expanded.jpg) no-repeat center;
	cursor: pointer;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
div.sdmenu div td {
	text-indent: 25px;
	line-height: 15px;
	padding-top: 3px;
}

div.sdmenu div span:hover {
	display: block;
	padding: 3px 5px 10px 5px;
	cursor: pointer;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

	
div.sdmenu div.collapsed span {
	background: url(images/menu_bg.jpg) no-repeat center;
}

div.sdmenu div a {
	padding: 0px 30px 0px 10px;
	display: block;
	line-height:20px;
	background-color: #eaeaea;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	width: 150px;
	float: right;
	border-bottom: 2px solid #FFFFFF;
}
div.sdmenu div a.current {
	color:#a70500;
	font-weight: normal;
}
div.sdmenu div a:hover {
	background-color: #fff6df;
	color: #000;
	text-decoration: none;
}


div.sdmenu span.aaa a{
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background: url(images/menu_bg.jpg) no-repeat scroll center center transparent;
    height: 25px;
    margin-left: 2px;
    padding-bottom: 5px;
    width: 200px;
	text-indent: 30px;
	line-height: 28px;
    width: 200px;
}
div.sdmenu span.aaa a:hover{
	color: #666666;

}



