#menu
{
    float:left;
    padding-left: 8px;
}

.menu1_container
{
  float : left;

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

  width : auto;
  #width : auto;
  height : 27px;
  #height : 30px;

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

  cursor : pointer;

  padding-right: 5px;
}

.menu_element
{
  float: static;
  white-space : pre;
  color: #fff;
  font-family: Verdana, Arial;
}

.menu_element a
{
  float: static;
  text-decoration : none;
  white-space : pre;
  color: #fff;
  font-family: Verdana, Arial;

}

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

.menu_element_hover
{
  float: static;
  white-space : pre;
  color : #fff;
}

.menu_element_hover a
{
    float: static;
    text-decoration : none;
}

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


/***********************************      second submenu    *************************************************/
.hidden_sub_menu
{
	position:relative;
	white-space:pre;
	height:20px;
    #height:21px;
    width: 180px;
}

.menu1s
{
  position : relative;
  float : left;

  font-size : 12px;
  white-space : pre;

  width: auto;

  padding-right: 5px;
  padding-top: 1px;
}

.menu1s_container
{
  float: left;
  position : absolute;
  top : 15px;
  left : -10px;
  display : none;

  width : 180px;

}
.menu1s_element
{
  background-color : #40A100;
  color : #000;
  text-align: left;

  cursor : pointer;

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

  width : 180px;

  overflow: hidden;

}

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

.menu1s_element a:hover
{
  color : #fff;
  text-decoration : none;
  text-align: left;
}

.menu1s_element_hover
{
  color : #fff;
  background-color : #52C704;

  text-align: left;

  cursor : pointer;

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

  width : 180px;
}

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

.menu1s_element_hover a:hover
{
  color : #fff;
  text-decoration : none;
  text-align: left;
}


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

.menu2s_container
{
  position : absolute;
  top : 0;

  left:190px;
  #left:180px;

  display : none;

  width : 200px;
  white-space : pre;

  border-left: thin #fff solid;


}

.menu2s_element
{
  text-align: left;
  color : #fff;
  background-color : #40A100;

  cursor : pointer;

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

  width : 200px;
  overflow: hidden;
}

.menu2s_element a
{
  color : #fff;
  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-color : #52C704;

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

  width : 200px;
  overflow: hidden;
}

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

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