.nav {
	background: #fff url(images/caribbean_nav_bg.png) repeat-x top;
	float: left;
	width:98%;
	height:45px;
	z-index:-1;
	}
.nav a {
	font:12px bold Helvetica, Verdana, Arial, sans-serif; 
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:0px; 
	margin:0;
	color: #FFFFFF;
	text-decoration: none;
}

.nev-wrapper {
	clear: both;
	float: left;
}
.nav-left {
	background: url(images/caribbean_nav_left.png) no-repeat top left;
	float: left;
	width: 6px;
	height: 45px;
}
.nav-right {
	background: url(images/caribbean_nav_right.png) no-repeat top right;
	float: left;
	width: 6px;
	height: 45px;
}
.nav ul {
	width: 100%;
	height: 35px;
	float: left;
	margin: 0;
	padding-left:0px;
	padding-top: 0px;
	list-style: none;
	list-style-type: none;
	font-size: 15px;
}
.nav li {
	float: left;
	padding:0;
	position: relative;
	
	list-style: none;
	list-style-type: none;
	background-image: url(images/caribbean_split.png);
	background-repeat: no-repeat;
	background-position: right center;	
	
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 35px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	height: 35px;
	line-height:35px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(images/caribbean_menu_mid.gif) no-repeat top center;
	height: 35px;
	line-height:35px;
	padding-left:10px;
	padding-right:10px;
	display: block;
	float: left;
}
a .menu-right {
	height: 35px;
	line-height: 35px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,                      /* top level*/
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: center -40px;
	height:40px;
	color:white;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	text-decoration:none;
	height:40px;
	}
	
.nav li:hover .sub
{	
display:block;
}

.nav li .sub li .sub1 li .sub1,.nav li .sub li .sub {
display:none;
position: absolute;
}
.nav li .sub li .sub1 li:hover .sub1,.nav li .sub li:hover .sub1 {
display:block;
left:150px;
top:0px;
position: absolute;
}
.nav li .sub {                        /*  level1 , without rounded top image*/  
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(images/caribbean_submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li .sub1 {                      /*  from level2 , with rounded top image*/
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(images/caribbean_submenu_top1.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li ul {
	background: url(images/caribbean_submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 14px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
/* sub menu items   */
.nav li .sub li a{
	color: #09548B;
	line-height: normal;
	margin:0px;
	text-align:left;
	width: 146px;
	padding: 2px 3px 11px;
	padding-right:10px;
	text-indent: 1px;
}
.nav li .sub li a.havechild  {
	color: #09548B;
	background:url(images/caribbean_sub.gif) no-repeat right center ;
	margin:0px;
	text-align:left;
	line-height: normal;
	width: 146px;
	padding: 2px 3px 1px;
	text-indent: 1px;
}
.nav li:hover li a,                   /* sub menu items   */
.nav li.active li a {
	color: #09548B;
	line-height: normal;
	width: 146px;
	padding: 0px 3px 0px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
.nav li:hover li a.havechild:hover,
.nav li.active li a.havechild:hover {
	color: #fff;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(images/caribbean_submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
