/* Kapito.com Sitemap */

.sitemap{
	width: 100%;
}
#SiteNav{
	/*width: 70%;*/
	padding-left: 12%;
	padding-right: 12%;
	margin: 0;
	/*width: 100%;*/
}
h1, h2{
	font-size: 13px;
	font-style: normal;
	font-family: "Lucida Grande";
	margin-top: 0px;
}
h2 {
	padding-left: 12%;
	font-family: "Lucia Grande";
	font-style: normal;
	color: black;
	
}
h4{
	font-size: 11px;
	margin-left: 10px;
	text-align: left;
	margin-top: -12px;
	color: #959595;
}
ol, ul{
	list-style: none;
}
a{
	text-decoration: none;
}
/*Level 1*/
#SiteNav #home{
	float: none;
	background: url('images-test/map-home3.png') no-repeat;
	height: 100px;
	width: 130px;
	position: relative;
}
#SiteNav #clear{
	clear: left;
}
#SiteNav li{
	float: left;
	background: url('images-test/map-home3.png') no-repeat;
	height: 100px;
	width: 130px;
	padding-top: 5px;
	margin-left: 5px;
}
#SiteNav #level2{
	margin-left: 100px;
}
#SiteNav #level2 li{
	background: url('images-test/map-l1-3.png') no-repeat;
	height: 100px;
	width: 130px;
	float: left;
	margin-left: 5px;
	
}
#SiteNav li a{
	font-size: 13px;
	display: block;
	color: black;
	font-weight: normal;
	text-align: center;
	
}
#SiteNav li a:hover, 
#SiteNav li h1:hover{
	color: red;
	font-size: 15px;
	font-family: "Lucida Grande";
}


