@charset "utf-8";
/* CSS Document */

.arrow {
	background:transparent url(/_img/arrow_down.gif) no-repeat scroll right 7px;/* changes to arrow_up when clicked */
	color:#6F777D;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	line-height:25px;
	padding-right:13px;
	width:46px; 
}

#sitemap {
	border-bottom:1px solid #e0dfdf;
	border-top:1px solid #e0dfdf;
	float:left;
	padding: 12px 0 12px 1px;
	width: 691px;
	margin-top: 20px;
	padding-bottom: 0;
}

		#sitemap div{
			background: url(../_img/vertical_rule.jpg) repeat-y 100px top;
			float: left;
			width: 120px;
			min-height: 160px;
		}

			#sitemap div.last {
				width: 90px;
				background: none;
				padding-right: 0;
			}

			#sitemap div ul {
				list-style-type: none;
				list-style: none;
				margin: 0;
				padding: 0;
			}		
			
				#sitemap div ul li {
					font-size: 7pt;
					width: 85px;
/*					padding: 2px 3px 5px 0;*/
					padding: 2px 3px 0 0;
				}
				
				#sitemap div ul li a 
				{
					color: #87898C
				}
	
#sitemap-bot-grad
{
	/*background: url(../_img/content_bot_gradient.jpg) repeat-x;*/
	height: 11px;
	min-height: none;
	width: 100%;
	float: left;
}