ul.n, ul.ns{ 
	font-family:Arial,verdana,helvetica;
	font-size:100%;
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 0px solid #000000;
}
li.n ul.ns,li.nh ul.ns {
	display: none;
	position: absolute;
	left: 0;
}
li.n,li.nh { 
	float: left;
	position: relative;
}
ul.n li.n a ,ul.n li.nh a, ul.ns li.ns a{
	display: block;
	text-decoration: none;
	background: #ff0000;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	font-weight:bold;
}
ul.n li.n a {
	text-align:center;
	color: #ffffff;
}
ul.n li.nh a {
	text-align:center; 
	color: #000000;
}
ul.ns li.ns a {
	text-align:left;
	padding-left: 5px;
	color: #ffFFFF;
}

ul.n li.n a:link:focus, a.n:visited:focus {-moz-outline:0px;}
ul.n li.n a:link { font-size: 14px; color: #ffffff; font-weight:bold; text-decoration:none;}
ul.n li.n a:visited { font-size: 14px; color: #ffffff; font-weight:bold; text-decoration:none;}
ul.n li.n a:active { font-size: 14px; color: #ffffff; font-weight:bold; text-decoration:none;}
ul.n li.n a:hover { cursor: pointer; font-size: 14px; color: #000000; background-color: #ffffff;font-weight:bold;
 text-decoration:none;}
ul.n li.nh a:hover { cursor: pointer; font-size: 14px; color: #000000; background-color: #ffffff;font-weight:bold;}

li.n.iehover ul.ns ,li.nh.iehover ul.ns { /* iex */
	cursor: pointer;
	display: block;
}
li.n:hover ul.ns ,li.nh:hover ul.ns { 
	display: block;
}