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

}

#mainmenu ul {
        width: 200px;
        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: 197px;
        margin-top: -22px;
        border-bottom: none;
	z-index: 10000;
}

#mainmenu li a {
        font-family: arial;
        background-image: url( "/templates/TECH_GREEN/button.gif" );
        padding: 0px;
        text-decoration: none;
        color: #000000;  
        width: 100%;
        height: 22px;
        line-height: 22px;
        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-image: url( /templates/TECH_GREEN/buttonright.gif );
        background-repeat: no-repeat;
        background-position: 0px;
        font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size:  12px;
        font-weight: bold;
        color:  #999999;
}
        
#mainmenu a.hassubmenu:hover
{
        background-image: url( /templates/TECH_GREEN/buttonright_f2.gif );
        background-repeat: no-repeat;
        background-position: 0px;
        font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size:  12px;    
        font-weight: bold;  
        color:  #39ac00; 
        
}       
 
#mainmenu a.nosubmenu
{
        background-image: url( /templates/TECH_GREEN/button.gif );
        background-repeat: no-repeat;
        background-position: 0px;
        font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size:  11px;
        font-weight: normal;
        color:  #999999;
}
        
#mainmenu a.selectedmenu
{
        background-image: url( /templates/TECH_GREEN/button_f3.gif );
        background-repeat: no-repeat;
        background-position: 0px;
        font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size:  12px;
        color:  #999999;
        font-weight: bold;
}
        
#mainmenu a.nosubmenu:hover
{
        background-image: url( /templates/TECH_GREEN/button_f2.gif );
        background-repeat: no-repeat;
        background-position: 0px;
        font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size:  11px;
        font-weight: normal;
        color:  #39ac00;
}        

#mainmenu a.hassubmenuold
{
        
        background-image: url( /templates/TECH_GREEN/buttonright.gif );
        background-repeat: no-repeat;
        background-position: 0px;
        font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size:  11px;
        font-weight: normal;
        color:  #999999;
        background-color: #ffffff;
}
        
#mainmenu a.hassubmenuold:hover
{
        background-image: url( /templates/TECH_GREEN/buttonright_f2.gif );
        background-repeat: no-repeat;  
        background-position: 0px; 
        font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size:  11px;
        font-weight: bold;
        background-color: #ffffff;
        color:  #39ac00;
        
}

#mainmenu a.backbutton
{
        background-image: url( /templates/TECH_GREEN/buttonleft.gif );
        background-repeat: no-repeat;
        background-position: 0px;
        font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size:  11px;
        font-weight: normal;
        color:  #999999;
        background-color: #ffffff;
        
}
        
#mainmenu a.backbutton:hover
{
        background-image: url( /templates/TECH_GREEN/buttonleft_f2.gif );
        background-repeat: no-repeat;  
        background-position: 0px;
        font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size:  11px;
        font-weight: normal;
        color:  #39ac00;
        background-color: #ffffff;
}         
#mainmenu
{
        margin: 0px;
        margin-left: 0px;  
        border-bottom: none;
        padding: 0px;
        margin-bottom: 18px;
        
}
        

