/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.horisontal_style4{
margin: 0;
padding: 0;
float: left;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:14px;
width: 100%;
overflow: hidden;
/*border: 1px solid #222;
border-width: 1px 0;*/
/*background: #222;*/
/*border-radius:4px;*/
min-height: 50px;
margin-bottom: 20px;
/*position:relative;*/
background-color:#CBCBCB;
}

.horisontal_style4 li{
display: inline;

}

.horisontal_style4 li a.current{
color: #333;
background: #8FBF8E ;
}

.horisontal_style4 li a{
float: left;
color: #333;
padding: 15px;
text-decoration: none;
line-height:20px;
font-weight: bold;
/*border-right: 1px solid white;*/

}

.horisontal_style4 li a:visited{
/*color: white;*/
}

.horisontal_style4 li a:hover{
color: #444;
background: #449F42 ;
transition: all 0.35s ease 0s;
}


.horisontal_style4_dropcontainer {
background-color:#449F42;
/*border-color:#918D8D;
border-style:solid;
border-width:0 1px;*/
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
line-height:30px;
position:absolute;
top:0;
/*color:white;*/
visibility:hidden;
width:250px;
z-index:100;
}

.horisontal_style4_dropcontainer a,.horisontal_style4_dropcontainer a:visited{
/*border-color:#918D8D;
border-style:solid;
border-width:0 0 1px;*/

/*color:white;
font: bold 13px Arial;*/
display:block;
padding:3px 0;

text-decoration:none;
text-indent:5px;

color: #333;
/*background: #CCC;*/
width:250px;
}


.horisontal_style4_dropcontainer a:hover{ /*hover background color*/
color: #CCC;
background: #449F42 ;
}
.horisontal_style4_dropcontainer .current{ 
color: #CCC;
background: #449F42 ;
}
