﻿.smallMnu
{
    height: 30px;
    background: #87BA02;
    padding: 0 5px;
       
}

.smallMnu ul, .smallMnu ul li
{
    margin: 0;
    padding: 0;
    list-style: none;
    width:auto;
    
}
.smallMnu ul li
{
    float: left;
    display: block;


}

.smallMnu ul li ul li
{
    float: left;
    display: block;

    
}


.smallMnu ul li a:link, .smallMnu ul li a:visited
{
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
    display: block;
    

}
.smallMnu ul li a:hover
{
    color: #000000;
}
.smallMnu ul li ul li
{
    float: none;
    display: block;
}
.smallMnu ul li ul li a:link, .smallMnu ul li ul li a:visited
{
    color: #444;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 5px;
    clear: both; /*border-bottom: solid 1px #DEDEDE;*/
    background-color: #FFFFFF;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #488A2D;
    border-left-color: #488A2D;
    width: 80px;
    border-bottom-style: solid;
    border-bottom-color: #488A2D;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.smallMnu ul li ul li a:hover
{
    color: #000000;
    background: #E7FDE6;
}


.smallMnu, .selected
{
    color: #FF0000;
}

.smallMnu .submenu
{
    position: absolute;
    width: 160px;
    background: #FFF;
    padding: 10px;
    border: solid 1px #2E4B88;
    border-top: none;
    display: none;
    line-height: 26px;
    z-index: 1000;
}


