.citytabsmenu {
	padding: 0;
	width: 338px;
	height: 25px;
	border-bottom: 5px solid #ff7700; /*Brown color theme*/ 
	background: transparent;
}

.citytabsmenu ul {
	margin: 0;
	margin-left: 9px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.citytabsmenu li {
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
	text-transform: uppercase;
}

.citytabsmenu a {
	float: left;
	display: block;
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 5px;
	background-color: #4f9745; /*Brown color theme*/ 
	border-bottom: 1px solid white;
}

.citytabsmenu a:hover {
	font: bold 11px Arial;
	background-color: #ff7700; /*Brown color theme*/ 
	color: white;
}

.citytabsmenu a.selected { /*currently selected tab*/
	font: bold 11px Arial;
	background-color: #ff7700; /*Brown color theme*/ 
	color: white;
	border-color: #ff7700; /*Brown color theme*/ 
}
