@charset "utf-8";
/* CSS Document */



#menu-left-container {
	
	width:110px;
height:500px;
border-left: dotted 1px #000;
z-index:10;
position:absolute;
top:104px;
left:50%;
margin-left:-365px;

}

#menu-left {width:103px;
float:left;}

#menu-left {list-style:none;
padding:0;
margin:0;
}

#menu-left ul {list-style:none;
padding:0;
margin:0;

}

#menu-left li{
	list-style:none;
	margin:0;
	text-align: right;
	height:48px;
	font-weight: bold;
	vertical-align: top;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
background-image: url(../img/backgroundBlack.gif);
color:#F00;

background-position: left;
	background-repeat:no-repeat;
	overflow: hidden;
	text-indent: 0;
	display: block;
	
}
#menu-left li a{
	
	display:block;
	cursor:pointer;
	text-decoration:none;
	
			
}
#menu-left li a:hover {
	
	background-image: url(../img/backgroundRed.gif);
color:#F00;	}
.first {background-image:url(../img/backgroundBlackFirst.gif);}
.red {background-image:url(../img/backgroundRed.gif);
display:block;color:#F00;
}
.aktivna_left{
	background:url(/img/backgroundRed.gif);
}