.sideBar{}
.sideBarTop {background:url(/img/sideBar/sideBarTop.png) left bottom no-repeat; display:block; height:5px;}
.sideBarMain {background:url(/img/sideBar/sideBarMain.png) left top repeat-y;}
.sideBarTopShadow {background:url(/img/sideBar/sideBarTopShadow.png) center top no-repeat;  padding:25px;}
.sideBarBottom {background:url(/img/sideBar/sideBarBottom.png) left top no-repeat; display:block; height:5px;}

.sideBar ul, .sideBar ul li{border: 0 none;list-style: none;margin:0;padding:0;text-align:left;width:270px;}
.sideBar ul li {display:block !important;float:left;position:relative;}
.sideBar ul a {display:block;height:auto !important;padding:7px 10px;text-decoration:none; font-size:14px; line-height: 120%;}
.sideBar ul a:hover {color: #CE000C; text-decoration:underline;}
.sideBar ul li a.onPath, .sideBar ul li a.current, .sideBar ul li a.onPath:hover, .sideBar ul li a.current:hover {color:#36526D;text-decoration:none; font-weight:bold;}

/*----- Sub Levels ------*/
.sideBar ul li.depth2 {background:url(/img/separator.gif) left top repeat-x;}
/*.sideBar ul li.depth2 a.current, .sideBar ul li.depth2 a.onPath {background:#f5f5f5 url(/img/separator.gif) left bottom repeat-x;}*/
.sideBar ul li.depth2.first {background: none;}
.sideBar ul li a.depth3, .sideBar ul li a.depth4, .sideBar ul li a.depth5 {font-size:12px;}
.sideBar ul li a.depth3, .sideBar ul li a.depth3:hover {background:transparent url(/img/arrows/arrowR.gif) no-repeat scroll 20px center;padding:5px 10px 5px 30px;text-align:left;}
.sideBar ul li a.depth4, .sideBar ul li a.depth4:hover {background:transparent url(/img/arrows/arrowR.gif) no-repeat scroll 40px center;padding:5px 10px 5px 50px;text-align:left;}
.sideBar ul li a.depth5, .sideBar ul li a.depth5:hover {background:transparent url(/img/arrows/arrowR.gif) no-repeat scroll 60px center;padding:5px 10px 5px 70px;text-align:left;}

.sideBar ul li.depth3 a.current, .sideBar ul li.depth3 a.onPath, .sideBar ul li.depth3 a:hover.current, .sideBar ul li.depth3 a:hover.onPath
{background:transparent url(/img/arrows/arrowB.gif) no-repeat scroll 20px center;padding:5px 10px 5px 30px !important;}
.sideBar ul li.depth4 a.current, .sideBar ul li.depth4 a.onPath, .sideBar ul li.depth4 a:hover.current, .sideBar ul li.depth4 a:hover.onPath
{background:transparent url(/img/arrows/arrowB.gif) no-repeat scroll 40px center;padding:5px 10px 5px 50px !important;}
.sideBar ul li.depth5 a.current, .sideBar ul li.depth5 a.onPath, .sideBar ul li.depth5 a:hover.current, .sideBar ul li.depth5 a:hover.onPath
{background:transparent url(/img/arrows/arrowB.gif) no-repeat scroll 60px center;padding:5px 10px 5px 70px !important;}



