body  {
 color: #CCCC99;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

#navcontainer ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}

#navcontainer a {
 display: block;
 color: #FFF;
 background-color: #800000;
 width: 11em;
 padding: 3px 12px 3px 8px;
 text-decoration: none;
 font-weight: bold;
}

#navcontainer a:hover {
 background-color: #5a0000;
 color: #FFF;
}

#navcontainer li li a {
 display: block;
 color: #FFF;
 background-color: #a90202;
 width: 11em;
 padding: 3px 3px 3px 17px;
 text-decoration: none;
 font-weight: normal;
}

.menyHeader {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #CCCC99;
}

.specialHeader {
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

.dish {
	vertical-align: top;
	text-align: left;
}

.price {
	font-weight: bold;
	vertical-align: top;
	text-align: right;
}

.taPrice {
	font-weight: bold;
	color: #FF0000; 
	vertical-align: top;
	text-align: right;
}

.otime {
	text-align: right;
}

a:link		{text-decoration: none; color: #a6a654}
a:active	{text-decoration: none; color: #a6a654}
a:visited	{text-decoration: none; color: #a6a654}
a:hover		{text-decoration: underline; color: #FF0000}
