/* ------------------------------------------------------------
	Site Map Styles
------------------------------------------------------------ */

/* --------	Top Level --------- */
#sitemap, #sitemap ul, #sitemap ul ul, #sitemap ul ul ul
{
	margin: 0;
	list-style: none;
}

#sitemap {
	float: left;
	width: 100%;
}
#sitemap #home {
	display: block;
	float: none;
	background: #fff url(../media/images/sitemap/L1-left.png) center bottom no-repeat;
	position: relative;
	z-index: 2;
	padding: 0 0 30px 0;
	width: 160px;
}
#sitemap li {
	float: left;
	background: url(../media/images/sitemap/L1-center.png) center top no-repeat;
	padding: 30px 0 20px 0;
	margin-top: -30px;
}
#sitemap li a {
	margin: 0 10px 0 0;
	padding: 6px;
	display: block;
	font-size: 9px;
	text-shadow: 1px 1px #222;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	color: #fff;	
	background: #000 url(../media/images/sitemap/white-highlight.png) top left repeat-x;
	border: 1px solid #444;
	-moz-border-radius: 6px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */
}
#sitemap li a:hover {
	background-color: #333;
	border-color: #555;
	color: #fff;
}
#sitemap li:last-child {
	background: url(../media/images/sitemap/L1-right.png) center top no-repeat;
}

#sitemap li a:link:before,
#sitemap li a:visited:before {
	color: #fff;
}

/* --------	Second Level --------- */

#sitemap li li {
	width: 100%;
	clear: left;
	margin-top: 0;
	padding: 10px 0 0 0;
	background: url(../media/images/sitemap/vertical-line.png) center bottom repeat-y;
}
#sitemap li li a {
	background-color: #f60;
	border-color: #f60;
	color: #333;
	text-shadow: none;
}
#sitemap li li a:hover {
	border-color: #ff8f45;
	background-color: #ff8f45;
	color: #333;
}
#sitemap li li:first-child {
	padding-top: 30px;
}
#sitemap li li:last-child {
	background: url(../media/images/sitemap/vertical-line.png) center bottom repeat-y;
}
#sitemap li li a:link:before,
#sitemap li li a:visited:before {
	color: #8faf5c;
}

/* --------	Third Level --------- */

#sitemap li li ul {
	margin: 10px 0 0 0;
	width: 100%;
	float: right;
	padding: 7px 0 10px 0;
	background: #ffffff url(../media/images/sitemap/L3-ul-top.png) center top no-repeat;
}
#sitemap li li li {
	background: url(../media/images/sitemap/L3-center.png) left center no-repeat;
	padding: 5px 0 5px 10px;
}
#sitemap li li li a {
	background-color: #aaa;
	border-color: #aaa;
	padding: 5px 6px;
	float: right;
}
#sitemap li li li a:hover {
	background-color: #ccc;
	border-color: #ccc;
}
#sitemap li li li:first-child {
	padding: 15px 0 5px 10px;
	background: url(../media/images/sitemap/L3-li-top.png) left center no-repeat;
}
#sitemap li li li:last-child {
	background: url(../media/images/sitemap/L3-bottom.png) left center no-repeat;
}
#sitemap li li li a:link:before,
#sitemap li li li a:visited:before {
	color: #ccae14;
}