ul.zmenutabs {
	list-style-type: none;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 25px;
	font-family: Verdana,Arial,sans-serif;
	border-bottom: 2px solid #bf0000;
	border-top: 2px solid #bf0000;
	font-size: 0.90em;
	font-weight: bold;
}

ul.zmenutabs li {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
	background: url('../images/tab_right.png') no-repeat;
	height: 25px;
	background-position: right bottom;
}

ul.zmenutabs li a {
	display: block;
	padding: .0em 0.78em .0em 0.78em;
	color: #fff;
	text-decoration: none;
	background: url('../images/tab_left.png') no-repeat;
	background-position: left bottom;
	height: 25px;
	font-size: .90em;
}

ul.zmenutabs li a:hover {
	color: #ffd700;
}

