u.navbox {
	position: relative;
	float: left;
}

ul.navig {
	list-style: none;
	display: block;
	width: 50px;
	height:246px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0 0 0 0;
	-webkit-background-size: 50% 100%;
}


ul.navig li a {
	-webkit-transition: all 0.3s ease-out;
	color: #ffffff;
	padding: 0;
	-webkit-border radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	width: 40px;
	height:40px;
	background-color:#ff0000;
	display: block;
	text-decoration: none;	
}

ul.navig li a:hover {
	color: #ffffff;
	padding: 0px 10px 0px 10px;
	width: 60px;
	background-color:#ff0000;	
}

.dirka {
	margin-top:1px;
    width:40px;
    display:block;
	height:40px;    
}

.dirkaFb {
	background-image:url(../img/fbhiconorg.png);
	background-repeat: no-repeat;
	margin-top:1px;
	width:33px;
	display:block;
	height:33px;    
}

#divContel{
	width:50px;
	height:160px;
	margin: 0 auto;
	margin-top:50px;
	padding: 0px -10px;
	-webkit-border radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	line-height: 2.8em;
	position:absolute;
	top:280px;
	float:left;
	z-index:100;
		
}