#topnav{
	margin:0px auto;
	text-align:center;
	width:980px;
	padding-left:27px;
}
#topnav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#topnav li{
	display:inline;
}
#topnav li a{
/*	background:transparent url(images/m3.jpg) no-repeat;*/
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:sans-serif;
	font-size:14pt;
	font-weight:bold;
	height:60px;
	line-height:3em;
	text-align:center;
	text-decoration:none;
	width:150px;
	white-space:nowrap;
}
#topnav {
	background:transparent url(images/topnav.png) no-repeat 27px 0;
	height:60px;
}

#topnav a:hover{
	background-image:url(images/m3-act.gif);
}
#topnav li:first-child a{
/*	background:transparent url(images/m1.jpg) no-repeat;*/
	width:137px;
}
#topnav li:first-child a:hover{
	background:transparent url(images/m1-act.gif) no-repeat;
}
/*
#topnav li a:hover{
	background-image:url(images/m3-act.gif);	
}
*/
/*
#topnav li:first-child a:hover{
	background:transparent url(images/m1-act.gif) no-repeat;
}
#topnav li:last-child a{
	background:transparent url(images/m7.jpg) no-repeat;
	width:136px;
}
#topnav li:last-child a:hover{
	background:transparent url(images/m7-act.gif) no-repeat;
}
