ul.menu {
	margin: 0;
	padding: 0;
}
ul.menu li {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	list-style :none;
}
ul.menu li.menu1 a {
	display: block;
	width: 50px;
	height: 24px;
}
ul.menu li.menu2 a {
	display: block;
	width: 55px;
	height: 24px;
}
ul.menu li.menu3 a {
	display: block;
	width: 80px;
	height: 24px;
}
ul.menu li.menu4 a {
	display: block;
	width: 100px;
	height: 24px;
}
ul.menu li.menu5 a {
	display: block;
	width: 70px;
	height: 24px;
}
ul.menu li.menu6 a {
	display: block;
	width: 85px;
	height: 24px;
}
ul.menu li.menu7 a {
	display: block;
	width: 110px;
	height: 24px;
}
li.menu1 a {
	background: url(../img/doll_menu1.gif) 0 0 no-repeat;
}
li.menu1 a:hover {
	background: url(../img/doll_menu2.gif) 0 0 no-repeat;
}
li.menu2 a {
	background: url(../img/doll_menu1.gif) -50px 0 no-repeat;
}
li.menu2 a:hover {
	background: url(../img/doll_menu2.gif) -50px 0 no-repeat;
}
li.menu3 a {
	background: url(../img/doll_menu1.gif) -105px 0 no-repeat;
}
li.menu3 a:hover {
	background: url(../img/doll_menu2.gif) -105px 0 no-repeat;
}
li.menu4 a {
	background: url(../img/doll_menu1.gif) -185px 0 no-repeat;
}
li.menu4 a:hover {
	background: url(../img/doll_menu2.gif) -185px 0 no-repeat;
}
li.menu5 a {
	background: url(../img/doll_menu1.gif) -285px 0 no-repeat;
}
li.menu5 a:hover {
	background: url(../img/doll_menu2.gif) -285px 0 no-repeat;
}
li.menu6 a {
	background: url(../img/doll_menu1.gif) -355px 0 no-repeat;
}
li.menu6 a:hover {
	background: url(../img/doll_menu2.gif) -355px 0 no-repeat;
}
li.menu7 a {
	background: url(../img/doll_menu1.gif) -440px 0 no-repeat;
}
li.menu7 a:hover {
	background: url(../img/doll_menu2.gif) -440px 0 no-repeat;
}

ul.menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
ul.menu {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html ul.menu {
   height:1px;
}

ul.sampleMenu2{
   display:block;
}
/* End hide from IE-mac */
