body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	color: #666666;
}


.style5 {font-weight: bold}
.titulo2 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.style1 {	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #800000;
}

.texto2 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}

.texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.linkMais {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}

.titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8c700e;
	vertical-align: bottom;
	text-align: left;
	text-indent: 10px;
}
.subtitulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8C700E;
}
.subtitulo2 {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.textocardapio {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.subtitulocardapio {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #911011;
}
.precos {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

.receita01 {	color: #8C700E;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.receita02 {	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #8C700E;
}
.obs {
	color: #8C700E;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}


#menu {
	width: 680px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
}


ul#primary-nav,
ul#primary-nav ul {
	margin: 0;
	padding: 0;
}


ul#primary-nav li {
    position: relative;
    list-style: none;
    display: inline;
	float:left;
}


.linkmenu {
	display: block;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../img/cafe.png);
	background-repeat: no-repeat;
	background-position: left center;
	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #6A3333;	
}

.linkmenu:hover {
	color: #AA5151;
}

.linksubmenu {
	display: block;
	text-decoration: none;
	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;	
	
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #AA5151;	
}

.linksubmenu:hover {
	color: #6A3333;
}

/* Fix IE. Hide from IE Mac \*/
/** html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }*/
/* End */

ul#primary-nav ul {
    position: absolute;
    display: none;
    left: 0px;   /* Set 1px less than menu width */
    top: 22px;
    }

/*ul#primary-nav li ul li a {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	margin-right: 5px;
}*/

ul#primary-nav li:hover ul ul ,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; top: 17px;} /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; } /* The magic */



.loading {
	float:right;
	height:9px;
	width:100px;
	background-image: url(../img/progressbar_microsoft.gif);
	position: absolute;
	margin-top: 5px;
	display: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.done {
	float:right;
	height:20px;
	width:200px;
	background-image: url(../img/sign_tick.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	position: absolute;
	padding-right: 0px;
	padding-left: 20px;
	color: #666;
	display: none;
}


			.osX .jScrollPaneTrack {
				background: url(images/osx_track.gif) repeat-y;
			}
			.osX .jScrollPaneDrag {
				background: url(images/osx_drag_middle.gif) repeat-y;
			}
			.osX .jScrollPaneDragTop {
				background: url(images/osx_drag_top.gif) no-repeat;
				height: 6px;
			}
			.osX .jScrollPaneDragBottom {
				background: url(images/osx_drag_bottom.gif) no-repeat;
				height: 7px;
			}
			.osX a.jScrollArrowUp {
				height: 24px;
				background: url(images/osx_arrow_up.png) no-repeat 0 -30px;
			}
			.osX a.jScrollArrowUp:hover {
				background-position: 0 0;
			}
			.osX a.jScrollArrowDown {
				height: 24px;
				background: url(images/osx_arrow_down.png) no-repeat 0 -30px;
			}
			.osX a.jScrollArrowDown:hover {
				background-position: 0 0;
			}