/* navigation list styles */
.level1item
{	
	background-repeat: no-repeat;
	background-position: 5% 50%;
	padding-left: 25px;	
}
.level1itemclosed
{
	background-image: url(/images/system/darkarrow.gif);
}
.level1itemopened
{
	background-color: #C9B06D;	
	background-image: url(/images/system/lightarrow.gif);
}
.level2item
{
	text-indent: 20%;
}
.level2itemclosed
{
	background-color: #FEFAEE;
}
.level2itemopened
{
	background-color: #F9EED0;
}
/* navigation anchor links styles */
a.level1closed
{
	color: #8A5704;	
	text-decoration: none;
}
a.level1opened
{
	color: #FFFFFF;
	text-decoration: none;
}
a.level2link
{
	color: #A0742B;	
	text-decoration: none;
	text-transform: lowercase;
}
/* breadcrumb item style */
.breadcrumbitem
{	
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	color: #8E5C07;
}
.printitem
{
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	color: #8E5C07;
	text-align: right;
}