body  { }
h1 { font-size:16px }
a:link { color:#3333CC}	
a:visited { color:#333399}	

/* These are the style specifications for the menu layers.  
   Set width to get more browsers corporation  */
div.menu  {
	position:absolute;
	left:0px;
	top:-10px;
	z-index:500;
	font-size:9px;
	width:180px;
	background-color: #8CAA6B;
	color:#000;
	border: 2px solid #637744;
	z-index:500;
	visibility: hidden;

}

/* Style specifications for menu items and links  */
div.menu ul {
	margin:0px;
	padding:0px;
	font-size: 9px;

}

/* Need to set padding of at least one pixel or ie sets very large margin */
div.menu ul li {
	margin:0;
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	list-style-type:none;
	text-indent: 5pt;
	border: 1px;
	padding: 1px;




}

/* Set display block and position relative so clicks on list items activate links  */  
div.menu a {
	cursor:default;
	padding:0em;
	margin:0;
	background-color:transparent;
	display:block;
	position:relative;
	text-decoration:none;
	border: #849E5A;

  }
  
div.menu a:link {
	color:#003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
}
div.menu a:visited {
	color:#336633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;

}
div.menu a:hover {
	color:#B7C69B;
	background-color:#1D1D4E;
	border: 0px #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;

}

