p{
font: 0.8em Verdana,Arial,Verdana; padding-left:10px; padding-right:10px
}

.opentime{
font: 9pt "Trebuchet MS",Verdana,Arial; color:#333333;
}

.menutabs{
width: 100%;
overflow: hidden;
border-bottom: 4px solid #a8c000; /*bottom horizontal line that runs beneath tabs*/
border-top: 4px solid #a8c000; /*top horizontal line that runs above tabs*/
}

.review{
font: 10pt "Trebuchet MS",Verdana,Arial; color:#333333;
border-style:solid; border-color:#a8c000; border-top: 1px; border-right: 2px; border-bottom: 2px; border-left: 1px;
width:80%;
}
.menutabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Arial,Verdana;
list-style-type: none;
}

.menutabs li{
display: inline;
margin: 0;
}

.menutabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #807460; /*background of tabs (default state)*/
}


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

.menutabs li.selected {
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
background: #807460;
color: #000000;
}
.boxtext
{
width: 99%;
border-style: solid;
border-color: #807460;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 20px;
background-color: #ffffd0;
}
.aslhead
{
font-size: 1em;
color: #330099;
margin-top:20px;
margin-left: 10px;
font-weight:bold;
width: 310px;
border-style: solid;
border-color: #330099;
border-width: 2px 0px 2px 0px;
padding: 5px 0px 5px 0px;
}
.boxhead
{
font: bold 15px Arial,Verdana;
color: #ffffff;
background-color: #807460;
margin: 0px 10px 0px 10px;
}
.sidebarright
{
position: relative;
background-color: #ddddff;
width: 11em;
clear: both;
float: right;
margin: 0 0 .5em .5em;
padding: .5em;
font-size: 1em;
border-left: solid 1px #020;
}

