﻿/* CSS Document for main menu on top */
#menu {
	height: 34px;
}
	#menu ul {
		width: 750px;
	}
	#menu li {
		width: auto;
	}
	#menu li, #menu li a {
		height: 34px;
		display: block;
		float: left;
		line-height: 34px;
		vertical-align: middle;
	}
	#menu li, #menu li a {
		float: left;
	}
	#menu a span {
		display: none;
	}


/* ALL MENU ITEMS */

a#about {
	width: 109px;
	background: url(../images/about.jpg) center left no-repeat;
}
a#shop {
	width: 88px;
	background: url(../images/shop.jpg) center left no-repeat;
}
a#gallery {
	width: 103px;
	background: url(../images/gallery.jpg) center left no-repeat;
}
a#links {
	width: 91px;
	background: url(../images/links.jpg) center left no-repeat;
}
a#commingsoon {
	width: 151px;
	background: url(../images/commingsoon.jpg) center left no-repeat;
}

