


div#menu {
    height:41px;
    width:895px;
    background:url(/img/main-bg.png) repeat-x;
     }

div#menu ul {
    margin:0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 30px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font-family:Calibri;
    font-size:14px;
}
div#menu a:hover, div#menu a:hover span { color: #fff; }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
   
}
div#menu ul ul a.parent:hover span {
    
}


div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #e5e5e5;
}
div#menu span {
    margin-top: 5px;
}
div#menu li { background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) 100% 4px no-repeat; }
div#menu li.last { background: none; }


div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 250px;
    padding: 10px 0 0 0;
background: rgb(28,28,28); 
background: -moz-linear-gradient(top,  rgba(28,28,28,1) 9%, rgba(17,17,17,1) 26%, rgba(68,68,68,1) 34%, rgba(71,71,71,1) 45%, rgba(76,76,76,1) 47%, rgba(89,89,89,1) 50%, rgba(44,44,44,1) 52%, rgba(43,43,43,1) 76%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,rgba(28,28,28,1)), color-stop(26%,rgba(17,17,17,1)), color-stop(34%,rgba(68,68,68,1)), color-stop(45%,rgba(71,71,71,1)), color-stop(47%,rgba(76,76,76,1)), color-stop(50%,rgba(89,89,89,1)), color-stop(52%,rgba(44,44,44,1)), color-stop(76%,rgba(43,43,43,1))); 
background: -webkit-linear-gradient(top,  rgba(28,28,28,1) 9%,rgba(17,17,17,1) 26%,rgba(68,68,68,1) 34%,rgba(71,71,71,1) 45%,rgba(76,76,76,1) 47%,rgba(89,89,89,1) 50%,rgba(44,44,44,1) 52%,rgba(43,43,43,1) 76%); 
background: -o-linear-gradient(top,  rgba(28,28,28,1) 9%,rgba(17,17,17,1) 26%,rgba(68,68,68,1) 34%,rgba(71,71,71,1) 45%,rgba(76,76,76,1) 47%,rgba(89,89,89,1) 50%,rgba(44,44,44,1) 52%,rgba(43,43,43,1) 76%); 
background: -ms-linear-gradient(top,  rgba(28,28,28,1) 9%,rgba(17,17,17,1) 26%,rgba(68,68,68,1) 34%,rgba(71,71,71,1) 45%,rgba(76,76,76,1) 47%,rgba(89,89,89,1) 50%,rgba(44,44,44,1) 52%,rgba(43,43,43,1) 76%); 
background: linear-gradient(to bottom,  rgba(28,28,28,1) 9%,rgba(17,17,17,1) 26%,rgba(68,68,68,1) 34%,rgba(71,71,71,1) 45%,rgba(76,76,76,1) 47%,rgba(89,89,89,1) 50%,rgba(44,44,44,1) 52%,rgba(43,43,43,1) 76%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#2b2b2b',GradientType=0 ); 

    margin-top:1px;
}
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}


div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
}


div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }


div#menu li.back {
    background: url(/img/lava.png) no-repeat right -44px !important;
    background-image: url(/img/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(/img/lava.png) no-repeat top left !important;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    height: 44px;
    margin-right: 8px;
}



