/*** DEMO SKIN ***/
#np_top_menu .sf-menu li:hover ul,
#np_top_menu .sf-menu li.sfHover ul {
	left:			0;
	top:			38px; /* match top ul list item height */
	z-index:		99;
	width: 200px;	/*Chieu rong cua submenu*/
}

#np_top_menu .sf-menu {
	float:			none;
	margin-bottom:	0em;
	padding-top:	5px;
}
/*chieu cao item*/
#np_top_menu .sf-menu a {
	border-right:	0px solid #72aaba;
	border-top:		0px solid #CFDEFF;	
	padding-top: 		8px;
	padding-bottom: 	10px;
	padding-left: 		10px;
	padding-right: 		10px;
	text-decoration:none;
	background: url("images/deliver.gif") no-repeat top right;
}
#np_top_menu .sf-menu a, 
#np_top_menu .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000000;
}
#np_top_menu .sf-menu li a.current{
	color: white;
	background:	#5abdd9;
}
#np_top_menu .current{		
	color:#ffffff;			
}
#np_top_menu .sf-menu li {	
	background :none;
	font-weight: bold;
}
#np_top_menu .sf-menu li li {
	background:		#c7ceff;	/*Mau nen cua submenu*/	
}
#np_top_menu .sf-menu li li li {
	background:		#9AAEDB;
}
#np_top_menu .sf-menu li li a {	
	color:#000000;
	font-weight: bold;
}
/****** style khi item duoc chon*/
#np_top_menu .sf-menu li:hover,
#np_top_menu .sf-menu li.sfHover,
#np_top_menu .sf-menu a:focus,
#np_top_menu .sf-menu a:hover,
#np_top_menu .sf-menu a:active {
	background:	#5abdd9;
	text-decoration:none;
	color:#ffffff;	
}



/*** arrows **/
#np_top_menu .sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
#np_top_menu .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			0.7em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
