body { 
	behavior:url("csshover.htc"); 
}

.menux_img{
	vertical-align: center;
	width: 714px;
}

.menux{
	width: 714px;
	margin-left: 17px;
	height: 50px;
	background: #577990;
	background-image : url(images/nh.png);

}

	
.menux ul {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;



	}

.menux ul li {
	float: left;
	padding: 11px 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	position: relative;
	z-index: 1000;
	color: #FFF;
	height: 28px;
	line-height: 28px;
	background: #577990;
   font-size: 90%;
   cursor: hand;
	background-image : url(images/nh.png);
}

.menux ul li:hover {

	background: #96B533;
        color: black;
	background-image : url(images/h.png);

}
	
.menux ul li ul {
	position: absolute;
	left: 0px; 
	top: 50px;
	1padding-top: 1px;
	display: none;
	z-index: 1000;
	line-height: 1.6em;
	width: 160px;
	
}
	
.menux ul li a {
	color: #646464;
	text-transform: uppercase;
}

.menux li a {
	text-decoration: none;
}

.menux li:hover a {
	color: #000;
	display: block;
	
}

.menux li li a:hover, .menux li:hover li a:hover {
	color: #FFF;
}

.menux li:hover li  {
	background: #96B533;
	border-top: 1px solid #FFF;
	padding: 0;
}

.menux li:hover li a {
	color: #FFF;
	font-size: 90%;
	font-weight: normal;
	width: 160px;
	text-indent: 20px;
	text-align: left;
	background: url(i/bullet_greensqr.gif) no-repeat 20px center; 
}

.menux li ul li a {
	padding: 0px 5px;
}

.menux li:hover ul { 
	display: block; 
} 
