.eat a { 
	display:block;
	width:54px;
	height:26px;
	background-image:url(../images/topnav/eat_off.gif);
}

.eat a:hover {
	background-image:url(../images/topnav/eat_on.gif);
	width:54px;
	height:26px;
	background-repeat:no-repeat;
}

#eat_pos {
	float:left;
	display:table;
	margin-top:1px;
	width:54px;
	height:26px;
}

.shop a { 
	display:block;
	width:89px;
	height:26px;
	background-image:url(../images/topnav/shop_off.gif);
}

.shop a:hover {
	background-image:url(../images/topnav/shop_on.gif);
	width:89px;
	height:26px;
	background-repeat:no-repeat;
}

#shop_pos {
	float:left;
	display:table;
	margin-top:1px;
	margin-left:1px;
	width:89px;
	height:26px;
}

.stay a { 
	display:block;
	width:87px;
	height:26px;
	background-image:url(../images/topnav/stay_off.gif);
}

.stay a:hover {
	background-image:url(../images/topnav/stay_on.gif);
	width:87px;
	height:26px;
	background-repeat:no-repeat;
}

#stay_pos {
	float:left;
	display:table;
	margin-top:1px;
	margin-left:1px;
	width:87px;
	height:26px;
}

.play a { 
	display:block;
	width:74px;
	height:26px;
	background-image:url(../images/topnav/play_off.gif);
}

.play a:hover {
	background-image:url(../images/topnav/play_on.gif);
	width:74px;
	height:26px;
	background-repeat:no-repeat;
}

#play_pos {
	float:left;
	display:table;
	margin-top:1px;
	margin-left:1px;
	width:74px;
	height:26px;
}

.plan a { 
	display:block;
	width:81px;
	height:10px;
	background-image:url(../images/topnav/plan_off.png);
}

.plan a:hover {
	background-image:url(../images/topnav/plan_on.png);
	width:81px;
	height:10px;
	background-repeat:no-repeat;
}

#plan_pos {
	float:left;
	display:table;
	margin-top:10px;
	margin-left:7px;
	width:81px;
	height:10px;
}

.live a { 
	display:block;
	width:52px;
	height:10px;
	background-image:url(../images/topnav/live_off.png);
}

.live a:hover {
	background-image:url(../images/topnav/live_on.png);
	width:52px;
	height:10px;
	background-repeat:no-repeat;
}

#live_pos {
	float:left;
	display:table;
	margin-top:10px;
	margin-left:23px;
	width:52px;
	height:10px;
}

.do a { 
	display:block;
	width:98px;
	height:10px;
	background-image:url(../images/topnav/do_off.png);
}

.do a:hover {
	background-image:url(../images/topnav/do_on.png);
	width:98px;
	height:10px;
	background-repeat:no-repeat;
}

#do_pos {
	float:left;
	display:table;
	margin-top:10px;
	margin-left:23px;
	width:98px;
	height:10px;
}

.about a { 
	display:block;
	width:52px;
	height:10px;
	background-image:url(../images/topnav/about_off.png);
}

.about a:hover {
	background-image:url(../images/topnav/about_on.png);
	width:52px;
	height:10px;
	background-repeat:no-repeat;
}

#about_pos {
	float:left;
	display:table;
	margin-top:10px;
	margin-left:22px;
	width:52px;
	height:10px;
}
