@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px auto;
	font-family: "Trebuchet MS", "Lucida Sans", "sans serif";
	font-size: 80%;
	line-height: 130%;
	height: auto;
	color: #333333;

}
.menu_list {
	font-size: 100%;
	line-height: 120%;
	width: 192px;
	background-color: #005A71;
	height: 100%;

}
.menu_head { /*this is the 1st menu headings*/
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:0px;
	color:#E3EBFB;
	font-weight:normal;
	background: #327C9F; /*change this to the images you want should be a sideways and a down */
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #265E8C;
	
}
.menu_body {
	display:none;
	width: 192px;
}
.menu_body a{ /*this is the dropped down sections*/
	display:block;
	color:#DBF2F7;
	background-color:#669966;
	padding-left:14px;
	font-weight: normal;
	text-decoration:none;
	line-height:25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 4px;
}
.menu_body a:hover{
	color: #DBFAE7;
	text-decoration:none;
	background-color:#006666; /*hovercolor on dropdown*/
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	border-top-color: #66CC66;
  }
