 

/* sub navigation */

.sidenav LI A {
        text-align:left;
	
	color : #000033;
	display: block;
	padding : 2px 0px 2px 0px;padding-left : 25px;
	
  
  
  
  
  
  
  
  width : 180px;
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  line-height : 40px;
  
  
  

  
  
  
  margin-bottom : 0px;
  margin-top : 0px;
  
  
  
  
  
  

  
  
  
  
  
  
  border-top-width : 0px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dotted;
  border-top-color : #999999;
  border-bottom-color : #aaaaaa;
  
  background-repeat : no-repeat;
  
  text-decoration : none;
  font-size : 13px;
  list-style-type : none;
  
}
.sidenav LI A:hover {
	
	

  
  
  
  color : blue;
  background-color : #e0e0e0;
  text-decoration : underline;
  list-style-type : none;
}
/* navigation */










UL{
  list-style-type : none;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

