/* --------- LEFT NAV --------- */



div#leftnav {
	width: 189px;
 	float: left;  
	margin: 0;
	padding: 0;
	margin-top: 7px;
	background: transparent url(images/bg.gif) bottom left no-repeat;
}

ul#leftnav  {
	margin: 0;
	list-style: none;
	padding: 0;
	font-size: smaller !important;
	background: transparent url(/images/bg.gif) no-repeat bottom right;
}


ul#leftnav li {
	background: #F2F4F4 url(images/nav/bullet-over.gif) no-repeat center left;
	border: 1px solid #616161;
	line-height: 1.7em;
	margin: 0;
	margin-bottom: 4px;
	font-size: 1.1em;
}


ul#leftnav li a {
	display: block;  
	margin: 0;
	padding: 0 3px 0 15px;
	background:  #F9F9F9 url(images/nav/bullet.gif) no-repeat center left;
  	line-height: 1.7em;
}			

* html ul#leftnav li a {height: 1.7em;}  /* hack so firefox doesn't get a height specified to it */



ul#leftnav a:link, ul#leftnav a:visited {
	margin: 0;
	color: #000;
	padding: 0 3px 0 15px;
	text-decoration: none;
	display: block;	
}



ul#leftnav a:hover, ul#leftnav a:active{
	text-decoration: none;
	background: transparent;
	display: block;	
}



/*---THIS IS THE SELECTED POLICY---*/



ul#leftnav li#selected {
	background: #F9F9F9 url(images/nav/bullet.gif) no-repeat center left;

   }
   

ul#leftnav li#selected a, ul#leftnav li#selected a:link, ul#leftnav li#selected a:visited  {
	background: #F2F4F4 url(images/nav/bullet-over.gif) no-repeat center left;
		border-bottom: 1px solid #616161;
   }

   

ul#leftnav li#selected a:hover, ul#leftnav li#selected a:active{
	background: #F9F9F9 url(images/nav/bullet.gif) no-repeat center left;
	color:#1A3E9A;
	display: block;	

}



/*---THIS IS THE LEFT SUB NAV ---*/



ul#leftnav li ul#leftsubnav li {
	font-weight:normal;
	letter-spacing:normal;
	background-image: none;
	line-height: 1.7em !important;
	margin: 0;
	font-size: 1.1em !important;
	list-style: none;
	font-size: x-small !important;
	border: 0;

	}



ul#leftnav li ul#leftsubnav li a {
	display: block;  
	margin: 0;
	padding: 0 3px 0 15px;
  	line-height: 1.7em  !important;
	background: #F2F4F4 url(images/nav/bullet-small.gif) no-repeat center left;
}



ul#leftnav li ul#leftsubnav li a:link, 
ul#leftnav li ul#leftsubnav li a:visited {
	margin: 0;
	border: 0;
	color: #000;
	padding: 0 3px 0 15px;
	text-decoration: none;
	display: block;	
	background: #F2F4F4 url(images/nav/subnav-bg.gif) repeat-y center left;
}

ul#leftnav li ul#leftsubnav li a:hover, 
ul#leftnav li ul#leftsubnav li a:active {
	color: #2058F7;
		border: 0;	
	background: #F9F9F9 url(images/nav/bullet-small-over.gif) no-repeat center left;
}


