#topmenu{
	width:auto;
	height:37px;
	float:none;
	margin:auto;
	white-space: nowrap;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#topmenu li {
	float: left;
	background: url(../images/top-s.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#topmenu a {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	float:left;
	display:block;
	height: 37px;
	line-height: 30px;
	padding: 0 10px;
	color: #000;
	text-decoration: none;
}

#topmenu a#active_menu-nav {
	margin-top:5px;
	height: 37px;
	line-height: 21px;
	background-position: 0 0;
}

#topmenu a:hover {
	color: #056989;
}

#topmenu a#active_menu-nav {
	background: url(../images/blue/mw_menu_active_bg.png) repeat-x;
	color: #fff;
}

#topmenu a#active_menu-nav:hover {
	color: #fff;
}

table.topmenu {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
td.topmenu_l {
	background: url(../images/top-l.png) no-repeat;
	width:  18px;
	height: 37px;
}

td.topmenu_m {
	background: url(../images/top-m.png) repeat-x;
	padding: 0;
	margin: 0;
	width: auto;
}

td.topmenu_r {
	background: url(../images/top-r.png) no-repeat;
	width:  19px;
	height: 37px;
}