
/* ============= SITEMAP ============= */

td#TdSitemap {
    padding: 16px 0 16px 0px;
    text-align: left;
    vertical-align: top;
}

table#Sitemap {
    margin: 0;
    padding: 0;
    border-spacing: 12px;
}

table#Sitemap td {
    width: 200px;
    padding: 0px 0px 0px 25px;
}

div.Headline {
    width: 100%;
    padding: 4px 16px 2px 16px;
    border: 1px solid #CCC;
}

div.Data {
    width: 100%;
    padding: 12px 16px 6px 16px;
    margin-bottom: 20px;
    border: 1px solid #CCC;
    border-top: none;
}

table#Sitemap a {
    display: block;
    padding-left: 16px !important;
    margin: 0 0 2px 0 !important;
	font-size: 11px !important;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background: url(/images/global/arr/cube.gif) 2px 4px no-repeat;
}

table#Sitemap a.lmlevel2 {
    padding-left: 32px !important;
    background: url(/images/global/arr/rarr_r.gif) 16px 3px no-repeat;
}

table#Sitemap a:hover {
    color: #000;
	text-decoration: underline;
}