/*yellow boxes for the site map ************/
/* the darker yellow is #FF9*/
/* the light yellow is #FFC*/

/*the list wrapper*/
#smListWrap
{
width: 570px;}
}
	
	
	
	
	
.leftCollSmap div
{
	background: #FF9;
	text-align: left;
	height: 25px;
	line-height: 25px;
	margin: 0 0 0 -2px;;
	padding: 0;
}
	.leftCollSmap
	{
	width: 270px;
	float: left;
	padding: 0 0 0 15px;
	}
	
	.leftCollSmap ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
	.leftCollSmap li
	{
	background: #FFC;
	text-align: left;
	width: 266px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 2px 0;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 5px;
	}
	.leftCollSmap span
	{
	color: #FFC;
	}
