/* CSS Document */

/*
// http://www.nomagic.ru/all.php?aid=115
@font-face {
       font-family: 'GothicCustom';
       src: url("LeagueGothic.eot");
       src: local('League Gothic'),
       url("LeagueGothic.svg#lg") format('svg'),
       url("LeagueGothic.otf") format('opentype');
}
*/

/*
@font-face {
       font-family: 'Izhitsa Cyrillic';
       src: local('Izhitsa'),
       url("Izhitsa.ttf") format('truetype');
}
*/


ul#cssmenu {
        width:530;
        margin: 0;
        border: 0 none;
        padding: 0;
        list-style: none;
       /* background: #9F3C3C;*/
        height: 30px;
        /*font: 16px/28px Izhitsa Cyrillic,Verdana, Arial;
        text-transform: uppercase;*/
        font: bold 12px/28px Verdana, Arial;
        /*border-right:#FAF3DE 1px solid;*/
}

ul#cssmenu li {
        margin: 0;
        border: 0 none;
        padding: 0;
        float: left;
        display: inline;
        list-style: none;
        position: relative;
        height: 30px;
}

ul#cssmenu ul {
        margin: 0;
        /*margin-left: 10px;*/
        border: 0 none;
        padding: 0;
        width: 210px;
        list-style: none;
        display: none;
        position: absolute;
        top: 30px;
        left: 0;
 /*border-right: dotted 3px #FAF3DE;*/
 padding: 5px;
}

ul#cssmenu ul:after {
        clear: both;
        display: block;
        font: 1px/0px serif;
        content: ".";
        height: 0;
        visibility: hidden;
}

ul#cssmenu ul li {
        width: 200px;
        float: left;
        display: block !important;
        display: inline;
}

/* Main Menu */
ul#cssmenu a {
        border: 0px;
        padding: 0 10px;
        float: none !important;
        float: left;
        display: block;
        /*background: #9F3C3C;*/
        color: #FEF1C5;
        /*
        font: 16px/28px Izhitsa Cyrillic, Verdana, Arial;
        text-transform: uppercase;
        */
        font: bold 12px/28px Verdana, Arial;
        text-decoration: none;
        height: auto !important;
        height: 1%;
  border-right: dotted 3px #FAF3DE;
/*  padding: 5px;*/
}

/* Main Menu Hover */
ul#cssmenu a:hover,
ul#cssmenu li:hover a,
ul#cssmenu li.iehover a {
        /*background: #FEF1C5;*/
        /*color:#9F3C3C;*/
        color:black;
        /*border-top:black 1px solid;*/
}

/* Second Menu */
ul#cssmenu li:hover li a,
ul#cssmenu li.iehover li a {
        /*border-top: 2px solid #FEF1C5;*/
        border-right: none;
        padding: 1px;
        margin-left: 10px;
        /*border:#FEF1C5 2px solid;     */
        float: none;
        background: #8F3737;
        color:#FEF1C5;
}

/* Second Menu Hover */
ul#cssmenu li:hover li a:hover,
ul#cssmenu li:hover li:hover a,
ul#cssmenu li.iehover li a:hover,
ul#cssmenu li.iehover li.iehover a {
        /*border-bottom: 2px solid #9F3C3C;*/
        border-right: none;
        background: #FEF1C5;
        color:#9F3C3C;
        /*border:#9F3C3C 2px solid;*/
}

ul#cssmenu ul ul {
        display: none;
        position: absolute;
        top: 0;
        left: 170px;
}

ul#cssmenu li:hover ul ul,
ul#cssmenu li.iehover ul ul {
        display: none;
}

ul#cssmenu li:hover ul,
ul#cssmenu ul li:hover ul,
ul#cssmenu li.iehover ul,
ul#cssmenu ul li.iehover ul {
        display: block;
}
