#top-menu-wrapper {
	width: 100%;
	background-image: url(images/menu_14_bg.png);
	background-color: #333;
	height: 40px;
}
#menu-wrapper ul {
	list-style-type: none;
	list-style-position: none;
	overflow: hidden;
	height: 30px;
	margin: 0px;
	padding: 10px 0px 0px;
}
#menu-wrapper ul li {
	float: left;
	text-align: center;
}
#menu-wrapper ul li a {
	display: block;
	line-height: 30px;
	padding: 0px 30px;
	margin: 0px 2px 0px 0px;
	text-align: center;
        color: #FFF;
        font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu-wrapper ul li a:hover {
}
#menu-wrapper ul li.current-menu-item a {
	background-color: #BDBDBD;
	color : #FFF !important;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
