.header{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
border: 0px;
background: #FFFFFF;
}

.openheader{ /*class added to contents of 1st demo when they are open*/
background: #FFFFFF;
}

.content{
background: white;
filter:alpha(opacity=90); -moz-opacity: 0.90;   opacity: 0.90;-khtml-opacity: 0.90;
height: 345px;
}

.dinnermenu{
width: 0px;
height: 0px;
overflow: hidden;
}

.lunchmenu{
width: 0px;
height: 0px;
overflow: hidden;
}

.drinksmenu{
width: 0px;
height: 0px;
overflow: hidden;
}

.page{
background: none;
height: 345px;
overflow: hidden
}

p {color: #A89B8E}
p {text-align: left}
p {font-family: georgia}
p {font-size: 8pt}
p {font-weight: none}
p {margin-left: 0}
p {margin-right: 0}
p {margin-top: 10px}
p {margin-bottom: 0}

h1 {color: #A89B8E}
h1 {text-align: left}
h1 {font-family: georgia}
h1 {font-size: 10pt}
h1 {font-weight: bold}
h1 {margin-left: 0}
h1 {margin-right: 0}
h1 {margin-top: 0}
h1 {margin-bottom: 0}

h2 {color: #E11B19}
h2 {text-align: left}
h2 {font-family: georgia}
h2 {font-size: 10pt}
h2 {font-weight: bold}
h2 {margin-left: 0}
h2 {margin-right: 0}
h2 {margin-top: 0}
h2 {margin-bottom: 0}

h3 {color: #A89B8E}
h3 {text-align: right}
h3 {font-family: georgia}
h3 {font-size: 7pt}
h3 {font-weight: none}
h3 {margin-left: 0}
h3 {margin-right: 0}
h3 {margin-top: 0}
h3 {margin-bottom: 0}

a:link {COLOR: #E11B19; TEXT-DECORATION: none}
a:visited {COLOR: #E11B19; TEXT-DECORATION: none}
a:hover {COLOR: #C2B9B0; TEXT-DECORATION: underline}