 /* Start of Classes: Leftside Navigation   */
 .navbarleft { background-image: url(../images/side_nav_bkgd_h35px.png); padding:6px 0 10px 8px; margin:8px 0 0; width:145px; font-weight: bold; background-repeat: repeat-x; }
.class { }
.navbarleft a:link, .navbarleft a:visited { color:#003250; text-decoration:none; }
.navbarleft a:active { color:#003250; text-decoration:none; border-bottom: 1pt solid gray; border-top-color: transparent; border-right-color: transparent; border-left-color: transparent; }

.navbarleft a:hover /* taken over from general hover */ { color:#036; font-weight: bolder; border-bottom: 1pt solid #036; border-right-color: #036; border-left-color: #036; }

.navbarleft .small { font-size:10px; }
.navbarleft .OFF { font-weight:normal;
}

.navbarleftlist  { clear: left; display: block; /* height: 48px; */ width: 140px; clear: left; padding: 4px 0 0 10px; text-decoration: none; outline: none 0 black; margin: 0; list-style: none; }
.navbarleftlist a:link, .navbarleftlist a:visited { color: #003250; text-decoration: none; }
.navbarleftlist a:active  /*  keeeping box around when active!  */ {  } /* */
.navbarleftlist a:hover /* taken over from general hover */ { color:#036; font-weight: bolder; border-bottom: 1px solid gray; }
