@charset "UTF-8";
/* CSS Document */

/*<group=SiteMap>*/
div.sitemap {
	width: 32%;	
	float: left;
	margin: 10px 1% 0 0;
}
#innerwide ul {
	font-size: 11px;
	line-height: 15px;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#innerwide ul ul {
	font-size: 11px;
	line-height: 15px;
	list-style-type: none;
}
#innerwide ul ul ul {
	font-size: 10px;
	line-height: 15px;
	list-style-type: none;
}
#innerwide ul li {
	font-weight: bold !important;
}
#innerwide ul ul li {
    border-left: 1px dotted #ccc;
    padding-left: 15px;
	font-weight: normal !important;
	background: url(/en/images/styles/dotted.gif) scroll no-repeat 1px 0.5em;
}
#innerwide ul li a {
	color: #000;
}
#innerwide ul ul li a {
	color: #003366;
}
#innerwide ul ul ul li a {
	color: #666;
}
/*</group>*/
