#menucontainer{
	width:920px;
	position: relative;
	top: 79px;
}

.jqueryslidemenu{
	position:relative;
	font-size:12px;
	font-weight:bold;
	background: url(images/dolphin_bg.gif) repeat-x;
	background-position: 0 4px;					/* fix for IE6 - didn't like bottom */
	padding:0;
	width: 570px;
	float: right;
	height: 33px;
}

.jqueryslidemenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:right;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float:left;
	margin:0 1px;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display:block;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 15px;
	height:33px;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a span{		/***** ALL NEW *****/
	padding:12px 15px 0 0;
	height:21px;
	float:left;
}

.jqueryslidemenu ul li a:hover{
	color:#fff;
	background:transparent url(images/dolphin_bg-OVER.gif) repeat-x bottom left;
}
.jqueryslidemenu ul li a:hover span{		/***** ALL NEW *****/
	display:block;
	width:auto;
	cursor:pointer;
}
.jqueryslidemenu ul li a.current, .jqueryslidemenu ul li a.current:hover{		/***** ALL NEW *****/
	color:#fff;
	background:#1D6893 url(images/dolphin_left-ON.gif) no-repeat top left;
	line-height:275%;	
}
.jqueryslidemenu ul li a.current span{		/***** ALL NEW *****/
	display:block;
	padding:0 15px 0 0;
	width:auto;
	background:#1D6893 url(images/dolphin_right-ON.gif) no-repeat top right;
	height:33px;
}
	
	
/******************************************************/	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	background: url(images/nav-sub-bg.png) no-repeat bottom;
	width: 220px;
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index: 10;
	padding: 8px 0px;
}

/*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{
	display: list-item;
	float: none;
	height: 15px;
	font: normal 11px Verdana;
	width: 204px; /*width of sub menus*/
	padding: 3px;
	margin: 0;
	margin-left: 10px;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
	/*background: #eff9ff;*/
	background: transparent;
	color: #7bc1e5;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
	visibility: hidden;
}

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

#navend {
	float: right;
	width: 60px;
	background: url(images/dolphin_bg_end.gif) no-repeat bottom;
	height: 33px;
}

