@charset "UTF-8";

body {
	margin: 0 auto;
	text-align: center;
}
#container {
	margin: 0 auto;
	margin-top: 20px;
	width: 800px;
	text-align: left;
}
/* MENU */
.menu {
	width:800px;
	height:25px;
	font-size:0.85em;
	position:relative;
	z-index:100;
	border-right:1px solid #ffffff;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:799px;
	w\idth:800px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:149px;
}
.menu ul li a#home {
	width: 80px;
	background:#fce16f url(../images/menu_bg.gif) repeat-x left top;
	font: bold 15px/50px Arial, Helvetica, sans-serif;
	text-align: center;
}
.menu ul li a#juicebar {
	width: 112px;
	background:#fce16f url(../images/menu_bg.gif) repeat-x left top;
	font: bold 15px/54px Arial, Helvetica, sans-serif;
	text-align: center;
}
.menu ul li a#deli {
	width: 142px;
	background:#fce16f url(../images/menu_bg.gif) repeat-x left top;
	font: bold 15px/50px Arial, Helvetica, sans-serif;
	text-align: center;
}
.menu ul li a#madetoorder {
	width: 160px;
	background:#fce16f url(../images/menu_bg.gif) repeat-x left top;
	font: bold 15px/50px Arial, Helvetica, sans-serif;
	text-align: center;
}
.menu ul li a#sushi {
	width: 74px;
	background:#fce16f url(../images/menu_bg.gif) repeat-x left top;
	font: bold 15px/50px Arial, Helvetica, sans-serif;
	text-align: center;
}
.menu ul li a#catering {
	width: 108px;
	background:#fce16f url(../images/menu_bg.gif) repeat-x left top;
	font: bold 15px/50px Arial, Helvetica, sans-serif;
	text-align: center;
}
.menu ul li a#contact {
	width: 124px;
	background:#fce16f url(../images/menu_bg.gif) repeat-x left top;
	font: bold 15px/50px Arial, Helvetica, sans-serif;
	text-align: center;
}
.menu ul li a:hover {
	color: #b45d12;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	height: 54px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #d46e1b;
	text-decoration:none;
	background:#fce16f;
	text-transform:uppercase;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:148px;
	w\idth:138px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#fce16f;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#fdeca9;
	border: none;
}
.menu ul ul :hover > a.drop {
	background:#fdeca9;
	border: none;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#fce16f;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#fdeca9;
	border: none;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:54px;
	left:0;
	width:149px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:54px;
	t\op:54px;
}
/* position the third level flyout menu */
.menu ul ul ul{
	left:148px;
	top:-1px;
	width:149px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-148px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#fce16f;
	color:#ce6e1c;
	height:auto;
	line-height:1em;
	text-transform:uppercase;
	text-align: left;
	padding:5px 10px;
	width:128px;
	border: none;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}
/* style the top level hover */
.menu a:hover {
	border-bottom: none;
}
.menu ul ul a:hover{
	color:#ce6e1c;
	background:#fdeca9;
	border: none;
}
.menu :hover > a {
	border-bottom: none;
}
.menu ul ul :hover > a {
	color:#ce6e1c;
	background:#fdeca9;
	border: none;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}
#content_container {
	margin-top: 20px;
	padding-top: 20px;
}
#sidebar {
	width: 200px;
	margin-left: 20px;
	float: right;
}
#content {
	width: 560px;
	padding-left: 15px;
}
#content .title {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #91d7e8;
}
#content .price {
	float: right;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #1f88cb;
}
#content a {
	color: #1f88cb;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content p {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #333333;
}
#content h1 {
	color: #1f88cb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: lighter;
	text-transform: uppercase;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #CC6F1B;
}
#content #blog_header {
	background-color: #DFF0FD;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#content #blog_header h1 {
	color: #1f88cb;
	text-transform: none;
	margin: 0px;
}
#content .post {
	border-bottom: 1px solid #1f88cb;
}
#footer {
	margin-top: 15px;
	font: bold 15px Arial, Helvetica, sans-serif;
	background: #b45d12;
	color: #ffffff;
	padding: 8px;
}
#copyright {
	float: left;
}
#phone {
	float: right;
}

.menu ul li a#juicebar { line-height:50px; }