/*site map layout */
ul.sitemaps {
	margin:0;
	padding:0;
	list-style:none;
	font-family:'BitstreamVeraSerifRoman', Arial, sans-serif;
	border:1px solid #CCCCFF;
}
ul.sitemaps li.siteHdr {
	height:24px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background:url(../images/bg-hd-typ1.gif) repeat-x 0 0; padding:3px 4px; border:1px solid #767676; border-width:0;
}
ul.sitemaps li.siteHdr1 {
	height:24px;
	font-size:14px;
	font-weight:bold;
	background:url(../images/bg-nav.gif) repeat-x 0 0;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:5px;		
}
ul.sitemaps li.sitecntntHdr {
	font-size:12px;
	font-weight:bold;
	background:url(../images/bg-hd-typ1.gif) repeat-x 0 0; padding:3px 4px; border:1px solid #767676; border-width:0;
	height:24px;
}
ul.sitemaps li.sitecntnt {
	font-size:12px;
	font-weight:bold;	
}
ul.sitemaps li.sitecntnt span {
	padding-bottom:12px;
	padding-top:3px;
	display:block;
}
ul.sitemaps li.sitecntnt span.subsecn {	
	display:block;
	margin-left:8px;
	background:url(../images/arrow1.png) no-repeat 0px 1px; 
	padding:6px 0 5px 22px; margin-bottom:2px;			
}
ul.sitemaps li.sitecntnt a {
	color:#990000;
}
div.fullSitemap {
	width:998px;
}
div.lftSitemap {
	width:166.33px;
	float:left;
}
div.clearSitemap {
	clear:both;
}