ul.makeMenu, ul.makeMenu ul {
  width: 176px;
  padding: 0px;
  cursor: default;
  margin: 0px;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  text-align:left;
  font-weight:bold;
  font-size:10px;
}

ul.makeMenu .Popout {
	list-style-type: none;
	margin: 0px;
	width: 176px;
	}
ul.makeMenu .Popout a {
	*width: 176px;
    margin: 0px;
	display: block;
	text-decoration: none;
	color:#FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
	padding-right: 10px;
	border-bottom: 1px solid #7790AF;
	}
ul.makeMenu .Popout a:hover {
	background-color: #047EB1;
	margin: 0px;
}
/* that IE 5+ conditional comment makes this only visible in IE 5+ */
ul.makeMenu .Popout {  /* the behaviour to mimic the li:hover rules in IE 5+ */
	behavior:  url(../IEmen.htc);
}
ul.makeMenu .Popouton {
	background-color: #047EB1;
	margin: 0px;
	color: #FFFFFF;
	width: 176px;
	list-style-type: none;
	background-image: url(images/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	}	

ul.makeMenu .Popouton a {
	*width: 176px;
	margin: 0px;
	display: block;
	text-decoration: none;
	color:#FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
	padding-right: 10px;
	border-bottom: 1px solid #7790AF;
	}
ul.childMenu, ul.childMenu ul {
  width: 176px;
  padding: 0px;
  cursor: default;
  margin: 0px;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  text-align:left;
  font-weight:lighter;
  font-size:10px;
  border-bottom: 1px solid #7790AF;
}
ul.childMenu .Subout {
	list-style-type: none;
	margin: 0px;
	width: 176px;
	}
ul.childMenu .Subouton {
	list-style-type: none;
	margin: 0px;
	width: 176px;
	background-image: url(images/subnav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	}	
ul.childMenu .Subout a {
	*width: 176px;
	margin: 0px;
	display: block;
	text-decoration: none;
	color:#FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #047EB1;
	font-weight: normal;
	}
ul.childMenu .Subouton a {
	*width: 176px;
	margin: 0px;
	display: block;
	text-decoration: none;
	color:#B3D8E7;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #047EB1;
	font-weight: normal;
	}	
ul.childMenu .Subout a:hover {
	background-color: #047EB1;
	margin: 0px;
	color: #B3D8E7;
}
