/* ISO eacrlýáíé */
ul.nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
}
ul.nav li {
	height: 16px;
}
#menuLeft {
	position: absolute;
	left: 0px;
	top: 89px;
	width: 197px;
	height: 150px;
	background-color: #f26f1f;
}
#menuLeft ul.nav {
	width: 187px;
	margin: 20px 0px 0px 0px;
	color: #ffffff;
	text-align: right;
}
#menuLeft ul.nav a:link, #menuLeft ul.nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#menuLeft ul.nav a:hover {
	color: #000000;
	text-decoration: none;
}

#menuRight {
	position: absolute;
	left: 199px;
	top: 89px;
	width: 260px;
	height: 150px;
	background-color: #f26f1f;
}
#menuRight ul.nav {
	width: 189px;
	margin: 20px 0px 0px 10px;
	color: #000000;
	text-align: left;
}
#menuRight ul.nav a:link, #menuRight ul.nav a:visited {
	color: #000000;
	text-decoration: none;
}
#menuRight ul.nav a:hover {
	color: #ffffff;
	text-decoration: none;
}

#menu2Left {
	position: absolute;
	left: 0px;
	top: 246px;
	width: 197px;
	height: 40px;
	background-image: url("img/menu2Left.jpg");
	background-position: 0% 0%;
	background-repeat: no-repeat;
}
#menu2Left ul.nav {
	width: 187px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-align: right;
}
#menu2Left ul.nav li {
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}
#menu2Left ul.nav a:link, #menu2Left ul.nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#menu2Left ul.nav a:hover {
	color: #000000;
	text-decoration: none;
}

#menu2Right {
	position: absolute;
	left: 199px;
	top: 246px;
	width: 260px;
	height: 40px;
	background-image: url("img/menu2Right.jpg");
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#menuLeft a#active, #menu2Left a#active {
	color: #000000;
}
#menuRight a#active {
	color: #ffffff;
}