.jqueryslidemenu{
	font: normal 11px Verdana;
	background: #005841 url("images/bg_main.png");
	width: 940px;
	letter-spacing: 1px;
	border: 1px none #FFFFFF;
	padding-top: 2px;
	float: left;
	height: 48px;
	padding-bottom: 1px;
	margin: 0px;
}

.jqueryslidemenu ul{
	margin: 0;
	padding: 0 0 0 14px;
	list-style-type: none;
	background-color: #005941;
	z-index: 99;
	
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
}



/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block; /*background of tabs (default state)*/
	color: white;
	padding: 10px 16px 10px 14px;
	border-right: 1px dotted #6A9B92;
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}

.jqueryslidemenu ul li a:visited, .jqueryslidemenu ul li a:active{
	display: block; /*background of tabs (default state)*/
	color: #B5CACE;
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-color: #73A199;
	border-top-style: none;
	border-right-style: dotted;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #73A199;
}



* 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: #69938B; /*tab link background during hover state*/
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px none #73A199;
	border-right: 1px dotted #618D85;
	border-bottom: 1px none #73A199;
	border-left: 1px none #73A199;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	font-size: 11px;
	background-color: #2F403C;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
	font-size: 11px;
	background-color: #293D37;
}

/*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{
	width: 180px; /*width of sub menus*/
	padding: 10px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #44645D;
}

.jqueryslidemenuz 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;
}
