/* Dev server */

body {behavior:url("/matilda/GOLIVE/web-content/css/hover.htc");}


/* Live server*/

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

a:link {
	text-decoration: none;
}

div.menuitem { text-decoration: none; font-size: 7pt; color: #fff; text-align: center; padding: 10px 5px; line-height: 0;
/*	border-top: solid 3px #C4CF67; */	
	overflow:hidden ; display: block;
/*	height: 15px; */
}



div.menuitem:hover { cursor: pointer; }
.menuitem:hover { cursor: pointer; }

#dropmenudiv{ background-color: #7f8b67; position:absolute; font-size: 7pt; z-index:100; }

#dropmenudiv a{ background-color: #7f8b67; width: 100%; display: block; text-indent: 8px; padding: 3px 0; text-decoration: none; font-weight: normal; color: #ffffff; }

#dropmenudiv a:hover{ /*hover background color*/
  background-color: #455049;
}
a.nav:link, a.nav:visited { color: #fff; font-size: 7pt; text-decoration: none; padding: 10px 5px; display: block; }
a.nav:hover, a.nav:active { color: #fff; font-size: 7pt; background-color: #7f8b67; background-image: url(../images/green03.gif); text-decoration: none; padding: 10px 5px; display: block; }
#submenudiv a:hover{ /*hover background color*/
  background-color: #248AD2;

}
#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: 1px solid #297BB5;
}
