/*
	Sitemap Style 	 
*/

body{
font-family:sans-serif;
background:#222;
margin:0px;
font-size:1.2em;
color:#CCC;
}

p {font-size:12px; color:#7BA426;}

h2 {
  text-align:center;
  margin:10px 0;
  color:#7BA426;
  background:#444;
  border-bottom:3px solid #7BA426;
  font-size:2em;
}

a, a:visited {
  background-color:#444;
  color:#FFF;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  padding:3px 28px 3px 0;
}

#sitemap a:hover, #sitemap li a:hover, #sitemap li li a:hover,
#sitemap li li li a:hover, #sitemap li li li li a:hover{
  padding-left:18px;
  border-left:10px solid #7BA426;
  }

#sitemap {margin:0 0 20px 0; float:left;}

/* hover highlight for lists -= JZS =-
#sitemap ul:hover{background-color:#222;}

#sitemap ul ul:hover{background-color:#333;}

#sitemap ul ul ul:hover{background-color:#444;}

#sitemap ul ul ul ul:hover{background-color:#555;} */

#sitemap ul, #sitemap li{
	margin:0 0 0 28px;
	padding:0;
	list-style:none;
}
                
#sitemap li{
	line-height:210%;
  text-transform:none;
}
/* IE leaves a blank space where span is added so this is to avoid that */
/* html #sitemap li{
	float:left;
	display:inline;
}
  */
#sitemap li a{
  padding-left:28px;
  text-decoration:none;
  background-color:#444;
}

/* second level */

#sitemap li li a{background-color:#555;}

/* third level */

#sitemap li li li a{background-color:#666;}

/* fourth level */

#sitemap li li li li a{background-color:#777;}

/* fifth level */

#sitemap li li li li li a{background-color:#888;}

#greenBox{
float:right;
margin:0 20px 0 10px;
}

.clear{clear:both;}