/* CSS Document */

 #AllContent{
  background-color:#2175bc;
  width: auto;
  height:100%;
}
.SubLabel {
  font-family: verdana,arial,tahoma;
  font-size: 15px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}
body {
  margin: 0;
  padding: 0;
}

.NavTree, .NavTree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.NavTree ul {
  display: none;
}
.NavTree {
  width: 192px;
  padding: 0 0 0 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #333;
  }
.NavTree ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
	
}
.NavTree li {
  margin: 0px;
/*  border-bottom: 1px solid #989898; */
}
.NavTree li a {
  display: block;
  padding: 8px 5px 9px 0.5em;
/*	      border-left: 10px solid #1958b7; */
/*	      border-right: 10px solid #508fc4; */
/*  background-color: #6C7B80; */ 
  background: url(/img/menu_bg1.jpg) no-repeat;
  color: #fff;
  text-decoration: none;
  width: 100%;
	height: auto;
	font-size: 10px;
	font-weight: bold;
}
html>body .NavTree li a {
  width: auto;
}
.NavTree li a:hover {
/*	      border-left: 10px solid #1c64d1; */
/*	      border-right: 10px solid #5ba3e0; */
/*  background-color: #849094; */
  background: url(/img/menu_bg2.jpg) no-repeat;
  color: #fff;
  text-decoration: none;
}

.NavTree li a:visited
{
  color: #ffffff;
  text-decoration: none;
}

.NavTree li ul li a {
  padding: 8px 5px 9px 1.75em;
/*	      border-left: 10px solid #367AE1; */
/*	      border-right: 10px solid #70B4EE; */
/*  background-color: #849094; */
  background: url(/img/menu_bg2.jpg) no-repeat;
  font-size:10px;
	font-weight: bold;
	height: auto;
	text-indent: -1.2em; 
  margin-left: 0em;
}
.NavTree li ul li a:hover {
/*	      border-left: 10px solid #6D9BE0; */
/*	      border-right: 10px solid #97C5EC; */
/*  background-color: #6C7B80; */
  background: url(/img/menu_bg1.jpg) no-repeat;
}
.NavTree li ul li {
  border-bottom: none;
  border-top: 1px solid #989898;
}
/*
.top{ border-top: 1px solid #989898;}
*/