
@font-face{font-family:'yekan';
			src:url(../Fonts/web_Yekan.woff);
			src:url(../Fonts/web_Yekan.eot?#iefix) format("embedded-opentype"),
			url(../Fonts/web_Yekan.woff) format("woff"),url(../Fonts/web_Yekan.ttf) format("truetype"),
			url(../Fonts/web_Yekan.svg#BYekan) format("svg");font-weight:normal;font-style:normal}

.menubar {
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
    /*min-width: 980px;*/
    margin-left: auto;
    margin-right: auto;
    /*height: 44px;*/
    background: #fff;
}
	
.menu-wrapper{
    /*width: 980px;*/
	margin-right:auto;
	margin-left:auto;
}

/* Reset */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */

.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
    min-width:70%;
	
}



/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 44px;
	padding:0px;
	line-height: 44px;
	padding-left:10px;
    padding-right:10px;
	font-family: 'yekan';
	
	font-size: 16px;
	color: #4d4d4d;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;

}
    .nav > li > a:hover {
        border-bottom:1px solid #ff0000;
    }
        .nav > li > ul > li > a {
        position: relative;
        display: block;
        z-index: 510;
        height: 34px;
        padding: 0px;
        line-height: 34px;
        padding-left: 10px;
        padding-right: 10px;
        font-family: 'yekan';
        font-size: 14px;
        color: #4d4d4d;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }
/*.nav > li > a:after{
    content:url(../images/arrow-down.png);
    margin-right:5px;
    margin-top:5px;
    height:18px;
    float:left;

}*/

.nav > li:first-child > a {
	
	border-right: none;
}

