/* generate horizontal menu bar */
/* */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/*.mattblacktabs{*/
/*overflow: hidden;*/
/*border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
/*}*/
/*change .mattblacktabs to id from class #topmenubar */
#hnavbar 
	{
	background-color: white;
	margin-top: 2px;
	margin-bottom: 2px;
	height: 23px;
	border-top: 2px solid #800000;
	border-bottom: 2px solid #800000;
	}
#topmenubar ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font-size: 100%;
font-weight: bold;
list-style-type: none;
}

#topmenubar li{
display: inline;
margin: 0;
}

#topmenubar li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding:1px 40px; /*padding inside each tab first size for vertical; second for horizontal*/
border-right: 1px solid white; /*right divider between tabs*/
border-left: 1px solid white; /*left divider between tabs*/
color: black;
background: white; /*background of tabs (default state)*/
}

#topmenubar li a:visited{
color: black;
}

#topmenubar li a:active{
background:color: #C8B560;
}

#topmenubar li a:hover
{
background: #800000; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: white;
}

#topmenubar li.selected a
{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
/* end of generate horizontal menu bar */

/* highlight active page*/
/* each page has an identical id, so too for link*/
body#home a#homenav,
body#rates a#ratenav,
body#special a#specialnav,
body#location a#locationnav,
body#contact a#contactnav,
body#reservation a#reservationnav
{
color: white;
background: #800000;
}

#bottommenubar{
	margin-right: auto;
	margin-left: auto;
font: 12px Arial;
border:0px solid red;
width:510px;
}
#bottommenubar ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
list-style-type: none;
}

#bottommenubar li{
display: inline;
margin: 0;
}

#bottommenubar li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding:2px 15px; /*padding inside each tab first size for vertical; second for horizontal*/
border-right: 1px solid white; /*right divider between tabs*/
border-left: 1px solid white;
color: white;
background: #808080; /*background of tabs (default state)*/
}

#bottommenubar li a:visited{
color: white;
}

#bottommenubar li a:active{
background:color: #800000;
}

#bottommenubar li a:hover
{
/*background: #800000; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
text-decoration: underline;
}

#bottommenubar li.selected a
{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

#bottommenubar1{
font: bold 11px Arial;
}
#bottommenubar1 ul{
margin-left:15%;
margin-right:10%;
margin-top:0;
margin-bottom:0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
list-style-type: none;
}

#bottommenubar1 li{
display: inline;
margin: 0;
}

#bottommenubar1 li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding:5px 20px; /*padding inside each tab first size for vertical; second for horizontal*/
border-right: 1px solid white; /*right divider between tabs*/
border-left: 1px solid white; /*right divider between tabs*/
color: white;
background: #003333; /*background of tabs (default state)*/
}

#bottommenubar1 li a:visited{
color: white;
}

#bottommenubar1 li a:active{
background:color: #800000;
}

#bottommenubar1 li a:hover
{
/*background: #800000; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
text-decoration: underline;
}

#bottommenubar1 li.selected a
{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

