/* CSS Document */
table.border{border:2px solid white;}
* html td.padding{padding-right:10px;}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display:inline;
	}

.height
{line-height:15px;}

ul li {
	margin:0;
	padding: 0;
	position: relative;
	float:left;
	line-height:15px;
	width:150px;
	}


.home{width:51px;}
.about{width:104px;}
.about_sub{width:140px;	background-color:#ad8585;}
.store{width:51px;}
.writing{width:64px;}
.writing_sub{width:160px; background-color:#6c8192;}
.stock{width:89px;}
.stock_sub{width:135px; background-color:#a8b678;}
.farms{width:83px;}
.farms_sub{width:245px; background-color:#a38c62;}
.appearances{width:96px;}
.appearances_sub{width:150px; background-color:#968269;}
.recipes{width:62px;}
.contacts{width:68px;}
.links{width:52px;}
.press{width:52px;}
.press_sub{width:125px; background-color:#8d8e80;}

li ul {
	position: absolute;
	left: 0px;
	top: 15px;
	display: none;
	margin: 0;
	padding: 0;
	width:auto;
	line-height:15px;
	text-align:left;
	z-index:60;
	}

ul li a.menu {
	display: block;
	text-decoration: none;
	color:black;
	padding-left: 5px;
	border-bottom: 0;
	}
ul li a.menu:link {
	text-decoration:none;
	color:white;
	font-weight:bold;
	}
ul li a.menu:hover {
	text-decoration:none;
	color:white;
	font-weight:bold;
	}
ul li a.menu:visited {
	text-decoration:none;
	color:white;
	font-weight:bold;
	}
ul li a.about_sub:hover {
	text-decoration:none;
	background-color:#88504f;
	color:white;
	font-weight:bold;
	}
ul li a.writing_sub:hover {
	text-decoration:none;
	background-color:#2c4c63;
	color:white;
	font-weight:bold;
	}
ul li a.stock_sub:hover {
	text-decoration:none;
	background-color:#6d7e38;
	color:white;
	font-weight:bold;
	}
ul li a.appearances_sub:hover {
	text-decoration:none;
	background-color:#694d28;
	color:white;
	font-weight:bold;
	}
ul li a.farms_sub:hover {
	text-decoration:none;
	background-color:#694d28;
	color:white;
	font-weight:bold;
	}
ul li a.press_sub:hover {
	text-decoration:none;
	background-color:#444444;
	color:white;
	font-weight:bold;
	}
	
div.menu
{
background-color:#1c3f53;
width:100%;
height:15px;
overflow:hidden;
left:0;
}



/* Fix IE. Hide from IE Mac \*/
* html .ie_menu_height{margin-bottom:-4px;}
* html ul li { float: left;}
* html ul li a.menu { height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
	display: block; }.bodyquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #003366;
}
