.horizontal-nav {
    background: #255B97;
    border-radius: 6px;
}
.horizontal-nav ul {
	margin: 0;
	padding: 0;
    background: #255B97;
    float: left;
    text-align: center;
    /*border-radius: 6px;*/
    /*border: 1px solid #255B97;*/
    list-style-type: none;
}
.horizontal-nav ul li {
    float: left;
    /*border-left: 1px solid #255B97;*/
}
.horizontal-nav ul li:first-child {
    border-left: 0 none;
}
.horizontal-nav ul li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    /*border-top: 1px solid rgba(255,255,255, 0.25);*/
    /*border-left: 1px solid rgba(255,255,255, 0.25);*/
}
.horizontal-nav ul li:first-child a {
    border-left: 0 none;
}
.horizontal-nav ul li a:hover {
    background: #4589D4;
}
.horizontal-nav ul li:first-child a {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.horizontal-nav ul li:last-child a {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.clearfix:before, .clearfix:after {
	content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
#serch{
	border-radius: 15px;
}
