/* CSS Document */		#nav a {	font: normal 11px Lucida Grande, Lucida Sans Unicode,  Arial, Helvetica, sans-serif;	text-align: center;	display:block;	white-space:nowrap;	margin:0;	}	#nav a, #nav a:visited	/* menu at rest */{	color: white;	text-decoration:none;	}	#nav a:hover	/* menu at mouse-over  */{		}				#nav a.about{	background: url(../imgs/bt_about-us.gif) no-repeat;	height: 37px;	width: 242px;	border: none;}	#nav a.about:hover {	background: url(../imgs/bt_about-us-over.gif) no-repeat;}	#nav a.charter{	background: url(../imgs/bt_charter-services.gif) no-repeat;	height: 37px;	width: 242px;	border: none;}	#nav a.charter:hover {	background: url(../imgs/bt_charter-services-over.gif) no-repeat;}	#nav a.schedual{	background: url(../imgs/bt_scheduled-services.gif) no-repeat;	height: 37px;	width: 242px;	border: none;}	#nav a.schedual:hover {	background: url(../imgs/bt_scheduled-services-over.gif) no-repeat;}	#nav a.contact{	background: url(../imgs/bt_contact.gif) no-repeat;	height: 37px;	width: 242px;	border: none;}#nav a.contact:hover {	background: url(../imgs/bt_contact-over.gif) no-repeat;}	/*taches down-a#nav a.top_parent, #menuh a.top_parent:hover 	{	background-image: url(../imgs/navdown_white.gif);	background-position: right center;	background-repeat: no-repeat;	} /* atrrow to all top-parents */	#nav a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */	{	background-image: url(../imgs/nav_white.gif);	background-position: right center;	background-repeat: no-repeat;	}#nav ul {	list-style:none;	margin:0;	padding:0;	float:left;	width:242px;	/* width of all menu boxes */	z-index: 600;}#nav li {	background-color: #141c41;	position:relative;	margin: 0;	width: 242px;}#nav li span{	line-height: 25px;	letter-spacing: 1px;	font: bold 11px Lucida Grande, Lucida Sans Unicode,  Arial, Helvetica, sans-serif;}	#nav li:hover {	background-color: #1d4fb9;		}	#nav li li{	border-bottom: 1px solid #fff;	padding: 5px 0;}#nav ul ul {	position:absolute;	z-index:500;	top:auto;	display:none;	padding: 1em;	margin:-1em 0 0 -1em;	}#nav ul ul ul {	top:0;	left:100%;	width:100%	}div#nav li:hover {	cursor:pointer;	z-index:100;	}div#nav li:hover ul ul,div#nav li li:hover ul ul,div#nav li li li:hover ul ul,div#nav li li li li:hover ul ul{display:none;}div#nav li:hover ul,div#nav li li:hover ul,div#nav li li li:hover ul,div#nav li li li li:hover ul{display:block;}/* End CSS Popout Menu */
