#menu
{
    vertical-align : middle;

}

.menu1_container
{
  float : left;

  font-family: Verdana, Arial, Helvetica;
  font-size: 10px;

  width : 76px;
  #width : 75px;

  height : 38px;

  padding-top: 4px;
  vertical-align: text-top;

  cursor : pointer;
}

.menu_element
{
  white-space: nowrap;
  color : #ffffff;
}

.menu_element a
{
  text-decoration : none;
  white-space: nowrap;
  color : #ffffff;
}

.menu_element a:hover
{
  color : #5EB1FF;
  text-decoration : none;
  white-space: nowrap;
}

.menu_element_hover
{
  white-space: nowrap;
  color : #ffffff;
}

.menu_element_hover a
{
    text-decoration : none;
    white-space: nowrap;
    color : #ffffff;
}

.menu_element_hover a:hover
{
  color : #5EB1FF;
  text-decoration : none;
  white-space: nowrap;
}

.menu_line
{
  float: right;
  width: 5px;
  vertical-align: top;
}



/***********************************      second submenu    *************************************************/
.hidden_sub_menu
{
	position:relative;
	white-space:nowrap;
	height:24px;
    #height:22px;
	border:none;
    width: 180px;
}

.menu1s
{
  position : relative;
  float : left;

  font-size : 10px;
  text-align: center;
  white-space : pre;
  color: #FFFFFF;

  width: 75px;
  #width: 80px; 

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

.menu1s_container
{
  position : absolute;
  top : 18px;
  left : 5px;
  display : none;

  width : 180px;

}
.menu1s_element
{
  background-color : #18b12a;
  color : #fff;
  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 : #36fb54;

  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 : #36fb54;

  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 : #5E9DE3;

  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;
}
