#menu-left {
	background-color:#759AC7;
	margin:0 0 0 0;
	padding:0 0 0 0px;
	border:0;
	width:233px;
}

#menu-left li {
	width: 212px;
	list-style-type: none;
	margin: 0px 0 0px 10px;
	padding: 5px 0 5px 0px;
	font-weight: bold;
	background-image: url(/images/bg/hr_dot2.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#menu-left li a {
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	margin-left: 10px;
	padding-bottom: 6px;
	border-bottom: 0px solid #B5B5B5;
}

#menu-left li a img {
	
}

#menu-left li a:hover{
	text-decoration: underline;
}

#menu-left li.select a{
	color: #9D0E10;
}

#menu-left li.submenu {
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 0px 0 0px 0px;
	width: 182px;
	background-color: #759AC7;
	background-image:none;
	color: #CAEAFD;
}

* html #menu-left li.submenu {
	width: 212px;
}


#menu-left li.submenu a {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}

.menu-zaokroglenia {
border:0;
margin:0;
padding:0 0 9px 0;
	background-image: url(/images/bg/rcb-menuleft-dl.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width:233px;
}
.menu-zaokroglenia-header {
border:0;
margin:0;
padding:0;
height:10px;
	background-image: url(/images/bg/rcb-menuleft-gr.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

* html .menu-zaokroglenia-header {
position:relative;
top:2px;
}