/* For Menu */

.hand { cursor: pointer; }
.help { cursor: help; }

/* CSS Popout Menu */
#menu
{
	position: absolute;
	top: 0px;
	left: 60px;
	padding: 2px 0px 0px 1px;
	z-index: 2;
	width: 140px;
	color: inherit;
	background-color: #000;
}

#menu a, #menu h2
{
	display: block;
	font: bold 12px/16px arial,helvetica,sans-serif;
	border-top: 1px solid #ccc;
	border-left: 0px solid #bbb;
	border-right: 1px solid #888;
	border-bottom: 1px solid #555;
	white-space: nowrap;
	text-indent: 4px;
	width: 135px;
	text-transform: uppercase;
	text-align: justify;
	text-decoration: none;
	background-repeat: repeat-x;
	background-color: #000;
	background-image: url();
}

#menu a
{
	display: block;
	font: bold 12px/16px arial,helvetica,sans-serif;
	border-top: 1px solid #ccc;
	border-left: 0px solid #bbb;
	border-right: 1px solid #888;
	border-bottom: 1px solid #555;
	white-space: nowrap;
	text-indent: 4px;
	width: 135px;
	text-transform: uppercase;
	text-align: justify;
	text-decoration: none;
	background-repeat: repeat-x;
	background-color: #000;
}

#menu a:visited
{
	background-image: url();
	background-repeat: repeat-x;
	text-indent: 2;
	color: #900;
	text-decoration: none;
}

#menu a:hover
{
	background-image: url();
	background-repeat: repeat-x;
	text-indent: 2;
	text-decoration: none;
	color: #900;
}

#menu a:active
{
	background-image: url();
	background-repeat: repeat-x;
	color: #060;
}

#menu h2
{
	font: bold 12px/16px tahoma,helvetica,sans-serif;
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
	padding: 4;
	width: 134px;
	background-image: url();
	background-repeat: repeat-x;
}

#menu li
{
	list-style-type: none;
	color: #F00;
	background-image: url();
	background-repeat: repeat-x;
	width: 145px;
	
}

#menu ul li
{
	position: relative;
	list-style-type: none;
	color: #FFF;
	background-image: url();
	background-repeat: repeat-x;
	width: 145px;
}

#menu li ul 
{
	position: absolute;
	top: 0;
	left: 145px;
	display: none;
	color: #FF0;
	background-image: url();
	background-repeat: repeat-x;
	width: 145px;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li
{
	height: 1%;
	width: auto;
}

* html #menu ul li a { height: 1%; }

/* End */
div#menu ul, #menu ul ul, div#menu ul ul ul
{
	margin: 0;
	padding: 0;
	list-style-image: none;
	width: 145px;
}

div#menu ul ul, div#menu ul ul ul, div#menu ul li:hover ul ul, div#menu ul li:hover ul ul ul { display: none; }

div#menu ul li:hover > ul
{
	display: block;
	position: absolute;
	top: 0px;
	left: 136px;
}

div#menu ul ul li:hover ul
{
	display: block;
	color: #FFF;
	background-image: url();
	background-repeat: repeat-x;
} 

div#menu ul ul ul li:hover ul
{
	display: block;
	color: #FFF;
	background-image: url();
	background-repeat: repeat-x;
}

/* Styling for Expand */
#menu a.x, #menu a.x:visited
{
	font-weight: bold;
	text-indent: 5px;
	color: #FFF;
	background-image: url();
	background-repeat: repeat-x;
}

#menu a.x:hover
{
	color: #FFF;
	background-image: url();
	background-repeat: repeat-x;
}

#menu a.x:active
{
	color: #FFF;
	background-image: url();
	background-repeat: repeat-x;
}

h1
{
	text-align: center;
	color: #CCC;
}

h2
{
	text-align: center;
	color: #CCC;
}

h3
{
	text-align: center;
	color: #CCC;
}

h4
{
	text-align: center;
	color: #CCC;
}

h5
{
	text-align: center;
	color: #CCC;
}

hr
{
	width: 100%;
	color: #900;
}

br { clear: both; }

u { color: #F00; }

span
{
	color: #F00;
	font-variant: small-caps;
}

#infotable
{
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

#boatreg
{
	color: #F00;
	text-decoration: none;
	text-align: center;
	font-style: oblique;
}

a:link
{
	color: #CCC;
	text-decoration: none;
}

a:visited
{
	color: #CCC;
	text-decoration: underline;
}

a:hover
{
	color: #C00;
	text-decoration: blink;
}

a:active
{
	color: #C00;
	text-decoration: blink;
}

a.nav:link
{
	color: #C00;
	text-decoration: none;
}

a.nav:visited
{
	color: #CCC;
	text-decoration: underline;
}

a.nav:hover
{
	color: #C00;
	text-decoration: blink;
}

a.nav:active
{
	color: #CCC;
	text-decoration: none;
}

