#appetizers {
display: block;
}

#light {
display: none;
}

#dinner {
display: none;
}

#seafood {
display: none;
}

#admiral {
display: none;
}

a.appet {color:white; font-family:Arial, sans-serif; font-size: 14px; font-weight:bold;}
a.appet:hover {color:yellow;}


#footer {
	height:95px;
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:white;
}

#navHolder {
	position:relative;
	top:0px;
	left:0px;
	height:30px;

}
	
.scheduleTable {
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:black;
	}

.scheduleSpring {
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:black;
	background-color: #fee37f;
	}
.schedule {
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	}
	
.scheduleFall {
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:white;
	background-color: #633921;
	}

.rates {
	font-family:Arial, sans-serif;
	color:black;
	font-size:14px;
	background-color: #fff1b9;
	}
.ratesAlt {
	font-family:Arial, sans-serif;
	font-size:14px;
	color:black;
	background-color: #ecdb7d;
	}
	
chartHeader { 
	color:white; 
	background-color:#003300; 
	background:#003300;
	}
	
.homeHeaders {font-family: Trebuchet MS, Verdana, sans-serif; font-weight:bold; line-height: 26px; font-size: 24px; color:#000066;}
.menuHeaders {font-family: Trebuchet MS, Verdana, sans-serif; font-weight:bold; line-height: 22px; font-size: 18px; color:#000066;}
.quoteHeaders {font-family: Trebuchet MS, Verdana, sans-serif; font-weight:bold; line-height: 20px; font-size: 18px; color:#003063;}
.maintext {color:black; text-align:left; font-family:Arial, sans-serif; font-size: 12px;}
.leftColText {color:white; font-family:Arial, sans-serif; font-size:16px; font-weight:bold;}
a.leftColTextLink {color:#0066ff; text-decoration:underline;}
a.leftColTextLink:hover {color:#febf02; text-decoration:underline;}
a.link {color:blue; text-decoration:underline;}
a.link:hover {color:red; text-decoration:underline;}

a.selected {
	float:right;
	}
	
.menulinks {display:block; padding-top:6px;}
.menulinksel {display:block;  padding-top:6px;}
.menulinksleft {display:block; padding-top:4px; padding-bottom:10px; margin-left:5px; }

a.tabItem1Sel {
	display:block; 	
	background: url(../images/tabs_web_on.gif) no-repeat top;
	background-image: url(../images/tabs_web_on.gif) no-repeat top;
	width:86px;
	height:24px;
	text-align:center;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:11px;
	color:black;
	text-decoration:none;
	float:right;
	}
	
a.tabItem2Sel {
	display:block; 	
	background: url(../images/tabs_fine_on.gif) no-repeat top;
	background-image: url(../images/tabs_fine_on.gif) no-repeat top;
	width:98px;
	height:24px;
	text-align:center;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:11px;
	color:black;
	text-decoration:none;
	float:right;
	}


a.menusublinks:hover {
    color:black;
	text-decoration:underline;
	background-color:#bd9410;
    }

.sublinksSpan {
	display:block;
	margin-left:17px;
    padding-top:1px;
	
	}



