@charset "utf-8";
/* Cities menu */
ul.nav {
	width: 895px;
	height: 35px;
	list-style: none;
	float: left;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	clear: both;
}
li.topl, li.topm_akt, li.topm, li.topm_act, li.topr,
li.btml, li.btmm, li.btmr {
	float: left;
	text-align: left;
}
li.topl a {
	width: 167px;
	height: 25px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0 0 12px;
	background: url(../_images/topleft.png) no-repeat;
}
li.topm a {
	width: 167px;
	height: 25px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0 0 12px;
	background: url(../_images/topmiddle.png) no-repeat;
}
li.topm_akt {
	width: 167px;
	height: 25px;
	display: block;
	color: #fff;
	padding: 10px 0 0 12px;
	background: url(../_images/topmiddle.png) no-repeat;
}
li.topm_act a, li.topm_act a:hover {
	width: 167px;
	height: 25px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0 0 12px;
	background: url(../_images/topmiddle2.png) no-repeat;
}
li.topr a {
	width: 167px;
	height: 25px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0 0 12px;
	background: url(../_images/topright.png) no-repeat;
}
li.topl a:hover {
	background: url(../_images/topleft2.png) no-repeat;
}
li.topm a:hover {
	background: url(../_images/topmiddle2.png) no-repeat;
}
li.topr a:hover {
	background: url(../_images/topright2.png) no-repeat;
}
li.btml a {
	width: 167px;
	height: 25px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0 0 12px;
	background: url(../_images/bottomleft.png) no-repeat;
}
li.btmm a {
	width: 167px;
	height: 25px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0 0 12px;
	background: url(../_images/topmiddle.png) no-repeat;
}
li.btmr a {
	width: 167px;
	height: 25px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0 0 12px;
	background: url(../_images/bottomright.png) no-repeat;
}
li.btml a:hover {
	background: url(../_images/bottomleft2.png) no-repeat;
}
li.btmm a:hover {
	background: url(../_images/topmiddle2.png) no-repeat;
}
li.btmr a:hover {
	background: url(../_images/bottomright2.png) no-repeat;
}
/* End of cities menu */
