html {
	overflow: scroll;
} 
body {
	font: 75%/120% Verdana,Arial, Helvetica, sans-serif;
}
a.five:link { color: white; font-size: 10pt; text-decoration: none }
a.five:visited { color: white; font-size: 10pt; text-decoration: none }
a.five:hover { color: green; font-size: 10pt; text-decoration: none }

.menu_list {
	float: left;
	width: 450px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	font-weight:bold;
	background: #eef4d3 center right no-repeat;
}
.menu_body {
	display:none;
}
.short_title, .title, .sum, .desc
{
	display:block;
	padding-left:10px;
}
.short_title { color: green; }
.menu-number { float: left; color: green }
.title { float: left; color: #ba0000}
.price { float: right;	color: #ba0000}
.desc { width: 90%; padding-left: 26px; color: green }
.clear { clear: both; }
.menucalc
{
	float: left;
	width: 350px;
	background-color: #eef4d3;
	margin-left: 10px;
	padding: 3px;
	border: 1px solid black;
	cursor: crosshair;
}
.menucalc_row
{
}
.menucalc_sum
{
	float: right;
	padding-right: 5px;
}
.menucalc_price
{
	display: none;
}
.menucalc_amount
{
	float: left;
	width: 15%;
}
.menucalc_title
{
	float: left;
	padding: 0px 3px 0px 3px;
	margin: 1px 3px 1px 1px;
	width: 55%;
}
.menucalc_price
{
	float: right;
	padding: 0px 3px 0px 3px;
	margin: 1px 3px 1px 1px;
	text-align: right;
}
.menucalc_total
{
	padding: 0px 3px 0px 3px;
	margin: 1px 3px 1px 1px;
	border-width: 1px 0px 3px 0px;
	border-style: double;
	border-color: black;
	text-align: right;
	clear: both;
}
.menucalc_delete
{
	color: white;
	clear: left;
	float: left;
	border: 1px solid white;
	padding: 0px 3px 1px 3px;
	background-color: #ba0000;
	margin: 0px 3px 1px 1px;
}

UL.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

UL.tabNavigation LI {
	display: inline;
}

UL.tabNavigation LI A {
	padding: 3px 5px;
	background-color: #990000;
	color: #ccc;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
	background-color: white;
	color: #ba0000;
	font-weight: bold;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #ba0000;
	
	padding-top: 7px;
}

UL.tabNavigation LI A:focus {
	outline: 0;
}

div.tabs > div {
	padding: 5px;
	margin-top: 3px;
}

div.tabs > div h2 {
	margin-top: 0;
}

#home {
}

#menu {
}

#contact {
}

.waste {
	min-height: 1000px;
}

.warning
{
	color: #ba0000;
}

.news
{
	font-style: italic;
}

