@font-face {
    font-family: 'opensans';
    src: url('../fonts/opensans.eot');
    src: url('../fonts/opensans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans.woff2') format('woff2'),
         url('../fonts/opensans.woff') format('woff'),
         url('../fonts/opensans.ttf') format('truetype'),
         url('../fonts/Oopensans.svg#opensans') format('svg');
    font-weight: normal;
    font-style: normal;

}
input,textarea{
	font-family:Arial,'opensans'!important;
}
body{
	font-family:Arial, 'opensans';
}
.nav .nLi h3 a{
	padding:0 40px;
}

.nav .sub{
	width:200px;
}