/* leftNav CSS */


#leftNav ul {
	width:160px;
	background-color:#f68f1e;
	text-align:right;
	background-image:url(images/mainNavBGshiv.gif);
	background-repeat:repeat-y;
	background-position:top right;
	margin:0 0 5px 0;
}
#leftNav ul li {
	width:160px;
	list-style:none;
	padding:0 0 0 0;
	border-bottom:1px solid white;
	position:relative;
	top:2px;
}
#leftNav ul a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size:1em;
	line-height:1em;
	padding:8px 35px 8px 5px;
	font-weight:bold;
}
#leftNav ul a:hover {
	display:block;
	color:#FFFFFF;
	text-decoration:underline;
	font-size:1em;
	line-height:1em;
	padding:8px 35px 8px 5px;
	font-weight:bold;
}

#leftNav ul li ul {
	background-color:#f9a856;
	background-image:url(images/mainNavBG2shiv.gif);
	display:none;
	margin:0 0 0 0;

}
#leftNav ul li ul li {
	border:none;
	position:relative;
	top:0px;
}
#leftNav ul li ul a {
	font-size:1em;
	line-height:1em;
	padding:8px 35px 8px 5px;
	font-weight:normal;
}
#leftNav ul li ul a:hover {
	font-size:1em;
	line-height:1em;
	padding:8px 35px 8px 5px;
	font-weight:normal;
}

#leftNav img { /* move this left image a little higher */
	margin-top:0px;
	padding-top:0px;
}

/* End of leftNav */
.tick {
	background-image:url(images/mainNavBG.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.arrow {
	background-image:url(images/mainNavBG2.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}
#leftNav ul li ul.open {
	display:block;
}