.topmenu {
	width: 990px;
	padding: 20px 0 20px 0;
	margin:0 auto;
	font:normal 17px Georgia, "Times New Roman", Times, serif;
}

.topmenu strong{
	padding:20px 0 20px 0;
	color:#fff;
	line-height:30px;
}

.topmenu li {
	float: left;
	list-style: none;
}
.topmenu li.back {
	background: url("menu-active.png") no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.topmenu li.back .left {
	background: url("menu-active.png") no-repeat top left;
	height: 30px;
	margin-right: 9px;
/* 7px is the width of the rounded shape */
}
.topmenu li a {
	
	text-decoration: none;
	color: #fff;
	outline: none;
	top: 4px;
	/*       text-transform: uppercase;
*/
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
	text-align:center;
}
.topmenu li a:hover, .topmenu li a:active, .topmenu li a:visited {
	border: none;
}