#menu
{
    float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	height:35px;
}

.menu1_container
{
  float : left;

  font-size : 12px;
  
  padding-right:20px;
  padding-left:20px;
  border-right:1px solid #ffffff;
  height:35px;

  cursor : pointer;
  
  padding-top:9px;
}

.menu1_container_line
{
	float:left;

	text-align:center;
    vertical-align: text-bottom;

	padding-top:8px;
    #padding-top:5px;

	width:25px;

    height : 27px;
    #height : 30px;

}

.menu_element
{
  float: left;
  white-space : pre;
  font-weight: bold;
  color: #FFFFFF;
  padding-left:2px;
}

.menu_element a
{
  float: left;
  text-decoration : none;
  white-space : pre;
  font-weight: bold;
  color: #FFFFFF;

}

.menu_element a:hover
{
  color : #c00000;
  text-decoration : none;
  font-weight: bold;
  white-space : pre;
  padding-left:2px;
}

.menu_element_hover
{
  float: left;
  white-space : pre;
  color : #c00000;
  font-weight: bold;
  padding-left:2px;
}

.menu_element_hover a
{
    float: left;
    text-decoration : none;
	color: #c00000;
}

.menu_element_hover a:hover
{
  color : #c00000;
  text-decoration : none;
  font-weight: bold;
  white-space : pre;
}


/***********************************      second submenu    *************************************************/
.hidden_sub_menu
{
	position:relative;
	white-space:nowrap;
	border:none;
}

.menu1s
{
  position : relative;
  float : left;

  font-size : 12px;
  text-align: center;
  white-space : pre;
  
  padding-right:20px;
  padding-left:20px;
  border-right:1px solid #FFFFFF;
  padding-top:9px;
  height:35px;
  
  cursor : pointer;

}

.menu1s_container
{
  float: left;
  position : absolute;
  top : 21px;
  left : -1px;
  display : none;

  width : 180px;

}
.menu1s_element
{
  background-color : #27343c;
  color : #FFFFFF;
  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 : #FFFFFF;
  text-decoration : none;
  padding-right: 5px;
  
}

.menu1s_element a:hover
{
  color : #000;
  text-decoration : none;
  text-align: left;
  font-weight: bold;
}

.menu1s_element_hover
{
  color : #000;
  background-color : #d3d0d0;
  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 : #000;
  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 : #27343c;

  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 : #000;
  text-align: left ;

  cursor : pointer;
  background-color : #d3d0d0;

  padding-top : 5px;
  padding-bottom : 5px;
  padding-left: 5px;

  width : 200px;
  overflow: hidden;
}

.menu2s_element_hover a
{
  color : #000;
  text-decoration : none;
}

.menu2s_element_hover a:hover
{
  color : #000;
  text-decoration : none;
}
