/* 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;
}
#navigation {
	float: right;
	width: 100%;
}
#menu { 
  float: right;
  width: 100%;

}

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

#menu li {  /*this is the main menu item */
	cursor:pointer;
	/*  background:#94C5EB  url(../images/arrows.png) no-repeat right top;*/
  	background: #036  url(../images/arrows.png) no-repeat right top;
	border-bottom: 1px solid #FFCC00;
	font-size: 115%;
	padding-top: 2%;
	padding-bottom: 2%;
	margin: 4% 0;
/*	background-color: #444;*/
}

#menu li a {
  text-decoration: none;
}

#menu>li>a { 
  	padding: 2px 10px;
  	font-weight:bold;
  	color: #D3B95C;	/*this font color works on the main item */
}

#menu li li {
	cursor:auto;
	border:0;
	padding:0;
	padding-right: 14px;
	padding-left: 1%;
	/*	color: #D3B95C;*/
	color: #000066;
	font-size: 100%;
	background-color: #C1D3FF; /*this background color works on the main item */
	background-image: none;
}

#menu li li a hover {
	color: #FFCC00;
	text-decoration: underline;
}

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