
/* Generic -------------------- */

html > body	{ font-size: 13px; }

body {
	font: 100%/1.4 Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #454545;
	margin: 0; padding: 15px;
	background-color: #4b4b4b;
}

a, a:active, a:hover, a:visited { text-decoration: none; }
a { color: #454545; }
a:hover { color: #646464; }

/* Structure ------------------ */

.sitemap {
	padding: 9px 0 0 0;
	background: url(cssimages/sitemap_top.png) no-repeat top left;
}

/* Lists ---------------------- */

ul#primaryNav {
	margin: 0; padding: 0 0 15px 0;
	width: 311px;
	background: url(cssimages/sitemap_bottom.png) no-repeat bottom left;
}

/* Level 1 */

ul#primaryNav li {
	font-size: 14px;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	list-style-type: none;
	margin: 0; padding: 11px 6px 0 6px;
	background: url(cssimages/sitemap_bg.png) repeat-y;
}

ul#primaryNav li a {
	margin: 0 0 0 33px; padding: 0 6px 0 11px;
	display: block;
	background: url(cssimages/icon_square.png) no-repeat top left;
}

ul#primaryNav li#home {
	margin: 0; padding: 9px 6px 12px 21px;
	background: url(cssimages/sitemap_home.png) repeat-y bottom left;
}

ul#primaryNav li#home a {
	color: #004b64;
	font-size: 16px;
	text-shadow: #abd6e6 0 1px 0;
	margin: 0; padding: 0 0 0 18px;
	background: url(cssimages/icon_home.png) no-repeat top left;
}

/* Level 2 */

ul#primaryNav li ul {
	margin: 9px 0 0 0; padding: 11px 0 0 0;
	border-bottom: 1px solid #f5f5f5;
	background: #f5f5f5 url(cssimages/sitemap_ul.png) repeat-x;
}

ul#primaryNav li ul li {
	font-size: 13px;
	font-weight: normal;
	margin: 0; padding: 0 16px 8px 55px;
	background: none; background-color: none;
}

ul#primaryNav li ul li a {
	margin: 0; padding: 0 0 0 15px;
	background: url(cssimages/icon_dash.png) no-repeat top left;
}

ul#primaryNav li ul li:last-child { border-bottom: 1px solid #d4d4d4; }

/* Level 3 */

ul#primaryNav li ul li ul {
	margin: 0; padding: 0;
	border: none;
	background: none; background-color: none; 
}

ul#primaryNav li ul li ul li {
	font-size: 13px;
	font-weight: normal;
	list-style-type: none;
	margin: 7px 0 0 10px; padding: 0 0 0 15px;
	background: none; background-color: none;
}

ul#primaryNav li ul li ul li a {
	margin: 0; padding: 0 0 0 15px;
	background: url(cssimages/icon_dash.png) no-repeat top left;
}

ul#primaryNav li ul li ul li:last-child { border: none; }