


#topmenushop {

/*background-image:url(../images1/index/buttons/bg.png);*/
background-repeat: no-repeat;
	height: 36px;
	width: 200px;
position: relative;
top: 12px;
right:15px;

}






#topmenushop a {
	width:50px;
	height:36px;

	background-position: left top;
	background-repeat:repeat-x;
	/*background-image:url(../images1/index/buttons/0.png);*/
	display: block;
	line-height:30px;
	text-align:center;
	color:#888888;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
  /*  text-shadow:1px 1px 1px #000000;*/
	text-decoration: none;
	position: relative;
	outline: none;

}

#topmenushop:hover a{
	background-position: top: -60px;	
}

#topmenushop a:hover{
	background-position: left bottom;
}
