/* Top Menu
--------------------------------------------------------------------------------*/
#header .wrap .top_menu {
  float:right;
  padding: 20px 0 0 30px;
  height: 130px;
  background:#000 url(../images/bg_sub_menu.jpg) no-repeat 0 0;
}
#header .wrap .top_menu a.lang {
  font-size: 12px;
  padding: 0 0 0 50px;
}
#header .wrap .top_menu ul{
  padding:60px 0 0 0;
  margin-bottom: 0;
  list-style:none;
}
#header .wrap .top_menu li{
/*  width:200px; */
  margin:0;
  padding: 3px 10px;
  float: left;
}
#header .wrap .top_menu li a{
  font-size: 18px;
  color:#fff;
  text-decoration: none;
  margin:0;
  padding: 0;
}
#header .wrap .top_menu .menu li a:hover{
  text-decoration: underline;
}
#header .wrap .top_menu .menu li#current{
  background-color: #FFF
}
#header .wrap .top_menu .menu li#current a{
  color:#333;
  font-weight: bold;
}
/* Content Navigation
--------------------------------------------------------------------------------*/
#content .center .in .path{
/*  font:normal 11px Tahoma;*/
  margin:0;
  line-height: 18px;
  padding:5px 0 11px 0;
  color: #919191;
  display:block;
}
#content .center .in .path a{
  color: #919191;
}
/* Navigation
--------------------------------------------------------------------------------*/
td.pagenav{
  font-size: 14px;
/*  margin:20px 0 20px 0; */
  padding:20px 0 20px 0;
}
a.pagenav  {
  padding:3px 6px;
  text-decoration:none;
  color: #636363;
  background: #f3f2f0;
  border: #45494d 1px solid;
}
a.pagenav:hover {
  color: #000;
  background: #fff;
}
span.pagenav{
  text-decoration:none;
  padding:3px 6px;
  color: #fff;
  border: 1px solid #45494d;
  background-color: #6a5329;
/*  font-weight: bold; */
}
/* Menu
--------------------------------------------------------------------------------*/
.module_menu,
.module{
  padding:0;
  margin:30px 30px 0 20px;
}
.module_menu ul.menu{
  padding: 0 5px;
  list-style:none;
  font-size: 13px;
/*  width: 235px;  */
}
.module_menu .menu li{
/*  cursor: pointer; */
  background: none;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #45494d;
  padding: 0 0 0 5px;
  margin: 0;
  height: 1%;
  font-size: 16px;
}
.module_menu ul.menu li a{
  display:block;    /* bug vertical expand in IE */
  text-decoration: none;
  font-size: 13px;
  padding: 8px 0;
  margin: 0;
  height: 1%;
}
.module_menu ul.menu li:hover{
  border-right: 1px solid #45494d;
  border-left: 1px solid #45494d;
  background: #000 url(../images/list_style_type_menu.gif) repeat-x top left;
}
.module_menu ul.menu li a:hover{
  color:#fff;
}
.module_menu ul.menu li#current a{
  color:#ffff00;
  text-decoration: none;
}
/* Bottom Menu
--------------------------------------------------------------------------------*/
#footer .wrap div.bottom_menu_wrap{
  width:100%;
  position:relative;
  overflow:hidden;
  background-color: #333;
  margin:0 0 15px 0;
}
#footer .wrap div.bottom_menu{
  font-family: Mistral;
  font-size: 18px;
  background-color: #333;
  left:50%;
  position:relative;
  float:left;
}
#footer .wrap div.bottom_menu ul{
  padding:0 0 2px 0;
  margin-bottom: 0;
  left:-50%;
  position:relative;
  float:left;
  list-style:none;
  background-color: #333;
}
#footer .wrap .bottom_menu li{
  margin:0;
  padding: 3px 10px;
  float: left;
}
#footer .wrap .bottom_menu ul.menu li a{
  font-size: 18px;
  color:#fff;
  text-decoration: none;
}
#footer .wrap .bottom_menu li a:hover{
  text-decoration: underline
}
#footer .wrap .bottom_menu li#current{
  background-color: #FFF;
  color:#5c0606;
}
#footer .wrap .bottom_menu li#current a{
  color:#333;
  font-weight: bold;
}