﻿#sideNavcontainer
{
margin: 0px;
width: 175px;
background-color:#e9e9e9;
padding: 0px 0px 0px 0px; 
text-align:left;
}

#sideNavcontainer ul
{
    list-style: none;
    margin: 0px;
    padding:0px;

}

#sideNavcontainer a
{
    color:Black;
    text-decoration:none;
}
#sideNavcontainer a:hover
{
    color:Black;
    text-decoration:underline;
}


#level1
{
    margin: 10px 0px 5px 0px;   
    padding-left: 5px;    
    color:#e9e9e9;
    height:22px;
    width: 170px;
    background-image: url(images/sideNavRed.gif);
    background-repeat:no-repeat;
    font-weight:bold;
}


#level2
{
    width: auto;   
    text-decoration:none;
    color:Black; font-size: 10pt; font-weight:bold;
    padding-left: 27px;
    margin-left:3px;
    background-image: url(images/Side-Button-off.jpg);
    background-repeat: no-repeat;
    background-position: left center;
 }
 
 #level3
{
    width: auto;   
    text-decoration:none;
    color:Black; font-size: 10pt; font-weight:bold;
    padding-left: 27px;
    margin-left:10px;
    margin-bottom:3px;
    background-image: url(images/Side-Button-off.jpg);
    background-repeat: no-repeat;
    background-position: left center;
 }
 
  #level4
{
    width: auto;   
    text-decoration:none;
    color:Black; font-size: 10pt; font-weight:bold;
    padding-left: 27px;
    margin-left:15px;
    margin-bottom:3px;
    background-image: url(images/Side-Button-off.jpg);
    background-repeat: no-repeat;
    background-position: left center;
 }
 
#level2:hover 
{
    text-decoration: underline;
    background-image: url(images/Side-Button-on.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
#level3:hover 
{
    text-decoration: underline;
    background-image: url(images/Side-Button-on.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
#level4:hover 
{
    text-decoration: underline;
    background-image: url(images/Side-Button-on.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}


 