#menu
{
    /*padding-left: 70px;*/
}

.menu1_container
{
  float : left;

  font-size : 14px;
  text-align : center;

  margin-left : 2px;
  padding-top: 9px;

  cursor : pointer;
}

.menu1_container_line
{
	background-image: url(../images/index/line.png);
	background-repeat:no-repeat;

	width:1px;
    height : 25px;
	padding-top: 0px;
}

.menu_element
{
  white-space : pre;
  font-size: 14px;
  color: #C8A97A;
  padding-right: 10px;
  padding-left: 10px;
  font-weight:bold;
}

.menu_element a
{
  text-decoration : none;
  white-space : pre;
  color: #C8A97A;

}

.menu_element a:hover
{
  color : #E5CFC9;
  text-decoration : none;
  white-space : pre;
}

.menu_element_hover
{
  white-space : pre;
  color : #E5CFC9;
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight:bold;
}

.menu_element_hover a
{
    text-decoration : none;
	color : #E5CFC9;
}

.menu_element_hover a:hover
{
  color : #E5CFC9;;
  text-decoration : none;
  white-space : pre;
}


/***********************************      second submenu    *************************************************/
.hidden_sub_menu
{
	position:relative;
	white-space:nowrap;
	height:23px;
    #height:18px;
	border:none;
    width: 90px;
}

.menu1s
{
  position : relative;
  float : left;

  font-size : 14px;
  text-align: center;
  white-space : pre;
  color: #C8A97A;

  padding-top: 9px;	
  padding-right: 10px;
  padding-left: 10px;
}

.menu1s_container
{
  float: left;
  position : absolute;
  top : 13px;
  #top : 18px;
  left : -1px;
  display : none;
  font-size: 12px;

  width : 180px;

}
.menu1s_element
{
  background-color : #76413C;
  color : #C8A97A;
  text-align: left;
  font-weight: bold;

  cursor : pointer;

  padding-top : 5px;
  padding-bottom : 5px;
  padding-left: 5px;
  padding-right: 5px;

  width : 180px;

  overflow: hidden;
  border-left: 5px solid #76413C;

}

.menu1s_element a
{
  color : #C8A97A;
  text-decoration : none;
  padding-right: 5px;
}

.menu1s_element a:hover
{
  color : #E5CFC9;
  text-decoration : none;
  text-align: left;
  font-weight: bold;
}

.menu1s_element_hover
{
  color : #E5CFC9;
  background-color : #88615E;
  font-weight: bold;

  text-align: left;

  cursor : pointer;

  padding-top : 5px;
  padding-bottom : 5px;
  padding-left: 5px;
  padding-right: 5px;

  width : 180px;
  border-left: 5px solid #D2C0BD;
}

.menu1s_element_hover a
{
  color : #E5CFC9;
  text-decoration : none;
}

.menu1s_element_hover a:hover
{
  color : #E5CFC9;
  text-decoration : none;
  text-align: left;
  font-weight: bold;
}


/******************************        third submenu       ***************************************************/
.menu2s
{
    position : relative;
}

.menu2s_container
{
  position : absolute;
  top : 0;

  left:190px;
  #left:180px;

  display : none;

  width : 200px;
  white-space : pre;
}

.menu2s_element
{
  text-align: left;
  color : #C8A97A;
  background-color : #76413C;

  cursor : pointer;

  position : relative;
  padding-top : 5px;
  padding-bottom : 5px;
  padding-left: 5px;

  width : 200px;
  overflow: hidden;
  
  border-left: 5px solid #76413C;
}

.menu2s_element a
{
  color : #C8A97A;
  text-decoration : none;
}

.menu2s_element a:hover
{
  color : #E5CFC9;
  text-decoration : none;
  text-align: left;
  overflow: hidden;
}

.menu2s_element_hover
{
  color : #E5CFC9;
  text-align: left ;

  cursor : pointer;
  background-color : #88615E;
  border-left: 5px solid #D2C0BD;

  padding-top : 5px;
  padding-bottom : 5px;
  padding-left: 5px;

  width : 200px;
  overflow: hidden;
}

.menu2s_element_hover a
{
  color : #E5CFC9;
  text-decoration : none;
}

.menu2s_element_hover a:hover
{
  color : #E5CFC9;
  text-decoration : none;
}

