.menu1_container
{

  font-size : 12px;
  font-family:Tahoma;
  text-align : center;
  cursor : pointer;
  float:left;
}

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

.menu_element
{
  float: left;
  color: #FF0000;
  font-family:Tahoma;
  border-bottom: 5px solid #5A4E94;
  padding-left:11px;
  padding-right:12px;
  #padding-right:10px;
  padding-bottom:5px;
}

.menu_element a
{
   float: left;
   text-decoration : none;
  /* color: #8E8E8E;*/
	color: #FF0000;
}

.menu_element a:hover
{
  color : #8E8E8E;
  text-decoration : none;
}

.menu_element_hover
{
  float: left;
  color : #8E8E8E;
  border-bottom: 5px solid #DE532F;
  padding-left:11px;
  padding-right:12px;
  #padding-right:10px;
  padding-bottom:5px;
}

.menu_element_hover a
{
    float: left;
	color : #8E8E8E;
    text-decoration : none;
}

.menu_element_hover a:hover
{
  color : #8E8E8E;
  text-decoration : none;
}


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

.menu1s
{
  position : relative;
  font-family:Tahoma;
  float : left;
  font-size : 12px;
  text-align: center;
  color: #8E8E8E;
}

.menu1s_container
{
  float: left;
  position : absolute;
  top : 2px;
  left : 0;
  display : none;

  width : 180px;

}
.menu1s_element
{
  background-color : #DE532F;
  color : #fff;
  text-align: left;
  font-family:Tahoma;

  cursor : pointer;

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

  width : 180px;

  overflow: hidden;

}

.menu1s_element a
{
  font-family:Tahoma;
  color : #fff;
  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-color : #E36C4F;

  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 : 0px;
  left:190px;
  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;
}
