

/*body {behavior:url("/css/hover.htc");} */

a:link {
	text-decoration: none;
}

div.menuitem { 
	text-decoration: none;
	font-family: arial;
	font-size: 75%; 
	color: #fff;
	text-align: center;
	background-color: #a0590c;	
	line-height: 18px;
/*	border-top: solid 3px #C4CF67; */	
	overflow:hidden ;
/*	height: 15px; */
}



div.menuitem:hover {
	background-color: #C37B2F;
	cursor: pointer;   
}
.menuitem:hover {
	background-color: #C37B2F;
	cursor: pointer;   
	
	
}
a.menuitem {
	color: #FFF;
	font-family: Arial;
  font-size: 80%; 
  text-decoration: none;
}

#dropmenudiv{ background-color: #a0590c; position:absolute; font-family: arial; font-size: 80%; line-height:18px; z-index:100; border-color: #cec291; border-style: solid; border-width: 0 1px 1px; padding-right: 21px; _padding-right: 0px; }

#dropmenudiv a{	
  background-color: #a0590c;	  
  width: 100%;
  display: block;
  border-bottom: 0 solid black;
  padding: 3px 0 3px 21px;
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
  border-top: 1px solid #cec291;
}

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

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

}

#submenudiv{	
	font-size: 80%;
	font-family: arial;
	text-align: left;
	position:absolute;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
}

#submenudiv a{
  background-color: #186AA4;	
  width: 100%;
  display: block;
  text-indent: 8px;
  padding: 3px 0;
  text-decoration: none;
  font-weight: normal;
  color: #FFF;
  border-top: 2px solid #8D6130;
}

#nav { 
	position: absolute;
	top: 325px;
	left: 190px;
}