/* Menu */

#menu {
	float: left;
	width: 365px;
	height: 150px;
	line-height: 0;
	font-size: 0;
	margin-top: 40px;
}

#menu ul {
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
}

#nav li {
	/*float the main list items*/
}

#nav li a {
	/*for all links in the list*/
	color: #000;
	display: block;
	float:left;
}

#liAbout, #liBest, #liWeight, #liArchives, #liStore, #liContact, #liAbout a, #liBest a, #liWeight a, #liArchives a, #liStore a, #liContact a {
	background: url("../images/menu_bg_06.jpg");
}

#nav span {
	display: none;
}

#nav li {margin: 0;float: left;}

#liAbout a {background-position: 0 0;width:111px;height:85px;}
#liWeight a {background-position: -111px 0;width:143px;height:85px;}
#liArchives a {background-position: -254px 0;width:111px;height:85px;}
#liContact a {background-position: 0 -85px;width:111px;height:65px;}
#liStore a {background-position: -111px -85px;width:143px;height:65px;}
#liBest a {background-position: -254px -85px;width:111px;height:65px;}

#liAbout {background-position: 0 -150px;}
#liWeight {background-position: -111px -150px;}
#liArchives {background-position: -254px -150px;}
#liContact {background-position: 0 -235px;}
#liStore {background-position: -111px -235px;}
#liBest {background-position: -254px -235px;}

#liAbout a:hover, #liBest a:hover, #liWeight a:hover, #liStore a:hover, #liArchives a:hover, #liContact a:hover {
	background-image: none;
}