/* CSS Document */

.sitemap h3 {
font-size: .9em;
font-weight: 700;
margin-bottom: 5px;
background-color: #e0a3c2;
padding: 5px;
text-transform: lowercase;
}

.sitemap h3:hover {
background-color: #CC6699;;
}

.sitemap h3 span {
display: block;
font-size: .9em;
font-weight: 100;
}

.sitemap h3 a {
color: #fff
}

.sitemap ul {
float: left;
width: 895px;
}

.sitemap ul ul {
width: 0px;
float: none;
}

.sitemap li {
float:  left;
margin-right: 15px;
width: 130px;
margin-bottom: 5px;
font-size: .9em;
}

.sitemap ul ul ul li a {
float:  none;
padding:0 0 0 12px;
font-size: .8em;
background: url(/g/body/bullet_sm.png) no-repeat 0 2px;
margin: 0;
}

.sitemap .bullet-colourguides a {
padding-bottom:3px;
padding-left:10px;
padding-top:3px;
}

.sitemap ul ul {
float: none;
}

.sitemap .longname li {
width: 200px;
font-size: .8em;
}


