.sitemap a {padding-left:20px;
text-decoration: none;
text-transform: capitalize;
color: #FF9300;
}
.sitemap a:hover {padding-left:20px;
text-decoration: underline;
color: #99CC00;
}
.sitemap ul ul {
margin-left: 70px;
padding: 0 0 0 10px;
}
.sitemap li {
clear: left;
list-style: none;
background: transparent url('cssimages/level1.png') 0 0 no-repeat;
}
.sitemap li li {
clear: none;
display: block;
width: 250px;
float: left;
background: transparent url('cssimages/hogbullet.gif') 0 0 no-repeat;
}
.sitemap li li ul {
display: none;
}
.sitemap li a {
font-weight: bold;
}
.sitemap li li a {
font-weight: bold;}
.smhead {padding-left:20px;font-weight:bold;color:#507207;}
#smhome {
font-size: 20px;
font-weight: bold;
padding-left:40px;
margin: 0;
background: transparent url('cssimages/home.png') 0 0 no-repeat;
}
#smhome a {color:#ff9300;}
