/* ######################################### */
/* ## UPPER TRIFECTA NAV STYLES           ## */
/* ######################################### */

.menu {
    width: 900px; /* 900px minus border */
	height: 33px;
	padding: 0;
	margin: 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;	
	}

.cssnav	{
    position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background: url(http://cruisesfromcharleston.com/images/btn/btnhover.jpg) no-repeat;	
	width: 100px;
	height: 33px;
	overflow:hidden;/* for ie to hide extra height*/	
	}

.cssnav a {
	display: block;
	color:#000099;
	font-size: 11px;
	font-weight: normal;
	width: 100px;
	height: 33px;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
	}


.cssnav a:link, .cssnav a:visited{
    text-decoration: none;
    }

.cssnav a:hover, .cssnav a:active{
    color:#003366;
	}
			
.cssnav img {	
    width: 100px;
	height: 33px;
	border: 0; }

* html a:hover {
    visibility:visible
	}

.cssnav a:hover img{
    visibility:hidden
	}

.cssnav span {
    position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 94px;
	cursor: pointer;   
	}   

/* Home Button, 4px narrower than other buttons */

.cssnavhm	{
    position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background: url(http://cruisesfromcharleston.com/images/btn/btnhover.jpg) no-repeat;	
	width: 96px;
	height: 33px;
	overflow:hidden;/* for ie to hide extra height*/	
	}

.cssnavhm a {
	display: block;
	color:#000099;
	font-size: 11px;
	font-weight: normal;
	width: 96px;
	height: 33px;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
	}


.cssnavhm a:link, .cssnavhm a:visited{
    text-decoration: none;
    }

.cssnavhm a:hover, .cssnavhm a:active{
    color:#003366;
	}
			
.cssnavhm img {	
    width: 96px;
	height: 33px;
	border: 0; }

.cssnavhm a:hover img{
    visibility:hidden
	}

.cssnavhm span {
    position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 92px;
	cursor: pointer;   
	} 