div.sdmenu {
	width: 175px;
	font-family: 'Î¢ÈíÑÅºÚ';
	font-size: 18px;
	padding-bottom: 10px;
	color: #fff;
}
div.sdmenu div {
	overflow: hidden;

}

div.sdmenu div.collapsed {
	height: 40px;
	background:url(../img/pathArrow.gif) right 4px no-repeat;
	border-bottom:1px solid #CCC;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	cursor: point;
	width:175px;  
	height:40px;  
	background:url(../img/pathHover.gif) no-repeat 0 3px;
	color:#2b9edb;
	line-height:30px;
}
div.sdmenu div.collapsed span {
	height:40px;  
	background:url(../img/pathArrow.gif) right 4px no-repeat;
	padding-right:10px;
	width:175px;
	line-height:30px;
}
div.sdmenu div span:hover { 	background:url(../img/pathHover.gif) no-repeat 0 3px; 	color:#fff;}
div.sdmenu div a {
font-size:14px; color:#2b9edb; background:none; margin-left:30px; font-weight:normal; display:block; height:26px;
}
div.sdmenu div a p{ font-family:impact; display:inline}
div.sdmenu div a.current {
	color: #000;
}
div.sdmenu div a:hover {
	color: #000;
	text-decoration: none;
}


/*
div.sdmenu {
	width: 165px;

}
div.sdmenu div {
border-bottom:1px solid #CCC; height:40px; line-height:40px; list-style:none; background:url(../img/pathArrow.gif) right 4px no-repeat; padding-right:10px; display:block; width:165px; font-size:18px; font-family:'Î¢ÈíÑÅºÚ'; font-weight:normal;	overflow: hidden;
}
div.sdmenu div:first-child {
border-bottom:1px solid #CCC; height:40px; line-height:40px; list-style:none; background:url(../img/pathArrow.gif) right 4px no-repeat; padding-right:10px; display:block; width:165px; font-size:18px; font-family:'Î¢ÈíÑÅºÚ'; font-weight:normal;	overflow: hidden;
}
div.sdmenu div.collapsed {
border-bottom:1px solid #CCC; height:40px; line-height:40px; list-style:none; background:url(../img/pathArrow.gif) right 4px no-repeat; padding-right:10px; display:block; width:165px; font-size:18px; font-family:'Î¢ÈíÑÅºÚ'; font-weight:normal;	overflow: hidden;
}
div.sdmenu div span {
border-bottom:1px solid #CCC; height:40px; line-height:40px; list-style:none; background:url(../img/pathArrow.gif) right 4px no-repeat; padding-right:10px; display:block; width:165px; font-size:18px; font-family:'Î¢ÈíÑÅºÚ'; font-weight:normal;	overflow: hidden;
}
div.sdmenu div.collapsed span {
border-bottom:1px solid #CCC; height:40px; line-height:40px; list-style:none; background:url(../img/pathArrow.gif) right 4px no-repeat; padding-right:10px; display:block; width:165px; font-size:18px; font-family:'Î¢ÈíÑÅºÚ'; font-weight:normal;	overflow: hidden;
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}

div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #066 url(../img/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
*/