#mainmenu ul, #mainmenu li
{
        margin: 0px;
        padding: 0px;
        display: block;
}
#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: 187px;
        margin-top: -22px;
        border-bottom: none;
	z-index: 10000;
}
#mainmenu li a {
        background-image: url( "/templates/58675/button.gif" );
        padding: 0px;
        text-decoration: none;
          
        width: 100%;
        height: 22px;
        line-height: 22px;
        display: block;
        border-bottom: none;
        margin-bottom: 0px;
        text-indent: 15px;
        
}   
               
#mainmenu li
{
        width: 100%;
}

ul#mainmenu li:hover > ul {
        display: block;
}

 
#mainmenu a.hassubmenu
{

        background-image: url( /templates/58675/buttonright.gif );
        background-repeat: no-repeat;
        background-position: 0px;
        font-weight: bold;
		color: #008080
}
        
#mainmenu a.hassubmenu:hover
{
        background-image: url( /templates/58675/buttonright_f2.gif );
        background-repeat: no-repeat;
        background-position: 0px;
        font-weight: bold; 
		color: #008080;
        
}       
 
#mainmenu a.nosubmenu
{
        background-image: url( /templates/58675/button.gif );
        background-repeat: no-repeat;
        background-position: 0px;
        font-weight: normal;
        color:  #008080;
}
        
#mainmenu a.selectedmenu
{
        background-image: url( /templates/58675/button_f3.gif );
        background-repeat: no-repeat;
        background-position: 0px;
        color:  #008080;
        font-weight: bold;
}
        
#mainmenu a.nosubmenu:hover
{
        background-image: url( /templates/58675/button_f2.gif );
        background-repeat: no-repeat;
        background-position: 0px;
        font-weight: normal;
        color:  #008080;
}        

#mainmenu a.hassubmenuold
{
        
        background-image: url( /templates/58675/buttonright.gif );
        background-repeat: no-repeat;
        background-position: 0px;
        font-weight: normal;
        color:  #008080;
}
        
#mainmenu a.hassubmenuold:hover
{
        background-image: url( /templates/58675/buttonright_f2.gif );
        background-repeat: no-repeat;  
        background-position: 0px; 
        font-weight: bold;
        background-color: #008080fff;
        color:  #ff0033;
        
}

#mainmenu a.backbutton
{
        background-image: url( /templates/58675/buttonleft.gif );
        background-repeat: no-repeat;
        background-position: 0px;
        font-weight: normal;
        color:  #999999;
        background-color: #008080fff;
        
}
        
#mainmenu a.backbutton:hover
{
        background-image: url( /templates/58675/buttonleft_f2.gif );
        background-repeat: no-repeat;  
        background-position: 0px;
        font-weight: normal;
        color:  #ff0033;
        background-color: #008080fff;
}         
#mainmenu
{
        margin: 0px;
        margin-left: 0px;  
        border-bottom: none;
        padding: 0px;
        margin-bottom: 18px;
        
}
        
