@charset "utf-8";
/* CSS Document */

#aocbistroMenu {
	margin: 0px auto;
	width: 1000px;
	height: 30px;
	background-image: url(../images/aocbistro_menuNormal.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#aocbistroMenuItem1 {
	width: 147px;
	height: 30px;
	position: relative;
	left: 3px;
	top: 0px;
}
#aocbistroMenuItem2 {
	width: 96px;
	height: 30px;
	position: relative;
	left: 150px;
	top: -30px;
}
#aocbistroMenuItem3 {
	width: 82px;
	height: 30px;
	position: relative;
	left: 246px;
	top: -60px;
}
#aocbistroMenuItem4 {
	width: 64px;
	height: 30px;
	position: relative;
	left: 328px;
	top: -90px;
}
#aocbistroMenuItem5 {
	width: 130px;
	height: 30px;
	position: relative;
	left: 392px;
	top: -120px;
}
#aocbistroMenuItem6 {
	width: 98px;
	height: 30px;
	position: relative;
	left: 522px;
	top: -150px;
}
#aocbistroMenuItem1 a, #aocbistroMenuItem2 a, #aocbistroMenuItem3 a, #aocbistroMenuItem4 a, #aocbistroMenuItem5 a, #aocbistroMenuItem6 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#aocbistroMenuItem1 a:hover {
	background-image: url(../images/aocbistro_menuOver.jpg);
	background-repeat: no-repeat;
	background-position: -3px 0px;
}
#aocbistroMenuItem2 a:hover {
	background-image: url(../images/aocbistro_menuOver.jpg);
	background-repeat: no-repeat;
	background-position: -150px 0px;
}
#aocbistroMenuItem3 a:hover {
	background-image: url(../images/aocbistro_menuOver.jpg);
	background-repeat: no-repeat;
	background-position: -246px 0px;
}
#aocbistroMenuItem4 a:hover {
	background-image: url(../images/aocbistro_menuOver.jpg);
	background-repeat: no-repeat;
	background-position: -328px 0px;
}
#aocbistroMenuItem5 a:hover {
	background-image: url(../images/aocbistro_menuOver.jpg);
	background-repeat: no-repeat;
	background-position: -392px 0px;
}
#aocbistroMenuItem6 a:hover {
	background-image: url(../images/aocbistro_menuOver.jpg);
	background-repeat: no-repeat;
	background-position: -522px 0px;
}
