
body 
{
  color: black;
  background-color: white;
  text-align: left;
  background-repeat: repeat-y;
  font-family : Verdana, Georgia;
}

#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 0px;
width: 160px;
line-height:40px;
padding: 0px 0px 0px 10px;
font-variant : small-caps;
font-family : Verdana, Georgia;
font-size : 14px;
font-weight: bold;
bbackground-color: #036;
bborder-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
bbackground-color: #369;
color: black;
}

table.spec
{
font-size : 12px;
width: 200px;
height: auto;
border: 1px solid #666;	
padding: 0px 0px 0px 0px
}

tr.specheader
{
background-color: #369;
font-weight: bold;
color: navy;


}

#nav, #nav ul 
{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	display: block;
	color: white;
}

#nav a {
	text-decoration : none;
	color: white;
	display : block;
	font-variant : small-caps;
	font-family : Verdana, Georgia;
	font-size : 12px;
	
}

#nav li { /* all list items */
	gfloat: left;
	display : block;
	font-weight: bold;
	color: white;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	color: white;
	background-image:url('http://www.galeforceboats.com.au/images/bg.jpg');
	background-repeat:repeat-y;
	border:1px outset navy;
	width: 120px;
	font-weight: 400;
	display : none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li 
{ 
  width: 160px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left:60px;
	width: 140px;
	text-decoration : none;
	display: block;
}

