@charset "utf-8";
/* CSS Document */

div#sitemapdiv {
	margin-bottom:20px;
}

div#sitemapdiv a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c43535;
	text-decoration: none;
	cursor:pointer;	
}

div#sitemapdiv a:hover {
	color:#000000;
	text-decoration: none;
}

div#sitemapdiv ul{
	list-style:none;
}

div#sitemapdiv .tabelement {
	float:left;
	overflow:hidden;
	width:170px;
	height:128px;
	border:solid 1px #ececec;
	margin: 0 8px 8px 0;
}

div#sitemapdiv .tabtitle {
	text-transform:uppercase;
	font-weight:bold;
	background:#ececec;
	padding-left:5px;
	margin-bottom:5px;	
}

div#sitemapdiv ul.tabitems {
	margin-left:20px;
	list-style:disc;
}
