/*Css code concerning menu goes here*/




#menu {
	
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 500px;
	height: 130px;
	border : 0px solid #666;
	position: relative; top: 20px; left: 220px;
	font-family: "Trajan Pro";
	font-size: 15px;

}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Trajan Pro";

}
#menu a {
	background: url("../pictures/grfx/menubg2.jpg") bottom right no-repeat;
	color: #000000;
	display: block;
	float: left;
	margin: 0;
	padding: 80px 16px 20px;
	text-decoration: none;
}

#menu a:hover {
	background: #fae6f0 url() bottom center no-repeat;
	color: #000000;
	padding-bottom: 8px;

}



/*Css code concerning choice of store goes here*/




#storenames {
	
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 45px;
	border : 0px solid #666;
	position: relative; top: 20px; left: -10px;
	font-family: "Trajan Pro";
	font-size: 15px;
}

#storenames li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Trajan Pro";

}
#storenames a {
	background: url() bottom right no-repeat;
	color: #000000;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 10px 10px;
	text-decoration: none;
}

#storenames a:hover {
	background: #fae6f0 url() bottom center no-repeat;
	color: #000000;
	padding-bottom: 8px;

}


