/*THE MENU CSS - D3CORP - MJP - 08-09 */


.menu-category {
	width: 100%;
	padding: 4px;
}

.category-title {
	color: #ffffff;
	font-size: 13px;
	font-weight:bold;
}

.category-content {
	font-size: 12px;
	color: #fff;
}

.menu-image {
	border: 1px solid #fff;
	padding: 2px;
	float: right;
}

.items-wrapper {
	width: 95%;
	margin: 0 0 15px 10px;
	padding: 5px;
	font-size: 11px;
}

ul.menu1 {
	list-style: none;
	padding: 3px 0 10px 0;
	border-bottom:dotted 1px #ffffff;
}

li.menu1 {
	padding: 3px;
}

.menu-left {
	float: left;
	color: #ffe1ba; 
}

.menu-right {
	float: right;
	color: #ffe1ba; 
}

.menu-button li, .menu-button ul {
margin:0 0 0 0;
padding-right:5px;
list-style: none;
list-style-type: none;
display: inline;
}
	
.menu-button a {
background-position:top left;
height:142px;
padding: 0;
margin: 0;
}

.menu-button a:hover{
background-position:bottom left;
}

	