/* CSS Document in ../styles/menus.css*/
#sidemenu{
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 17%;
	height: 100%;
	font-size: 135%;
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bolder;
	text-align: left;
	background-image: url(../images/tree.JPG); 	
}
#navigation { 
	float: right;
	width: 100%;
}
.home {
	background-color: #CCF;
	border-bottom:1px solid #444;
	font-size: 115%;
	padding: 0;
  	margin: 0;
	margin-top: 25%;
	margin-bottom: 15%;	
	color: #000066;
}
#menu { 
  float: right;
  width: 100%;

}

#menu, #menu ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#menu li {
	cursor:pointer;
	/*  background:#94C5EB  url(../images/arrows.png) no-repeat right top;*/
  	background:#CCF  url(../images/arrows.png) no-repeat right top;
	border-bottom:1px solid #444;
	font-size: 115%;
	padding: 0;
  	margin: 0;
	margin-top: 15%;
	margin-bottom: 15%;
/*	background-color: #060;*/
}

#menu li a {
  text-decoration: none;
  	border-bottom:1px solid #444;	
	margin-bottom: 2%;
}

#menu>li>a { 
	padding: 0;
  	margin: 0:
	margin-bottom: 2%;
  	font-weight:bold;
/*  	color: #D3B95C;	*/
	color: #000066;
	border-bottom:1px solid #444;		
}

#menu li li{
	cursor:auto;
	border:0;
	margin: 0;
	padding:0 14px;
	/*	color: #D3B95C;*/
	color: #000066;
	font-size: 100%;
	background-color:#ECECFF;
	background-image: none;
}

#menu>li>li>a{
	color: #000066;
	border-bottom:1px solid #444;	
}

#disclaimer, #intro {
  width: 400px;
}