/* CSS Document */

hr {
	color:#CCCCCC;
}

#menu {
	padding-top:20px;

}

#menu h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:0.9em;

	
}

#categories {
	height:50px;
	
}

#categories A {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

#categories A:hover {
	text-decoration:none;
	font-weight:bold;
	color:#561509;

}

#categories .header {
	background-image:url('/img/arrowDown.jpg');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:18px;
	padding-right:20px;
	float:left;
}


#Appetizers {
	padding-top:0px;
	width:474px;
	padding-bottom:20px;
}

.item {
	width:474px;
	padding:0px;
	padding-top:15px;

}

.item #image {
	display:block;
	float:left;
	width:150px;
}

.item #text {
	display:block;
	float:right;
	text-align:left;
	padding-left:15px;
	height:100px;
}

#upperRow {
	display:block;
	width:300px;

}

#upperRow .title {
	display:block;
	float:left;
	font-weight:bold;
	color:#561509;
	font-size:1.2em;
	width:250px;
}

#upperRow .price {
	display:block;
	float:right;
	color:#561509;
}

#lowerRow {
	display:block;
	width:250px;
}

#lowerRow .desc{
	text-align:left;
}

.item .back {
	display:block;
	position:relative;
	float:right;
	font-size:0.9em;
	text-transform:uppercase;
	vertical-align:bottom;
	bottom:0px;
}

.item .back A {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.item .back A:hover {
	color:#561509;
	text-decoration:underline;
}

