#leftnav {background-color:#FFF; padding:0 0 2px 0;}

/* Left Nav Basic Look*/
#leftnav ul.lvl1 {padding:0;margin:0;list-style:none;}
#leftnav ul.lvl1 li {padding:0;margin:2px 0 0 0;background:none;}
#leftnav ul.lvl1 li a {color:#444;font-weight:bold;text-decoration:none;padding:5px 0 0 11px;margin:0;display:block;width:131px;height:17px;background:url(/images/leftNavSprites.png) 0 0 no-repeat;} /* box w and h = w and h + padding */
#leftnav ul.lvl1 ul.lvl2 {padding:0;margin:0;list-style:none;}
#leftnav ul.lvl1 ul.lvl2 li {margin:0;border-bottom:1px solid #AAA;}
#leftnav ul.lvl1 ul.lvl2 li a {color:#2b57ae;font-weight:normal;padding:5px 0 5px 15px;width:127px;height:auto;background:url(/images/leftNavLvl2.gif) 0 0 no-repeat;} /* box w = w + padding */
#leftnav ul.lvl1 ul.lvl2 ul.lvl3 {padding:0;margin:0;list-style:none;}
#leftnav ul.lvl1 ul.lvl2 ul.lvl3 li {border-bottom:none;}
#leftnav ul.lvl1 ul.lvl2 ul.lvl3 li a {font-weight:normal;padding:5px 0 5px 20px;width:122px;background:url(/images/leftNavLvl3.gif) 0 0 no-repeat;}

/* Active Nav Item Effects */
/* lvl1 active is blue */
#leftnav ul.lvl1 li.active a {color:#FFF;font-weight:bold;background:url(/images/leftNavSprites.png) 0 -22px no-repeat;}
#leftnav ul.lvl1 li.activetwist a {color:#FFF;background:url(/images/leftNavSprites.png) 0 -44px no-repeat;}
/* lvl2 active is bold */
#leftnav ul.lvl1 ul.lvl2 li.active a {color:#2b57ae;font-weight:bold;background:url(/images/leftNavLvl2Active.gif) 0 0 no-repeat;}
/* lvl3 active is bold */
#leftnav ul.lvl1 ul.lvl2 ul.lvl3 li.active a {font-weight:bold;background:url(/images/leftNavLvl3.gif) 0 0 no-repeat;}

/* Hover Effects */
/* lvl1 is blue on hover */
#leftnav ul.lvl1 li a:hover {color:#FFF;background:url(/images/leftNavSprites.png) 0 -22px no-repeat;}	
#leftnav ul.lvl1 li.activetwist a:hover {color:#FFF;background:url(/images/leftNavSprites.png) 0 -44px no-repeat;}	
/* lvl 2 is plaintext and underline on hover */
#leftnav ul.lvl1 ul.lvl2 li a:hover {color:#2b57ae;text-decoration:underline;background:url(/images/leftNavLvl2.gif) 0 0 no-repeat;}
#leftnav ul.lvl1 ul.lvl2 li.active a:hover {color:#2b57ae;text-decoration:underline;background:url(/images/leftNavLvl2Active.gif) 0 0 no-repeat;}
/* lvl 3 is plaintext and underline on hover */
#leftnav ul.lvl1 ul.lvl2 ul.lvl3 li a:hover {color:#2b57ae;text-decoration:underline;background:url(/images/leftNavLvl3.gif) 0 0 no-repeat;}
#leftnav ul.lvl1 ul.lvl2 ul.lvl3 li.active a:hover {color:#2b57ae;text-decoration:underline;background:url(/images/leftNavLvl3.gif) 0 0 no-repeat;}

/* Enroll Now Button */
#leftnav ul#nowBtn {padding:0;margin:0;list-style:none;}
#leftnav ul#nowBtn li#enrollnow {padding:0;margin:0;background:none;}
#leftnav ul#nowBtn li#enrollnow a {display:block; height:47px; width:142px; background:url(../images/main_enrollnow_btn_0.gif) 0 0 no-repeat; padding:0; text-decoration:none; text-indent:-9000px;}
#leftnav ul#nowBtn li#enrollnow a:hover {display:block; height:47px; width:142px; background:url(../images/main_enrollnow_btn_1.gif) 0 0 no-repeat; padding:0; text-decoration:none; text-indent:-9000px;}
#leftnav ul#nowBtn li#applynow {padding:0;margin:0;background:none;}
#leftnav ul#nowBtn li#applynow a {display:block; height:47px; width:142px; background:url(../images/main_applynow_btn_0.gif) 0 0 no-repeat; padding:0; text-decoration:none; text-indent:-9000px;}
#leftnav ul#nowBtn li#applynow a:hover {display:block; height:47px; width:142px; background:url(../images/main_applynow_btn_1.gif) 0 0 no-repeat; padding:0; text-decoration:none; text-indent:-9000px;}

/* End Left Nav */
