@font-face {
    font-family: 'yekan';
    src: url('../fonts/WebYekan.eot');
    src: url('../fonts/WebYekan.eot?#iefix') format('embedded-opentype'),
         url('../fonts/WebYekan.woff') format('woff'),
         url('../fonts/WebYekan.ttf') format('truetype'),
         url('../fonts/WebYekan.svg#BloodyNormal') format('svg');
}
.font-family-yekan {
  font-family: 'yekan',tahoma,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
}
.gf-menu .item{
  font-family: yekan,tahoma;
}
.module-content ul.menu li a {text-shadow: 1px 1px #FFF;}
.module-content ul.menu li:hover a {color: #00A13A;text-shadow: 1px 1px rgba(255,255,255,0.4);}

.main-content {
  direction: ltr;  /*  Left to Right*/
}