#menu_footer
{
	width:auto;
	overflow:visible;
}

.menu_footer1_container
{
  float : left;

  font-size : 12px;
  font-family:Tahoma;
  text-align : center;
  cursor : pointer;
  color:#9B9B9B;
}

.menu_footer_element
{
  float: left;
  color: #9B9B9B;
  font-family:Tahoma;
  font-size : 12px;
  padding-left:10px;
  padding-right:10px;
}

.menu_footer_element a
{
  float: left;
  font-family:Tahoma;
  font-size : 12px;
  text-decoration : none;
  color: #9B9B9B;

}

.menu_footer_element a:hover
{
  color : #000;
  text-decoration : none;
}

.menu_footer_element_hover
{
  float: left;
  color : #000;
  padding-left:10px;
  padding-right:10px;
}

.menu_footer_element_hover a
{
    float: left;
	color : #000;
    text-decoration : none;
}

.menu_footer_element_hover a:hover
{
  color : #000;
  text-decoration : none;
}


/***********************************      second submenu_footer    *************************************************/
.hidden_sub_menu_footer
{
	position:relative;
	white-space:nowrap;
	height:23px;
	border:none;
    width: 90px;
}

.menu_footer1s
{
  position : relative;
  float : left;

  font-size : 12px;
  text-align: center;
  white-space : pre;
  color: #000;

  width: 75px;
  padding-right: 5px;
  padding-top: 5px;
}

.menu_footer1s_container
{
  float: left;
  position : absolute;
  top : 18px;
  left : -1px;
  display : none;
  width : 180px;
}
.menu_footer1s_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;

}

.menu_footer1s_element a
{
  color : #000;
  text-decoration : none;
  padding-right: 5px;
}

.menu_footer1s_element a:hover
{
  color : #ccc;
  text-decoration : none;
  text-align: left;
  font-weight: bold;
}

.menu_footer1s_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;
}

.menu_footer1s_element_hover a
{
  color : #000;
  text-decoration : none;
}

.menu_footer1s_element_hover a:hover
{
  color : #ccc;
  text-decoration : none;
  text-align: left;
  font-weight: bold;
}


/******************************        third submenu_footer       ***************************************************/
.menu_footer2s
{
    position : relative;
}

.menu_footer2s_container
{
  position : absolute;
  top : 0px;

  left:190px;
  display : none;

  width : 200px;
  white-space : pre;

  border-left: thin #fff solid;


}

.menu_footer2s_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;
}

.menu_footer2s_element a
{
  color : #fff;
  text-decoration : none;
}

.menu_footer2s_element a:hover
{
  color : #fff;
  text-decoration : none;
  text-align: left;
  overflow: hidden;
}

.menu_footer2s_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;
}

.menu_footer2s_element_hover a
{
  color : #fff;
  text-decoration : none;
}

.menu_footer2s_element_hover a:hover
{
  color : #fff;
  text-decoration : none;
}
