* {
    margin: 0;
    padding: 0;
}
.nav-wrap
{
   /*height: 50px;*/
   background:  url('/assets/image/gor-menu-bg.png') repeat-x ;
   border-radius: 5px
}
.navbar-nav
{
    width: 100%;
    text-align: center;
}
.topnav > ul > li
{
    float: none !important;
    display: inline-block;
    position: relative;
    z-index: 1000;
    padding-right: 30px;
    background: url('/assets/image/hor-li.png') right no-repeat;

}
.topnav ul a {
      display:block;
      font-size:18px;
      font-family: 'Roboto Condensed';
      text-decoration:none;
      padding: 10px 12px 15px!important;
      line-height:12px;
      position:relative;
      z-index:200;
      text-align:left;
      text-shadow:0 0 1px rgba(0,0,0,0.01);
      margin-top:-2px;
      z-index:100000;
      color:#fff;
      padding-top: 16px!important;
}
.nav > li > a:focus, .nav > li > a:hover
{
    background: none!important;
}
.topnav ul li:hover > a, .topnav ul li:focus > a {
    color: #f7ce28;
    background: none;
}
.topnav ul li:hover
{
    background: url('/assets/image/gor-li-hov.png') right no-repeat;
}
.topnav ul li:focus, .topnav ul li:hover
{
    background: none
}
.topnav > ul > li.active > a
{
    color: #f7ce28
}
.topnav ul ul {
    display: none;
    position: absolute;
    top: 48px;
    z-index: 3;
    width: 100%;
    left: -1px;
    min-width: 430px;
    border-radius: 0;
    background: #e4e3e3;
    border: none;
    width: auto;
    padding: 5px 0 15px;
    background: url('/assets/image/gor-ul-bg.png')
}

.topnav ul li:hover ul {
    display: block;
}
.topnav ul ul li
{
    border-top: 1px dotted #f4f4f4;
    display: block;
}

.topnav ul ul li:first-child
{
    border-top: none;
}
.topnav ul ul li:last-child
{
    border-bottom: none;
}
.topnav ul ul li a
{
    color: #fff;
    font-size:16px;
    line-height: 16px;
    padding: 12px 20px 12px 35px;
    text-transform: none;
    position: relative;
}

.topnav ul ul li:hover a,.topnav ul ul li:hover
{
    background: none!important
}