
/*  THIS IS USED BY THE LEFT SIDE NAVIGATION */
.leftsidenav{
background:#E4E9F4;
border: 1px solid #FFFFFF;
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;
width: 215px;
}

* html .leftsidenav{ /*IE only rule. Original menu width minus all left/right paddings */
width: 192px;
}

.leftsidenav ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.leftsidenav ul ul a{
padding: 0;
margin:  0px;
list-style-type:none;
color:#000000
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: left;
padding: 7px 0px 8px 34px;
display: block;
width: 92%; /*Define width for IE6's sake*/
text-decoration: none;
}



/*- -  ----------------    ------------------------- ---------- -------- - */
/*- -  ----------------    ------------------------- ---------- -------- - */
/*- -  ----------------    ------------------------- ---------- -------- - */

.leftsidenav ul ul ul a{
padding-left: 68px;
width: 70%; /*Define width for IE6's sake*/
color:#000000;
}

.leftsidenav  ul ul a:hover{
background-color:#85A4CE;
color: white;
}

.leftsidenav ul ul ul a:hover{
background-color:#85A4CE;
color: white;
}


.nolink{
font: bold 11px Verdana;
padding: 7px 0px 8px 0px;
text-indent:10px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color:#21517D;
text-decoration: none;
border-bottom: 1px solid #FFFFFF;
}


.leftsidenav a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
padding: 7px 0px 8px 16px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color:#000000;
text-decoration: none;
border-bottom: 1px solid #FFFFFF;
}

.leftsidenav a:visited{
color: #666666;
}

html>body .leftsidenav a{ /*Non IE rule*/
width: auto;
}

.leftsidenav a:hover{
background-color:#85A4CE;
color: white;
}
