.header_menu{
    width: 195px;
    height: 410px;
    overflow:none;
    float:left;
    margin:0px 5px 0 0;
    text-align:right;
    position:relative;
    line-height:120%;
}

.header_menu .registrace{
	display:block;
    width: 170px;
    height: 35px;
    position:absolute;
    bottom:0px;
    left:0px;
    line-height:35px;
    background-color:#faec07;
    color:#4c402b;
    padding:0px 10px 0 20px;
    text-align:left;
    text-transform:uppercase;
    background-position: 170px 8px ;
    background-repeat: no-repeat;
    background-image: url('../../images/nove/tlapka_seda.png'); 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.registrace:hover{
background-color:#95c505;
}
.header_menu .menu_ul{
    margin:0px;
    padding:0px;
}

.header_menu .menu_ul li{
    width:100%;
    float:left;
}



.header_menu .menu_ul li a{
	display:block;
	float:right;
	padding:4px 20px 4px 0px;
	text-transform:uppercase;
	text-decoration:none;
    color:#ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-position: right 3px ;
    background-repeat: no-repeat; 
}

.header_menu .menu_ul a:hover, .active{
    color:#95c505;
    background-position: right 3px ;
    background-repeat: no-repeat;
    background-image: url('../../images/nove/tlapka_zelena.png'); 
}



.footer_menu{
    width: 895px;
    clear:both;
    color: #ffffff;
    margin: 0 auto 30px auto ;
    text-align:left;
    height:60px;
    overflow:hidden;
}

.footer_menu .menu_ul{
    margin:0px;
    padding:0px;
}

.footer_menu .menu_ul li{
	display:block;
	float:left;
	margin:0px;
    padding:0px;
}

.footer_menu .menu_ul li a{
	display:block;
	float:left;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
    color:#ffffff;
    line-height:60px;
    padding:0 20px 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer_menu .menu_ul a:hover, .active{
    color:#95c505;
}


