﻿
.level1
{
     color: White;
    background-color: #17A345;
    text-align: left;
    font: caption;
    
    width:200px;

}

.level2
{
    color: black;
    background-color: #DAECD6;
    border-bottom: white 1px solid;
    font: caption;
    width:200px;


}
.level2 a
{  
    padding-left:10px;

    
    }
.level2 a:hover
{ background: url(App_Themes/Theme1/Images/bullet.gif);
 
            background-position:0 0; 
            background-repeat:no-repeat;
      
}


.level3
{
    color: black;
    background-color: #DAECD6;
    border-bottom: white 1px solid;
    font: caption;
    width:190px;


}
.level3 a
{  
    padding-left:10px;

    
    }
.level3 a:hover
{ background: url(App_Themes/Theme1/Images/bullet.gif);
 
            background-position:0 0; 
            background-repeat:no-repeat;
      
}





