@font-face {
	font-family: 'PT Sans Narrow', 'sans-serif';
	src: url('../ttffont/PT_Sans-Narrow-Web-Regular.ttf') format('opentype');
} 

#topmenu {

background-image:url(../images/index/buttons/bg.png);
background-repeat: no-repeat;
	height: 79px;
	width: 968px;
position: relative;
top: 120px;
text-transform:uppercase;
}






#topmenu a {
	width:120px;
	height:79px;

	background-position: left top;
	background-repeat:repeat-x;
	background-image:url(../images/index/buttons/0.png);
	display: block;
	line-height:79px;
	text-align:center;
	font-family: Arial;
	font-size:12px;
	font-weight: bold;
	
  /*  text-shadow:1px 1px 1px #000000;*/
	text-decoration: none;
	position: relative;
	outline: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}

#topmenu:hover a{
	background-position: top: -158px;	
}

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

#topmenu a:link{ color:#555555; text-decoration: none;}     /* unvisited link */
#topmenu a:visited{ color:#555555; text-decoration: none;}     /* visited link */
#topmenu a:hover{ color:#222222; text-decoration: none;}     /* mouse over link */
#topmenu a:active{ color:#555555; text-decoration: none;}     /* selected link */
