/* CoolMenus 4 - default styles - do not edit */
.clCMEvent{position:absolute; width:99%; height:99%; left:0; top:0; visibility:visible}
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{
	position:absolute;
	width:10; height:10;
	background-color:#FF9900;
	visibility:hidden;
}

/*Styles for level 0*/
.clLevel0,.clLevel0over,.nolink {
	position:absolute;
	padding:5px;
	padding-top: 3px;
	font-size:11px;
	background-color: #D7E4F4;
	color: #015673;
	font-weight: bold;
	font-stretch: condensed;
}

.clLevel0 img {
	margin-right: 10px;
}

.clLevel0over {
	background-color:#547393;
	color:white;
	cursor:pointer; cursor:hand;
}

.clLevelBorder {
	position:absolute;
	visibility:hidden;
	background-color:#bbbbbb;
}

.nolink {
	cursor: normal;
	font-weight: normal;
	font-stretch: normal;
}


	#nav {
		/*position: absolute;
		left: 0px;
		z-index: 5;*/
	}

	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 150px;
		z-index: 5;
		font-family: sans-serif;
		font-size: 11px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 150px;
		background-color: #D7E4F4;
		color: #015673;
		line-height: 21px;
		border: 1px solid #bbbbbb;
		z-index: 5;
	}

	#nav .parent, #nav a.parent {
		background-image: url("http://www.cruisingresources.com/style/arrow_space.gif");
		background-repeat: no-repeat;
		background-position: center right;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-left: 150px;
		margin-top : -1.35em;
		margin-top: -22px;
		z-index: 5;
	}

	#nav li ul li, #nav li ul li a {
		width: 170px;
	}

	#nav li ul li ul li, #nav li ul li ul li a {
		width: 200px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		z-index: 5;
		margin-left: 170px;
	}
	
	#nav li ul ul ul {
		left: -999em;
		z-index: 5;
		margin-left: 200px;
	}
	
	#nav li a {
		width: 150px;
		display : block;
		font-weight : bold;
		text-decoration : none;
		background-color: #D7E4F4;
		color: #015673;
		padding : 0;
	}
	
	#nav li a:hover {
		color: #8CFC76;
		color: white;
		background-color: #547393;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul ul ul, #nav li:hover ul ul ul ul ul, #nav li.sfhover ul ul ul ul ul  {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul, #nav li li li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
