/* CSS Document */

	.navbk {
		background-image:url(../../01_img/02_nav/bk.gif);
		background-repeat:repeat-x;
		height:27px;
		text-align:left;
		vertical-align:middle;
		margin:0px;
		padding:0px;
		color:#ffffff;
		font-family:arial;
		font-size:12px;
		}


	#navbar {
		width:121px;
		height:27px;
		float:left;
		}
	
	.navbar {
		width:121px;
		height:27px;
		float:left;
		}

	.navbar2 {
		width:245px;
		height:27px;
		float:left;
		background-image:url(../../01_img/02_nav/bk.gif);
		background-repeat:repeat-x;
		}


/* Home button */

	#home
		{
  		display: block;
  		width: 121px;
  		height: 27px;
  		background: url(../../01_img/02_nav/home.gif) no-repeat 0 0;
		}

	#home:hover
		{ 
  		background-position: 0 -27px;
		}

	#home span
		{
  	display: none;
		}

/* About Us button */

	#aboutus
		{
  		display: block;
  		width: 121px;
  		height: 27px;
  		background: url(../../01_img/02_nav/aboutus.gif) no-repeat 0 0;
		}

	#aboutus:hover
		{ 
  		background-position: 0 -27px;
		}

	#aboutus span
		{
  	display: none;
		}

/* Boats button */

	#boats
		{
  		display: block;
  		width: 121px;
  		height: 27px;
  		background: url(../../01_img/02_nav/boats.gif) no-repeat 0 0;
		}

	#boats:hover
		{ 
  		background-position: 0 -27px;
		}

	#boats span
		{
  	display: none;
		}

/* Video button */

	#video
		{
  		display: block;
  		width: 121px;
  		height: 27px;
  		background: url(../../01_img/02_nav/video.gif) no-repeat 0 0;
		}

	#video:hover
		{ 
  		background-position: 0 -27px;
		}

	#video span
		{
  	display: none;
		}

/* Contact button */

	#contact
		{
  		display: block;
  		width: 121px;
  		height: 27px;
  		background: url(../../01_img/02_nav/contact.gif) no-repeat 0 0;
		}

	#contact:hover
		{ 
  		background-position: 0 -27px;
		}

	#contact span
		{
  	display: none;
		}


