/* 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-family: Arial;
	font-size: 75%; 
	color: #fff;
	text-align: center;
	background-color: #186AA4;	
	padding: 3px;
	line-height: 25px;
/*	border-top: solid 3px #C4CF67; */	
	overflow:hidden ;
	display: inline;
/*	height: 15px; */
}



div.menuitem:hover {
	background-color: #248AD2;
	cursor: pointer;   
}
.menuitem:hover {
	background-color: #248AD2;
	cursor: pointer;   
	
}

#dropmenudiv{
  background-color: #186AA4;	  
  position:absolute;
  border:0px solid black;
  border-bottom-width: 0;
  font-family: Arial;
  font-size: 80%; 
  line-height:18px;  
  z-index:100;
}

#dropmenudiv a{	
  background-color: #186AA4;	  
  width: 100%;
  display: block;
  text-indent: 8px;
  border-bottom: 0px solid black;
  padding: 3px 0;
  text-decoration: none;
  font-weight: normal;
  color: #FFFFFF;
  border-top: 1px solid #297BB5;
}

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

#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;
}
