#topmenu {
	position: relative;width: 660px;height:23px;
	left: 50%;margin-left: -330px;
	background-image: url(../_img/topmenu.gif);
}
#topmenu ul {
	margin: 0;padding: 0;
	list-style: none;
}
#topmenu ul li{
	float: left;display: block;width: 61px;height: 23px;
	margin: 0;padding: 0;margin-left: 11px;
	text-align: center;
}
#topmenu ul li a{
	margin: 0;padding: 0;display: block;
	width: 100%;height: 23px;
	color: #8C9EE7;font-family:Arial,Helvetica;text-decoration: none;
	line-height: 23px;
}
#topmenu ul li a:hover {
	color: #8C9EE7;
	text-decoration: none;
	background-image: url(../_img/topmenubg.gif);
	background-position: 0 bottom;
	background-repeat: repeat-x;
}
#topmenu ul li a.menu { width: 40px;}
#topmenu ul li img{
	margin-top: 5px;
}