div.sdmenu {
	width: 191px;
	font-family: Tahoma;
	font-size: 11px;
	padding-bottom: 2px;
	background:  no-repeat  right bottom;
	color: #dbdbdb;
	text-decoration: none;
}
div.sdmenu div {
	background:;
	overflow: hidden;
}

div.sdmenu div.collapsed {
	height: 34px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(file:///C|/Documents%20and%20Settings/gri1/Desktop/telekom2/menu/sdmenu/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}
div.sdmenu div.collapsed span {
	background-image: url(file:///C|/Documents%20and%20Settings/gri1/Desktop/telekom2/menu/sdmenu/collapsed.gif);
}
div.sdmenu div a {
	display: block;
	color: #dbdbdb;
	background-color: #eee;
	background-image: url(../imaj/but1.jpg);
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	color: #dbdbdb;
	text-decoration: none;
	background-color: #081A3E;
	background-image: url(../imaj/but2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Tahoma;
	font-size: 11px;
}

