body {behavior:url("../css/hover.htc");height:100%; overflow: auto;}

a { text-decoration: none;
	color: #004e5d;

}

div.content
  {
  height: 100%;
  overflow: auto;
  }
  
 
#menu {
	position: fixed;
	border-left: solid 7px #B48A00;
	width: 117px;	
	left: 60px;
	top: 50px;
	padding: 0px; 
	
}

#menu a:hover { cursor: pointer; background-color: red; text-decoration: none; }
div.menuitem { font-size: 85%; text-align: right; background-color: #ffde99; border-top: 1px solid #f9d080; padding: 3px; width: 117px;
/*	height: 15px; */
}

div.menuitem:hover {
	background-color: #FFD686;
/*	cursor: pointer;   */
}





#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFD686;

}


#dropmenudiv a:link {
	color: #004e5d;
}

#dropmenudiv{
position:fixed;
border:0px solid black;
border-bottom-width: 0;
font-size: 85%;
	text-align: right;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 8px;
border-bottom: 1px solid #F9D080;
padding: 3px 0;
text-decoration: none;
font-weight: normal;
color: #004e5d;
}


#submenudiv a:hover{ /*hover background color*/
background-color: #FFD686;

}

#submenudiv{	
	font-size: 85%;
	text-align: left;
	position:fixed;
	border:0px solid black;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
}

#submenudiv a{
width: 100%;
display: block;
text-indent: 8px;
border-bottom: 1px solid #F9D080;
padding: 3px 0;
text-decoration: none;
font-weight: normal;
color: #004e5d;;
}
