@charset "utf-8";
/* CSS Document */

.menu-top {
	background: url('./imgs/menu/menu_circle_top.gif') no-repeat center center;
}
.menu-top td {
	height: 50px;
}
.menu-center-left {
	background: url('./imgs/menu/menu_circle_left.gif') no-repeat center center;
	height: 50px;
  text-align: right;
}
.menu-center {
	background: url('./imgs/menu/menu_circle_center.gif') no-repeat center center;
	height: 50px;
	width: 70px;
}
.menu-center div#languages {
  position: relative;
}
.menu-center div#languages a img {
  border: none;
  position: absolute;
}
.menu-center-right {
	background: url('./imgs/menu/menu_circle_right.gif') no-repeat center center;
	height: 50px;
  text-align: left;
}
#menu_bottom {
	background-repeat: no-repeat;
  background-image: url('./imgs/menu/menu_circle_bottom_off.gif');
	background-position: center center;
	height: 50px;
  text-align: center;
  vertical-align: top;
}
#menu_bottom #menu_bottom_cont {
  position: relative;
  height: 50px;
}
#menu_bottom #menu_bottom_cont #menu_bottom_img {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
#menu_bottom #menu_bottom_cont .menu_bottom_img_on {
  display: inline;
}
#menu_bottom #menu_bottom_cont .menu_bottom_img_off {
  display: none;
}
#menu_bottom #menu_bottom_cont a#menu_button {
  position: absolute;
  display: block;
  top: 14px;
  left: 60px;
  width: 30px;
  height: 23px;
  margin: 0px auto;
	background-repeat: no-repeat;
  background-image: url('./imgs/menu/menu_button.gif');
}
#menu_bottom a.menu_button_on {
	background-position: center -46px;
}
#menu_bottom a.menu_button_on:hover {
	background-position: center -69px;
}
#menu_bottom a#menu_button_off {
	background-position: center 0px;
}
#menu_bottom a.menu_button_off:hover {
	background-position: center -23px;
}
#menu {
  opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	width: 136px;
	margin: 0px 7px;
	font-size: 8pt;
	border-top: 1px solid #a4ac9d;
}
.menu_on {
  display: block;
}
.menu_off {
  display: none;
}
#menu a {
	display: block;
	width: 120px;
	padding: 5px 8px;
	color: #003300;
	background-color: #e7ece2;
	text-decoration: none;
}
#menu a.active {
	background: url(imgs/bg_item.gif) repeat-y center center #f2f3ee;
	border-top: 1px solid #ffffee;
	border-bottom: 1px solid #a4ac9d;
	padding: 4px 8px;
}
#menu a:hover {
	background: url(imgs/bg_item.gif) repeat-y center center #f2f3ee;
	border-top: 1px solid #ffffee;
	border-bottom: 1px solid #a4ac9d;
	padding: 4px 8px;
}
#menu a img {
	margin: -4px 0px;
}
#langs {
  vertical-align: bottom;
}
#langSelector {
  display: block;
  width: 51px;
  height: 14px;
  margin: 0px auto;
	background-repeat: no-repeat;
  background-position: center top;
  background-image: url('./imgs/menu/menu_language.gif');
}
#menu_arrow_left {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px 0px 0px auto;
	background-repeat: no-repeat;
  background-position: center top;
  background-image: url('./imgs/menu/menu_arrow_left.gif');
}
#menu_arrow_right {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px auto 0px 0px;
	background-repeat: no-repeat;
  background-position: center top;
  background-image: url('./imgs/menu/menu_arrow_right.gif');
}
#langSelector:hover, #menu_arrow_left:hover, #menu_arrow_right:hover {
  background-position: center bottom;
}
