#menu
{
    float:right;
    padding-right: 7px;
}

.menu1_container
{
  float : left;

  font-size : 10px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-align : center;

  cursor : pointer;
}

.menu1_container_line
{
	float:left;
	text-align:center;
    vertical-align: text-bottom;
}

.menu_element
{
  float: left;
  white-space : nowrap;
  color: #808284;
}

.menu_element a
{
  float: left;
  text-decoration : none;
  white-space : nowrap;
  color: #808284;

}

.menu_element a:hover
{
  color : #808284;
  text-decoration : underline;
  white-space : nowrap;
}

.menu_element_hover
{
  float: left;
  white-space : nowrap;
  text-decoration : underline;
  color : #808284;
}

.menu_element_hover a
{
    float: left;
	text-decoration : underline;
}

.menu_element_hover a:hover
{
  color : #808284;
  text-decoration : underline;
  white-space:nowrap;
}


/***********************************      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 : 12px;
  text-align: center;
  white-space : pre;
  color: #000;

  width: 75px;
  #width: 80px; 

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

.menu1s_container
{
  float: left;
  position : absolute;
  top : 18px;
  left : -1px;
  display : none;

  width : 180px;

}
.menu1s_element
{
  background-color : #E68A00;
  color : #000;
  text-align: left;
  font-weight: bold;

  cursor : pointer;

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

  width : 180px;

  overflow: hidden;

}

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

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

.menu1s_element_hover
{
  color : #000;
  background-color : #FFB442;
  font-weight: bold;

  text-align: left;

  cursor : pointer;

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

  width : 180px;
}

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

.menu1s_element_hover a:hover
{
  color : #ccc;
  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;

  border-left: thin #fff solid;


}

.menu2s_element
{
  text-align: left;
  color : #fff;
  background-color : #9DC4EE;

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