#CSSMenu1 {
}

/* Level 1 */
#category ul {
	padding: 0;
	margin:0;
	list-style: none;
	font-size: 11px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0px;
}
#category ul li {
	background: transparent url(../img/catalogue-button.gif) no-repeat scroll left center;
}
#category ul li:hover {
	background: transparent url(../img/catalogue-button_hover.gif) no-repeat scroll left center;
}
#category ul li.open {
	background: transparent url(../img/catalogue-button_selected.gif) no-repeat scroll left center;
}

/* Category specific menu images */
#category ul li a {
	position: relative;
	display: block;
	padding-left: 31px;
	margin-bottom: 1px;
	
	height: 			16px;
	line-height: 	16.5px;
	padding-top: 	4px;
	padding-bottom: 5px;

	color: white;
	text-decoration: none;
	z-index: 2;
}

#category ul li a.Mid-10 {
	background: transparent url(../img/menu-10-bell.gif) no-repeat scroll left;
}
#category ul li a.Mid-9 {
	background: transparent url(../img/menu-9-maltidir.gif) no-repeat scroll left;
}
#category ul li a.Mid-1 {
	background: transparent url(../img/menu-1-tacos.gif) no-repeat scroll left;
}
#category ul li a.Mid-2 {
	background: transparent url(../img/menu-2-burritos.gif) no-repeat scroll left;
}
#category ul li a.Mid-8 {
	background: transparent url(../img/menu-8-gorditas.gif) no-repeat scroll left;
}
#category ul li a.Mid-7 {
	background: transparent url(../img/menu-7-chalupas.gif) no-repeat scroll left;
}
#category ul li a.Mid-6 {
	background: transparent url(../img/menu-6-quesedillas.gif) no-repeat scroll left;
}
#category ul li a.Mid-5 {
	background: transparent url(../img/menu-5-salot.gif) no-repeat scroll left;
}
#category ul li a.Mid-4 {
	background: transparent url(../img/menu-4-serrettir.gif) no-repeat scroll left;
}
#category ul li a.Mid-3 {
	background: transparent url(../img/menu-3-nachos.gif) no-repeat scroll left;
}
#category ul li a.Mid-12 {
	background: transparent url(../img/menu-nytt.gif) no-repeat scroll left;
}
#category ul li a.Mid-11 {
	background: transparent url(../img/menu-fresco.gif) no-repeat scroll left;
}
#category ul li a.Mid-13 {
	background: transparent url(../img/menu-veislubakkar.gif) no-repeat scroll left;
}
