


#topmenushop {

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

}






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

	background-position: left top;
	background-repeat:repeat-x;
	/*background-image:url(../images/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;
}
#topmenushop a:link{ color:#504845; text-decoration: none;}     /* unvisited link */
#topmenushop a:visited{ color:#504845; text-decoration: none;}     /* visited link */
#topmenushop a:hover{ color:#504845; text-decoration: none;}     /* mouse over link */
#topmenushop a:active{ color:#504845; text-decoration: none;}     /* selected link */
