#mainmenu ul, #mainmenu li
{
        font-size: small;
        margin: 0px;
        padding: 0px;
        display: block;
}

#mainmenu li {border-bottom:1px solid #ccc;}

#mainmenu ul {
        width: 190px;
        height: 22px;
        border: none;
        border-top: none;
        border-right: none;
        border-bottom: none;
        margin: 0px;
        padding: 0px;
}

#mainmenu li ul
{
        display: none;
        position: absolute;
        margin-left: -189px;
        margin-top: -35px;
        border-bottom: none;
        z-index: 10000;
}

#mainmenu li a {
        background-color:#fff;
        padding: 0px;
        text-decoration: none;
        color: #000000;  
        width: 100%;
        padding:10px 0px;
        display: block;
        border-bottom: none;
        margin-bottom: 0px;
        text-indent: 15px;
        font-size: small;
}   
               
#mainmenu li
{
        width: 100%;
}

ul#mainmenu li:hover > ul {
        display: block;
}

 
#mainmenu a.hassubmenu
{
        background-color:#fff;
        background-repeat: no-repeat;
        background-position: 0px;  
        font-size:  12px;
        font-weight: bold;
        color:  #999999;
        position:relative;
}
        
#mainmenu a.hassubmenu:hover
{
        background-color:#fff;
        background-repeat: no-repeat;
        background-position: 0px;
        font-size:  12px;    
        font-weight: bold;  
        background-image: linear-gradient(to top, #1eba7b, #29bc1d); 
}

#mainmenu a.hassubmenu:before{
        content:'\25C4';
        position:absolute;
        background-image: linear-gradient(to top, #1eba7b, #29bc1d); 
        left:-6%;
        font-size: 8px;
        top:35%;
}
 
#mainmenu a.nosubmenu
{
        background-color:#fff;
        background-repeat: no-repeat;
        background-position: 0px;  
        font-size:  12px;
        font-weight: normal;
        color:  #555;
}
        
#mainmenu a.selectedmenu
{
        background-color:#fff;
        background-repeat: no-repeat;
        background-position: 0px;
        font-size:  12px;
        color:  #555;
        font-weight: bold;
        text-transform: uppercase;
        position:relative;
}

        
#mainmenu a.nosubmenu:hover
{
        background-color:#fff;
        background-repeat: no-repeat;
        background-position: 0px;
        font-weight: normal;
        background-image: linear-gradient(to top, #1eba7b, #29bc1d);
}        

#mainmenu a.hassubmenuold
{
        background-color:#fff;
        background-repeat: no-repeat;
        background-position: 0px;   
        font-size:  11px;
        font-weight: normal;
        color:  #999999;
        background-color: #ffffff;
}

        
#mainmenu a.hassubmenuold:hover
{
        background-color:#fff;
        background-repeat: no-repeat;  
        background-position: 0px;   
        font-size:  11px;
        font-weight: bold;
        background-color: #ffffff;
        color:  #aa1c37;
        
}


#mainmenu a.backbutton
{
        background-color:#fff;
        background-repeat: no-repeat;
        background-position: 0px;  
        font-size:  11px;
        font-weight: normal;
        color:  #999999;
        background-color: #ffffff;
        
}
        
#mainmenu a.backbutton:hover
{
        background-color:#fff;
        background-repeat: no-repeat;  
        background-position: 0px; 
        font-size:  11px;
        font-weight: normal;
        color:  #aa1c37;
        background-color: #ffffff;
}         
#mainmenu
{
        margin: 0px;
        margin-left: 0px;  
        border-bottom: none;
        padding: 0px;
        margin-bottom: 18px;
}
