/* Start of menu */
#menu {
  background: url('images/menutotalbg.jpg') repeat left top;
  padding: 0px 0px 0px 22px;
  text-align:center;
  height: 28px;
  }
#menu ul {
  list-style:none;
  height: 20px;
  }
#menu .page_item {
	float:left;
	font-weight: bold;
	padding: 9px 0px 0px 0px;
	text-transform: capitalize;
	width: 102px;
}
#menu .current_page_item {
	float:left;
	font-weight: bold;
	padding: 9px 0px 0px 0px;
	text-transform: capitalize;
	width: 102px;
}
#menu .current_page_ancestor {
background:url('images/activetab.jpg') no-repeat left top;
color:#fff;
}
#menu a {
  display: block;
  text-decoration:none;
  color:#3c1b20;
  height: 20px;
  }
#subnav {

background: url('images/barbg.jpg') repeat-x left top;
height: 24px;
}
#subnav #childlist{
list-style:none;
padding-left:55px;
padding-top: 2px;
}
/* End of menu */
#childlist ul {
  list-style:none;
  height: 20px;
  }
#childlist .page_item { 
	background:none;
	float:left;
}
#childlist .page_item a {
  text-decoration:none;
  font-weight: bold;
  color:#3c1b20;
  height: 20px;
  padding-right: 10px;
  }
#childlist .page_item a:hover {
  text-decoration:underline;
  }
#childlist .current_page_item a{
 color: #fff;
 }
#childlist .current_page_item a:hover{
 text-decoration:underline;
 }