.jqueryslidemenu { /* Background menu */
	font: bold 11px Arial;
	background: rgb(177,178,174); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(177,178,174,1) 0%, rgba(192,196,184,1) 100%, rgba(179,190,173,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(177,178,174,1)), color-stop(100%,rgba(192,196,184,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(177,178,174,1) 0%,rgba(192,196,184,1) 100%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(177,178,174,1) 0%,rgba(192,196,184,1) 100%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(177,178,174,1) 0%,rgba(192,196,184,1) 100%,rgba(179,190,173,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(177,178,174,1) 0%,rgba(192,196,184,1) 100%,rgba(179,190,173,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b2ae', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
	width: 100%;
	height:30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.jqueryslidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:9999;
}
/*Top level list items*/
.jqueryslidemenu ul li {
	position: relative;
	display: inline;
	float: left;

}
/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	font: bold 11px Tahoma;
	display: block;
	background: rgb(177,178,174); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(177,178,174,1) 0%, rgba(192,196,184,1) 100%, rgba(179,190,173,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(177,178,174,1)), color-stop(100%,rgba(192,196,184,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(177,178,174,1) 0%,rgba(192,196,184,1) 100%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(177,178,174,1) 0%,rgba(192,196,184,1) 100%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(177,178,174,1) 0%,rgba(192,196,184,1) 100%,rgba(179,190,173,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(177,178,174,1) 0%,rgba(192,196,184,1) 100%,rgba(179,190,173,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b2ae', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
	/*background: #0b49a5; /*background of tabs (default state)*/
    padding: 8px 10px;
	border-right: 1px solid #ff;
	color: #444;
	text-decoration: none;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	-moz-border-radius: 2px;
	text-shadow:2px 1px 3px #676767;
	
}
* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
	color: #ffffff;}
.jqueryslidemenu ul li a:hover {
	background: #0070bb url(../images/menu.gif) repeat-x;
	color: #666;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	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 ul {
	top: 0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	font: normal 8pt Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	/*border-bottom: 1px solid #ff;*/
border-top: 1px solid #ffffff;
}
.jqueryslidemenu ul li ul li a:hover { /*sub menus hover style*/
	background: #eff9ff;
	color: black;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
