
html	{
	height: 100%;   /* needed by Netscape to prevent it going crazy*/
}

body{
	background-color: #d8cb00;
	font-family: arial;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}



table.main{
	background-color:#FFFFFF; 
	color:black;
	border:2px solid black;
	padding: 0px;
}

table.menu{
	/*background-color:#87AEC5;*/
	color:black;
	width:100%;
}

table.outter{
	/*background-color:#87AEC5;*/
	color:black;
}


img{
     border:1px solid #000000;
     padding:1px;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
 h1 { 
  border-bottom:1px dotted #d8cb00;  
  color:#000000;  
  font-size:160%;  
  letter-spacing:-2px; 
  line-height:0.9em; 
  margin:0px; 
  padding:15px 10px 0px; 
  text-transform:lowercase; 
  word-spacing:1px; 
  }
 h2 { 
  border-bottom:1px dotted #d8cb00;  
  color:#000000;  
  font-size:130%;  

  line-height:0.9em; 
  margin:0px; 
  padding:15px 10px 0px; 
  text-transform:lowercase; 
  word-spacing:1px; 
  }
hr{
	color: #003B62;
}

strong{
	font-size: 100%;
}

a:link, a:visited{
	font-size:90%;
	text-decoration: underline;
	font-weight: 500;
	color:black;
}
a:hover{
	text-decoration: none;
	color: #C02020;
	text-decoration: underline;
	word-spacing: 0px;
}

/* Menu CSS */
ul.nav{
	overflow:hidden;
	list-style-type:none;
	zoom:1;
	margin:0;
	padding:0;
}

ul.nav li{	
	display:block;
	float:left;
	background:url(images/dot.gif?) 0 0 repeat-y;
	margin:0 4px 0 -4px; /*use negative margin-left to hide the background image*/
	padding:6px 12px 6px 12px;
	zoom:1;
}

div#copyright{
	width: 100%;
	text-align:center;
}

/* Food menu css */

.cat {
	width: 100%; 
	height: .8em; /* needed by NN6*/
	line-height: 1em;
	border-bottom: 1px dotted gray;
	margin-top: .9em;
	font-size: 1em;

}

div.cat>.itemname, div.subcat>.itemname	{
	position:static; /*IE5 Mac Bug, items are offset */
} 

.itemname	{
	float: left;
	position: relative; /*needed by IE6*/
	top: 5px;
	background-color: white;
	margin-bottom: -.3em;
	border-bottom: solid white .2em;
	padding-right: 10px;
	text-align: left;

}


.num	{
	float: right;
	position: relative; /* needed by IE6*/
	top: 5px;
	background-color: white;
	margin-bottom: -.3em;
	border-bottom: solid white .2em;
	width: 40px;
	padding-right: 10px;
	text-align: right;

}


