div.sdmenu {
	width: 190px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 0px;
/*	background: url(/public/tempo/grafika/siva-ploha-footer.png) no-repeat right bottom;*/
	color: #fff;
    margin-left:2px;
}
div.sdmenu div {
/*	background: url(/public/tempo/grafika/title.gif) repeat-x;*/
	overflow: hidden;
	width: 182px;
}
div.sdmenu div:first-child {
/*	background: url(/public/tempo/grafika/toptitle.gif) no-repeat;*/
}
div.sdmenu div.collapsed {
	height: 25px;
    border-bottom: 1px solid #eee;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: #2865a4 url(/public/tempo/grafika/expanded.gif) no-repeat right bottom;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background: #2865a4 url(/public/tempo/grafika/collapsed.gif) no-repeat right bottom;
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #5a88c6;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #fff;
}
div.sdmenu div a.current {
	background :#4278c2;
	text-decoration: none;
}
div.sdmenu div a:hover {
	background : #6792cb /*url(/public/tempo/grafika/linkarrow.gif) no-repeat right center*/;
	color: #fff;
	text-decoration: none;
}