div.sdmenu {
	width: 233px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	/*background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;*/
}
div.sdmenu div {
	background: url(../images/bg_meniu.jpg) no-repeat;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../images/bg_meniu.jpg) no-repeat;
}
div.sdmenu div.collapsed {
	height: 31px;
}
div.sdmenu div span {
	display: block;
	padding: 8px 20px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 5px center;
	cursor: pointer;
}

div.sdmenu div span a{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	cursor: pointer;
	padding:0px;
	margin:0px;
	background: url(../images/bg_meniu.jpg) no-repeat 0px -9px;
}


div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 20px;
/*	background-color: #eee;*/
	display: block;
	color:#E6DEEF;
	text-decoration:none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.sdmenu div a.current {
	background-color:#333368;
}
div.sdmenu div a:hover {
	background-color: #333368;
	/* url(linkarrow.gif) no-repeat right center;*/
	color: #ffffff;
	text-decoration: none;
}
