#sitemap
{
	margin-left: 20px;
}
#text ul 
{
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	font-size: 13px;
	font-weight: bold;
}
#text ul li
{
	line-height: 15px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	display: block;
  margin-top: 10px;
}
#text ul li ul li
{
	width: 90%;
	height: 15px;
	line-height: 15px;
	margin-left: 50px;
	display: block;
	list-style: none;
	background-repeat: no-repeat;
  margin-bottom: 5px;
  margin-top: 0px;

}

#text ul li a
{
	color: white;
	background-color: #1265A9;
	display: block;
  text-decoration: none;
  width: 65%;
  padding: 2px;
  padding-left: 10px;
  margin-bottom: 5px;
  
 }
 #text ul li a:hover
 {
  background-color: #E73020;
 }
#text ul li ul li a
{
	color: white;
  background-color: #9DD6F4;
  
}
