/* Aledensoft - top menu */
.jquerycssmenu{
    font: bold 10pt Verdana;
    display: none;
    position: absolute;
    top: 82px;
    right: 9px;
    margin: 0;
    padding: 0;
    /*border: 1px solid red;*/
}

.jquerycssmenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
    position: relative;
}

/*Top level list items*/
.jquerycssmenu ul li{
    position: relative;
    display: inline;
    float: left;
    text-align: center;
    background: transparent url('/images/design/bg_top_menu_button.gif') no-repeat scroll;
    width: 96px;
    height: 31px;
    /*opacity: 0.999;*/ /* Исправления бага оперы */
}

/*Top level menu link items style*/
.jquerycssmenu ul li a, .jquerycssmenu ul li a:visited{
    color: #333333;
    padding: 6px 0 0 0;
    margin: 0;
    text-decoration: none;
    width: 100%;
    float: left;
    outline-style: none;
    outline-width: medium;
}

/*.jquerycssmenu ul li a, .jquerycssmenu ul li a:visited{
    color: #333333;
    text-decoration: none;
}*/

/*IE6 hack to get sub menu links to behave correctly*/
html .jqueryslidemenu ul li a{
    display: inline-block;
    text-decoration: none;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
    color: white;
    text-decoration: none;
}

.jquerycssmenu ul li a:hover{
    color: #FF9A15;
    text-decoration: none;
}

/*1st sub level menu*/
.jquerycssmenu ul li ul{
    background-image: none;
    background-color: #333333;
    list-style-type: none;
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
    border: 1px solid #DADADA;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
    background-image: none;
    background-color: #333333;
    display: list-item;
    float: none;
    width: auto;
    height: auto;
    text-align: left;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
    top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a, .jquerycssmenu ul li ul li a:visited{
    display: block;
    color: #fefdfd;
    font: normal 100% Verdana;
    width: 270px; /*width of sub menus*/
    padding: 10px;
    margin: 0;
    border-top: 1px dashed #777777;
    text-align: left;
    float: none;
    text-decoration: none;
}

.jquerycssmenu ul li ul li:first-child a{
    border-top: none;
}

 /*sub menus hover style*/
.jquerycssmenu ul li ul li a:hover{
    background-repeat: no-repeat;
    background-image: none;
    background-color: #8ac452;
    color: white;
    text-decoration: none;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
    position: absolute;
    top: 12px;
    right: 7px;
}

.rightarrowclass{
    position: absolute;
    top: 6px;
    right: 5px;
}
