

/*** Menu ***/
#menu {
	float:left;
}
#menu_sticker {
	background-image:url(../athletic_studio_gfx_classic/sticker.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
#menu_item {
	margin-left:-10px;
	float:left;
}
#menu ul {
  clear: both;
}
#menu ul li {
  display: block;
}
#menu ul li a {
	margin:0px 0px 0px -10px;
  display: block;
	width:169px;
	height:28px;
  font-size: 16px;
	  font-weight: bold;
  color:#fff;
  text-decoration: none;
	padding-left:20px;
	padding-top:5px;
}
#menu ul li a:hover {
  display: block;
	width:169px;
	height:28px;
	background:url(../athletic_studio_gfx_classic/menu_item.png) no-repeat;;
  text-decoration: none;
	padding-left:20px;
	padding-top:5px;
}
#menu_current {
  display: block;
	width:169px;
	height:28px;
	background:url(../athletic_studio_gfx_classic/menu_item.png) no-repeat;;
  text-decoration: none;
	padding-left:20px;
	padding-top:5px;
}

