#navcontainer_3
{
/* container div set-up */
margin-left: 15px;
margin-top: 50;
border: ;
background: #e6e6e6;
width: 200px;
padding: 10px;
font-family: microsoft sans serif;
font-size: 11px;
/* Set font-size so theres no default */
line-height: 18px;
/* Set line-height because I think it looks better like this ;^) */
letter-spacing: 0;
}

#navcontainer_3 a
{
/* Set text-decoration and color so there is no default */
text-decoration: none;
line-height: 23px;
letter-spacing: 1;
color: #000000
}

#navcontainer_3 a:hover
{
font-weight: ;
color: #223FA4;
letter-spacing: 1
}

#navcontainer_3 ul
{
list-style-type: none;
padding-left: 0px;
margin: 0px;
}

#navcontainer_3 ul ul
{
padding-left: 15px;
/* offset sub menu */
}

#navcontainer_3 ul li
{
padding-left: 5px;
margin-left: 2px;
/* Set margin-left to set-up the left border */
}

#navcontainer_3 ul li#active
{
margin-left: 0px;
/* Set margin back half of left-border width (5px) */
}

#navcontainer_3 ul ul li#subactive
{
margin-left: 0px;
/* Set margin back half the 30px padding above */
border-left: 5px solid #4560A7;
}

#navcontainer_3 li { border-left: 1px solid black; }
#navcontainer_3 li#active { border-left: 5px solid #4560A7; }

#current
{
font-weight: bold;
letter-spacing: 0;
border-bottom: ;
}

#subcurrent
{
font-weight: bold;
letter-spacing: 0;
border-bottom: ;
}
