.jqueryslidemenu {height:40px; background:#133357; padding:0;}
.jqueryslidemenu ul {
	margin:0;
	padding:0;
	list-style-type: none;
	background:#fff6d6;
}
/*Top level list items*/
.jqueryslidemenu ul li {
	position: relative;
	display: inline;
	float: left;
	background:url(images/livn.gif) right top no-repeat;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	margin:0px;
	padding:0 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e5d025;
	line-height:38px;
	text-decoration:none;
	display:block;
	border:1px solid transparent;
}
* 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: white;
}*/
.jqueryslidemenu ul li a:hover {
	background:#fff6d6;
	color:#13335b;
	border: 1px solid #0a2eba;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	position: absolute;
	left: 0;
	display: none;
	z-index: 10;
	/*visibility: hidden;*/
	border:#036 solid 1px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
	display: list-item;
	float: none;
	background: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 {
	line-height:15px;
	width: 160px;
	padding: 5px;
	margin: 0;
	border:none;
	color:#13335b;
}
.jqueryslidemenu ul li ul li a:hover { /*sub menus hover style*/
	background: #eff9ff;
	color: black;
	border:none;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

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

