.sl ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 201px;
	background: #065890;	
}

.sl ul li {
	position: relative;
	background:url('../images/catalog/katalog.jpg') bottom no-repeat;	
	z-index:100;
}

.sl ul li a {
	padding-left:10px;
	text-transform: uppercase;
	font-size:8pt;
}

.sl ul li li a {
	text-transform: none;
	font-size:9pt;
}

.sl ul li a.choosen{
	background:#e2edef;	
	color:red;
	text-decoration:underline;	
}

.sl ul li li a.choosen{
	background:#e2edef;	
	color:red;
	text-decoration:underline;	
}

.sl ul li li{
	position: relative;
	background:#e2edef;
	padding-left:10px;
}

.sl li ul {
	position: absolute;
	left: 201px;
	top: 0;
	display: none;
}

.sl ul li a {
	display: block;
	text-decoration: none;
	color: white;
	padding: 5px 5px 5px 10px;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float: left;
}

* html ul li a {
	height: 1%;
}

/* End */
.sl li:hover ul,.sl li.over ul{
	display: block;
}

.sl ul li:hover, .sl li.over{
	color:#065890;
}

.sl ul li:hover a, .sl li.over a{
	color:#065890;
	background:#e2edef;	
}

.sl ul li.cat6{
	background:url('../images/catalog/katalog6.jpg') no-repeat;	
}

.sl ul li.cat5{
	background:url('../images/catalog/katalog5.jpg') no-repeat;	
}

.sl ul li.cat4{
	background:url('../images/catalog/katalog4.jpg') no-repeat;	
}

.sl ul li.cat3{
	background:url('../images/catalog/katalog3.jpg') no-repeat;	
}
.sl ul li.cat2{
	background:url('../images/catalog/katalog2.jpg') no-repeat;	
}
.sl ul li.cat1{
	background:url('../images/catalog/katalog1.jpg') no-repeat;	
}
