.jqueryslidemenu {
	background:none;
	height:31px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.jqueryslidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.jqueryslidemenu ul li {
	background:url(../images/others/thanhduc_09.png) no-repeat;
	background-position:right;
	position: relative;
	display: inline;
	float: left;
	margin-right:2px;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	display: block;
	line-height:28px;
	font-size:12px;
	font-weight:normal;
	color: #000;
	padding: 0px 16px;
	text-decoration: none;
}
.jqueryslidemenu ul li a:hover {
	color: #000;
	background:url(../images/others/thanhduc_08.png) repeat-x top;
	text-decoration:none;
	border:1px solid #D8D8D8;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.jqueryslidemenu ul li a.active, .jqueryslidemenu ul li a.selected, .jqueryslidemenu ul li a.link {
	color: #000;
	background:url(../images/others/thanhduc_08.png) repeat-x top;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #D8D8D8;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	position: absolute;
	left: 0;
	top:0;
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li {
	top: 0px;
	z-index:9999;
	margin:0;
	left:0px;
	background:none;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	width: 190px; /*width of sub menus*/
	padding-left:12px;
	text-transform:none;
	line-height:30px;
	text-align:left;
	color:#333;
	border:0;
	border-bottom: 1px solid #DBDBDB;
	white-space: nowrap;
	background:#EAEAEA;
}
.jqueryslidemenu ul li ul li a:hover { /*sub menus hover style*/
	background: #0A4984;
	border:0;
	color: #FFF;
}

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
	display:none;
}
.rightarrowclass {
	display:none;
}