div.menu {
width: 173px;
	background: url(/sdmenu/top.gif) no-repeat  right top;
	padding-top: 5px;
	margin-top: 20px;
	margin-left: 10px;
	_margin-left: 5px;

}

div.sdmenu {
	width: 173px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	padding-bottom: 5px;
	background: url(/sdmenu/bottom.gif) no-repeat  right bottom;
	color: white;
	margin-top: 0px;
	text-decoration: none;
}
div.sdmenu div {
	background: url(/sdmenu/title.gif) repeat-x;
	overflow: hidden;
	line-height: 15px;
	border-right: 0px solid #E0E0E0;
	border-left: 0px solid #E0E0E0;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
div.sdmenu div:first-child {
	background: url(/sdmenu/toptitle.gif) no-repeat;
	background-color: White;
	text-decoration: none;
}
div.sdmenu div.collapsed {
	height: 25px;
	text-decoration: none;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: normal;
	color: white;
	background: url(/sdmenu/expanded.gif) no-repeat 10px center;
	cursor: hand;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}
div.sdmenu div.collapsed span {
	background-image: url(/sdmenu/collapsed.gif);
	text-decoration: none;
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #727272;
	display: block;
	border-bottom: 1px solid #C4C4C4;
	color: #646464;
	text-decoration: none;
}

div.sdmenu div a:link, div.sdmenu div a:visited {
	color: #DDDDDD;
	text-decoration: none;
}

div.sdmenu div a.current {
	background: #727272;
	text-decoration: none;
}
div.sdmenu div a:hover {
	background: #727272 url(/sdmenu/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}

.odkazytop a {
	padding: 5px 10px;
	background: #727272;
	display: block;
	border-bottom: 1px solid #C4C4C4;
	color: #646464;
}

.odkazytop a {
	padding: 5px 10px;
	background: #989898;
	display: block;
	border-bottom: 1px solid #C4C4C4;
	text-decoration: none;

}

.odkazytop a:link, .odkazytop a:visited {
	color: #F6F6F6;
	text-decoration: none;
}

.odkazytop a:hover, .odkazytop a:active {
	background: #727272 url(/sdmenu/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
