/* Left hand nav  */
#subnav ul{list-style-type: none;}
#subnav ul li span {display: block;text-indent:28px;height:25px;font-size:1.2em;/*1.25em;*/font-weight:bolder;padding-top:11px;cursor: hand;}
#subnav ul li a {display: block;height: 25px;color:#595959;text-decoration:none;background: url(/assets/images/subnav-blank.gif) top no-repeat;cursor: hand;}
#subnav ul li a:hover {color:#EB9939;cursor: hand;}
/* Third tier styling  */
#subnav ul li ul {list-style-type:none;margin: 0px;padding: 0px;margin-left:-10px;padding-top:5px;}
#subnav ul li ul li {cursor: hand;}
#subnav ul li ul li a {height: auto; min-height: 17px;padding-left: 29px; text-align: left;font-size: 1.2em;color: #595959;text-decoration: none;/*added:*//*background: none;*/margin-left:10px;	cursor: hand;}
#subnav ul li ul li a:hover, #subnav ul li ul li a.active {color: #EB9939;cursor: hand;}
#subnav ul li ul li span {	cursor: hand;}
