/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	190px;	
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	185px; /* match ul width */
	top:	0;
	width: 180px;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** DEMO SKIN ***/
#np_v_menu .sf-menu {
	float:			none;
	margin-bottom:	0em;	
}
#np_v_menu .sf-menu a {
	border-left:	0px solid #fff;
	border-right:	0px solid #fff;
	border-bottom:	1px dotted #CFDEFF;
	padding: 		.75em .8em;
	text-decoration:none;
}
#np_v_menu .sf-menu a, 
#np_v_menu .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#0981a3;
	font-weight: bold;
	background: url(images/arrow10.jpg) no-repeat 3px 8px;
	padding-left: 20px;
}
#np_v_menu .sf-menu li a.current{
	color: white;
	background-color:		#58bcd9;	
}
#np_v_menu .current{
	
	font-weight:	bold;
	color:			#ffffff;
}
#np_v_menu .sf-menu li {	
	background :none;
}
#np_v_menu .sf-menu li li {
	background:		#c7ceff;	/*Mau nen cua submenu*/
}
#np_v_menu .sf-menu li li li {
	background:		#9AAEDB;
}
/* style khi item duoc chon*/
#np_v_menu .sf-menu li:hover, 
#np_v_menu .sf-menu li.sfHover,
#np_v_menu .sf-menu a:focus, 
#np_v_menu .sf-menu a:hover, 
#np_v_menu .sf-menu a:active {
	background:		#58bcd9;
	font-weight:	bold;
	color:			#ffffff;
	outline:		0;
}

/*** arrows **/
#np_v_menu .sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
#np_v_menu .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* 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 */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#np_v_menu .sf-menu ul 
#np_v_menu .sf-sub-indicator {
	 background-position:  -10px 0;	 
}
#np_v_menu .sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#np_v_menu .sf-menu ul a:focus > .sf-sub-indicator,
#np_v_menu .sf-menu ul a:hover > .sf-sub-indicator,
#np_v_menu .sf-menu ul a:active > .sf-sub-indicator,
#np_v_menu .sf-menu ul li:hover > a > .sf-sub-indicator,
#np_v_menu .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}