@charset "utf-8";
/* CSS Document for AAHPERD left hand nevigation */
ul.leftNavItem{
	list-style:none;
	padding-top:30px;
	margin-left:0px;
	padding-left:0px;
	}
ul.leftNavItem a{
	display:block;
	width:170px;
	line-height:130%;
	padding:5px 10px 5px 20px; /*add extra 10px for the bullet*/
	color:#666;
	font-size:.85em;
	font-weight:bold;
	text-decoration:none;
	}
ul.leftNavItem a:hover{
	background:#fff url(../graphics/images_pres/bullet_orangeArrow.gif) top left no-repeat;
	text-decoration:underline;
	}

/*Showarrow with current url*/
.showarrow{
	background:#fff url(../graphics/images_pres/bullet_orangeArrow.gif) top left no-repeat;
	text-decoration:underline;
}

/*White title text*/
#leftNavArea h6{
	background:#fab033 url(../graphics/images_pres/bg_orangeGradientTop.gif) top right no-repeat;
	text-align:center;
	color:#fff;
	line-height:25px;

	}



