@charset "iso-8859-1";
/* author: Vizard Web Design Studios */
/* Creation date: 1/3/2004 */

.nav
		{
			margin: 0px;
			display: inline;
			width: 200px;
			padding: 0px;
			float: left;
                        /* background of nav bar is a dark "year color" */
			background-color: #5080a0;
			color: #000000;
		}

.nav .small
		{
			color: #000000 !important;
			font-size: x-small;
		}	
			
#contactmenu
		{
			color: #000000 !important;
			font-size: 14px;
		}
		
.menutitle
		{
			cursor:pointer;
			margin-left:5px;
			margin-bottom: 5px;
			width:190px;
			padding:0px;

                        /* menu title is light "year color" */
			background-color:#a0d0f0;
			text-align:center;
			font-weight:bold;
			/* border:1px solid #202020; */
			color: #000000;
			display: block;
		}	

.titleup
		{
			margin-top: 5px;
		}
		
.menutitle a:link, .menutitle a:visited
		{
			background-color: #a0d0f0;
			color: #000000;
			text-decoration: none;
			display: block;
		}
		
.menutitle a:hover
		{
			width: 190px;

			background-color: #78a8c8;
			color: #000000;
			text-decoration: none;
			display: block;
		}
		
.submenu
		{
			cursor:pointer;
			width:180px;
			background-color:#78a8c8;
			text-align:center;
			font-weight:bold;
			margin-top: 0.5em;
			margin-bottom: 0.5em;
			margin-left: 10px;
			margin-right: 10px;
			color: #000000;
			display: block;
		}
		

.submenu a:link, .submenu a:visited
		{
			background-color: #78a8c8;
			color: #000000;
			text-decoration: none;
			display: block;
			margin-left: 10px;
			margin-right: 10px
		}
		
.submenu a:link:hover, .submenu a:visited:hover
		{
			background-color: #5080a0;
			color: #000000;
			text-decoration: none;
			display: block;
			margin-left: 10px;
			margin-right: 10px
		}
		
.roundcont 
		{
			width: 250px;
			background-color: #f90000;
			color: #fff000;
		}

.roundcont p 
		{
			margin: 0 10px;
		}

.roundtop 
		{ 
			background: url(menutr-ocean-odyssey.gif) no-repeat top right; 
			border: 0px;
			height: 15px;
		}

.roundbottom 
		{
			background: url(menubr-ocean-odyssey.gif) no-repeat top right; 
			height: 15px;
			width: 200px;
			padding: 0px;
		}

img.corner {
   width: 15px;
   height: 15px;
   text-align: left;
   border: none;
   margin: 0px;
   display: block !important;
   padding: 0px;
   }
