

.leftNav{
	width: 180px;
}

.leftNav .headerbar{
	font: bold 14px Arial;
	color: white;
	background: black  url(../images/titlebar.png) repeat-x center left;
	margin-bottom: 10px; 
	text-transform: uppercase;
	padding: 4px 0 4px 10px; 
	font-size: 12px;
}

.leftNav ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; 
}

.leftNav ul li{
padding-bottom: 2px; 
}

.leftNav ul li a{
color: #004080;
background:  url(../images/arrowbullet.png) no-repeat center left; 
display: block;
padding: 2px 0;
padding-left: 19px; 
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid  ;
font-size: 70%;
}

.leftNav ul li a:visited{
color: #004080;
}

.leftNav ul li a:hover{ /*hover state CSS*/
color: #0D86FF;
background-color: #F3F3F3;
}
