body { 
  background-color: rgb(0, 0, 102); 
  background-repeat: no-repeat; 
  color: rgb(255, 255, 255);
  font-family: Verdana; 
  font-size: 12px;
}

a:link, a:link strike{
  color: white;
  text-decoration: none; 
}

a:visited, a:visited strike{
  color: white;
  text-decoration: none; 
}

a:hover, a:hover strike {
  color: #FFFF00;
  text-decoration: none; 
/*  padding : 1px;
  border : 1px solid #666666;*/
}

a:active, a:active strike {
  color: #FFFF00;
  text-decoration: none;
/*  padding : 1px;
  border : 1px solid #666666;*/
}

a.anchor { 
  color: #00ff00;
  text-decoration: none;
}

.treeview ul { margin-left: -1em; padding-left: -1em; } /*CSS for Simple Tree Menu*/

ul { margin-left: 0.5em; padding-left: 0.5em; width: 10em;}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*border-left:0px dashed rgb(45, 89, 134);
border-right:0px dashed rgb(45, 89, 134);
border-top:1px dashed rgb(45, 89, 134);
border-bottom:0px dashed rgb(45, 89, 134);*/
background:rgb(0, 0, 102) url('list.png') no-repeat left;
list-style-type: none;
padding-left: 12px;
margin-bottom: 5px;
margin-top: 5px;
}

.treeview ul {
	padding-left: 1px;
	margin-left: 1px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*background-image: url('closed.png');
background-repeat: no-repeat;
background-position: 0.4em;
padding-left: 0.6em;*/
background: rgb(0, 0, 102) url('closed.png') no-repeat left 0em;
cursor: hand !important;
cursor: pointer !important
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
