/* Sidebar Menu  - Not Approved */

#navcon {width: 110px;}

#navcon ul
{
padding-left: 0;
margin-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcon a { 
display: block; 
width: 120px;
background-color: #76959a;
border-bottom: 1px solid #003366;
}

#navcon a:link,  navli a:visited { 
text-decoration: none;
color: #003333;
}

#navcon a:hover {  
background-color: #003366;
color: fff;
}

