 
#sidebar ul#nav,
#sidebar ul#nav ul {
  margin: 0;/*removes indent IE and Opera*/
  padding: 0;/*removes indent Mozilla and NN7*/
  list-style-type: none;/*turns off display of bullet*/
  width: 262px; /* Width of Menu Items */
  background-color: #CECAB3;
  border-bottom: #EEEDE6 1px solid;
	}
 
#sidebar ul#nav li {
	position: relative;
	list-style: none;
	}
 
#sidebar ul#nav li a {
  display: block;
  height: 30px;
  padding-left: 20px;
  border: none;
  border-top: 1px solid #DEDBCB;
  border-bottom: 1px solid #BEB99A;
  background: transparent url(../images/nav_arrow.jpg) no-repeat left center;
  color: #59554A;
  font-size: 120%;
  line-height: 30px;/* this value must match the height in order to center vertically the text*/
  text-decoration: none;
	}
	
#sidebar ul#nav li li a {
  display: block;
  height: 30px;
  padding-left: 20px;
  border: none;
  border-top: 1px solid #DEDBCB;
  border-bottom: 1px solid #BEB99A;
  background: transparent url(../images/nav_arrow.jpg) no-repeat left center;
  color: #59554A;
  background-color: #DBD7C0;
  font-size: 120%;
  line-height: 30px;/* this value must match the height in order to center vertically the text*/
  text-decoration: none;
	}
#sidebar ul#nav a.noborder {
  border-bottom: none;
}	
 
/* Fix IE. Hide from IE Mac \*/
* html #sidebar ul#nav li { float: left; height: 1%; }
* html #sidebar ul#nav li a { height: 1%; }
/* End */
 
#sidebar ul#nav ul {
	position: absolute;
	display: none;
	left: 262px; /* Set 1px less than menu width */
	top: 0;
	border-left: 8px #59554a solid;
	}

#sidebar ul#nav ul ul {
	border-left: none;
}
 
#sidebar ul#nav li ul li a { padding: 0px 20px; } /* Sub Menu Styles */
 
#sidebar ul#nav li:hover ul ul,
#sidebar ul#nav li:hover ul ul ul,
#sidebar ul#nav li.over ul ul,
#sidebar ul#nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */
 
#sidebar ul#nav li:hover ul,
#sidebar ul#nav li li:hover ul,
#sidebar ul#nav li li li:hover ul,
#sidebar ul#nav li.over ul,
#sidebar ul#nav li li.over ul,
#sidebar ul#nav li li li.over ul { display: block; } /* The magic */
 
#sidebar ul#nav li.menuparent { background: transparent url(../images/nav_sub.gif) 98% 90% no-repeat; }
 
#sidebar ul#nav li.menuparent:hover,
#sidebar ul#nav li.over { 
  color: #35332D;
  background:  #E1DED0 url(../images/nav_arrow_over.jpg) no-repeat left center;	
}
 
 
#sidebar ul#nav li a:hover { 
  color: #35332D;
  background:  #E1DED0 url(../images/nav_arrow_over.jpg) no-repeat left center;	
}
 

