#menu
{
   float:left;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	font-weight:bold;

}

.menu1_container
{
  float : left;
  font-size : 12px;
  height:30px;
  padding-right:5px;
  padding-left:5px;
  cursor : pointer;
}

.menu1_container a
{
  float: left;
  text-decoration : none;
  white-space : pre;
  color: #ffffff;
  padding-right:5px;
  padding-left:5px;

}

.menu1_container a:hover
{
  color : #ffffff;
  text-decoration : none;
  height:40px;
  padding-right:5px;
  padding-left:5px;
}


.menu1_container_line
{
	float:left;
	text-align:center;
	vertical-align: text-bottom;
	padding-top:8px;
	#padding-top:5px;
	width:25px;
	height : 32px;
	#height : 35px;
}

.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 : #fff;
  text-decoration : none;
  font-weight: bold;
  white-space : pre;
  padding-left:2px;
}

.menu_element_hover
{
  float: left;
  white-space : pre;
  color : #ffffff;
  font-weight: bold;
  padding-left:2px;
}

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

.menu_element_hover a:hover
{
  color : #fff;
  text-decoration : none;
  font-weight: bold;

}


/***********************************      second submenu    *************************************************/
.hidden_sub_menu
{
	position:relative;
	white-space:nowrap;
	border:none;
}

.menu1s
{
  position : relative;
  float : left;

  font-size : 12px;
  white-space : pre;
  color: #ffffff;
  
  background-image:url(../images/index/menuSplit.png);
  background-repeat:no-repeat;
  background-position:right;
  padding-right:5px;
  padding-left:10px;

}

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

  width : 180px;

}
.menu1s_element
{
  background-color : #5A5A62;
  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 : #ffffff;
  text-decoration : none;
  text-align: left;
  font-weight: bold;
}

.menu1s_element_hover
{
  color : #fff;
  background-color : #000;
  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 : #fff;
  text-decoration : none;
}

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

  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 : #ffffff;
  text-align: left ;

  cursor : pointer;
  background-color : #000;

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

  width : 200px;
  overflow: hidden;
}

.menu2s_element_hover a{
  color : #ffffff;
  text-decoration : none;
}

.menu2s_element_hover a:hover
{
  color : #ffffff;
  text-decoration : none;
}

