@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 #939598;
	border-top:1px solid #939598;
	float:left;
	padding: 12px 0 12px 1px;
	width: 700px;
}

		#sitemap div{
			background: transparent url(/_img/vertical_rule.png) repeat-y 91px top;
			float: left;
			width: 100px;
			min-height: 145px;
		}

			#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;
				}
				

		

