.menustyle 
{
	background-color:#8C3808;
	border:0px;
	border-style:solid;
	border-color:#8C3808; 
	font-weight:bold;
}
.menuitem 
{
	background-color:#8C3808;
	font-family:verdana;font-size:10px; 
	border:1px;  border-style:solid;border-color:#8C3808;
	padding:2px;padding-left:2px;padding-right:15px;
	cursor:hand;
}
.mouseover
{
	border-right: gray 1px solid;
	padding-right: 15px;
	border-top: gray 1px solid;
	padding-left: 2px;
	font-size: 10px;
	padding-bottom: 2px;
	border-left: gray 1px solid;
	cursor: hand;
	color: Black;
	padding-top: 2px;
	border-bottom: gray 1px solid;
	font-family: verdana;
	background-color: #d6c49e;
	text-decoration: underline;
}
body
{
	font-size: 9px;
	font-family: Verdana;
}
.tableSpacing
{
	padding-bottom: 20px;
	padding-top: 20px;
}
.normalLabel
{
	font-size: 11px;
	font-family: Verdana;
}
.errorLabel
{
	font-size: 11px;
	color: crimson;
	font-family: verdana;
}
.LargeLabel
{
	font-size: 13px;
	
	font-family: Tahoma;
	
}
Table
{
	font-size: 11px;
	font-family: verdana;
}
.mainTable
{
	BORDER-RIGHT: #b4dca0 1px solid;
	BORDER-TOP: #b4dca0 1px;
	BORDER-LEFT: #b4dca0 1px;
	BORDER-BOTTOM: #b4dca0 1px
}
.priceTag {
	border: thin solid #333333;
}
.horizTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.categoryTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}
.MostPopularHead
{
    background-color: steelblue;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold
}
.Notes
{
	font-family:Verdana;
	font-size:11px;
	font-style:italic;
}
.buttonstGreen
{
	font-weight: bold;
	
	color: white;
	font-family: 'Tahoma';
	background-color: #9c9c47;
}
.rightDots {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}