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

	/* Clearfix */
.clear:before, .clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
    clear: both;
}
 
.clear {
    *zoom: 1;
}
 
a#pull {
    display: none;
	padding-left: 0;
}
nav {
}
 
nav ul {
    padding: 0;
    margin: 0;
/*    width: 600px;*/
    height: 35px;
}
 
nav li {
    display: inline;
    float: left;
}
 
nav a {
    color: #fff;
    display: inline-block;
    /*width: 80px;*/
    text-align: center;
    line-height: 40px;
	text-decoration: none;
}
 
nav li a {
	margin-right: 40px;
	margin-top: 10px;
/*    border-right: 1px solid #576979;*/
}
 
nav li:last-child a {
	margin-right: 0;
}
 
nav a:hover, nav a:active {
/*    background-color: #333;*/
}

.men1, .men2, .men3, .men4, .men5{
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.men1{background-image: url(../img/fonsmen-1.png)}
.men2{background-image: url(../img/fonsmen-2.png)}
.men3{background-image: url(../img/fonsmen-3.png)}
.men4{background-image: url(../img/fonsmen-4.png)}
.men5{background-image: url(../img/fonsmen-5.png)}

@media only screen and (max-width : 600px) {
    nav {
        border-bottom: 0;
        height: auto;
		width: 100%;
    }

    nav ul {
        display: none;
        height: auto;
        width: 100%;
    float: none;
    }

    nav li {
        width: 80%;
        float: center;
        position: relative;
    }

    nav a {
/*        text-align: left;
        text-indent: 25px;*/
        width: 100%;
		text-align: left;
		padding-left: 40%;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
    }

    nav a#pull {
        display: inline-block;
/*        background-color: #666;
        width: 100%;*/
        position: relative;
		text-align: center !important;
		padding-left: -40%;
    }

    nav a#pull:after {
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 50px;
        top: 10px;
    }
	
	.men1, .men2, .men3, .men4, .men5{
	background-position: 38% 0px;
}
}
