#menu
{
    float:left;
}

.menu1_container
{
  float : left;

  font-size : 12px;
  text-align : center;

  cursor : pointer;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu_element_line
{
  float: left;
  color: #000;
  padding-top: 3px;
 
}

.menu_element
{
  float: left;
  color: #000;
  
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu_element a
{
  float: left;
  text-decoration : none;
  color: #000;

}

.menu_element a:hover
{
  color : #fff;
  text-decoration : none;

}

.menu_element_hover
{
  float: left;
  color : #fff;
  background: url(../images/index/menu_.gif);
  width:auto;
  height: 13px;
  #height: 18px;

  
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu_element_hover a
{
    text-decoration : none;
    color : #fff;
}

.menu_element_hover a:hover
{
  color : #fff;
  text-decoration : none;
}


/***********************************      second submenu    *************************************************/


.menu1s
{
  width: auto;
  height : 23px;
  position : relative;
  float : left;

  font-size : 12px;
  color: #000;
 
}

.menu1s_container
{
  float: left;
  position : absolute;
  top : 23px;
  left : 0px;
  display : none;
  border:1px solid white;

  width : 180px;

}
.menu1s_element
{
  background : url(../images/index/menu.gif) repeat-x;
  color : #000;
  text-align: left;
  cursor : pointer;

  padding: 5px;
  width : 170px;
  #width : 180px;

  overflow: hidden;
}

.menu1s_element a
{
  color : #000;
  text-decoration : none;
  padding-right: 5px;
}

.menu1s_element a:hover
{
  color : #fff;
  text-decoration : none;
  text-align: left;
  font-weight: bold;
}

.menu1s_element_hover
{
  color : #fff;
  background : url(../images/index/menu_.gif) repeat-x;

  text-align: left;

  cursor : pointer;

  padding: 5px;

  width : 170px;
  #width : 180px;
  border-bottom: 1px solid white;
  font-weight: bold;
}

.menu1s_element_hover a
{
  color : #fff;
  text-decoration : none;
}

.menu1s_element_hover a:hover
{
  color : #fff;
  text-decoration : none;
  text-align: left;
  font-weight: bold;

}


/******************************        third submenu       ***************************************************/
.menu2s
{
    position : relative;
}

.menu2s_container
{
  position : absolute;
  top : 0;
  left:180px;

  display : none;

  width : 180px;
  white-space : pre;

  border: 1px #fff solid;


}

.menu2s_element
{
  text-align: left;
  color : #000;
  background : url(../images/index/menu.gif) repeat-x;

  cursor : pointer;

  position : relative;
  padding-top : 5px;
  padding-bottom : 5px;
  padding-left: 5px;

  width : 170px;
  #width : 180px;
  overflow: hidden;
}

.menu2s_element a
{
  color : #000;
  text-decoration : none;
}

.menu2s_element a:hover
{
  color : #fff;
  text-decoration : none;
  text-align: left;
  overflow: hidden;
}

.menu2s_element_hover
{
  color : #fff;
  text-align: left ;

  cursor : pointer;
  background : url(../images/index/menu_.gif) repeat-x;

  padding-top : 5px;
  padding-bottom : 5px;
  padding-left: 5px;

  width : 170px;
  #width : 180px;
  overflow: hidden;
  font-weight: bold;
}

.menu2s_element_hover a
{
  color : #000;
  text-decoration : none;
}

.menu2s_element_hover a:hover
{
  color : #fff;
  text-decoration : none;
}

