#menu
{
    float:left;
	padding-top:16px;
	padding-left:10px;
	width:890px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#524d4d;
	font-weight:bold;
	height:21px;
}

.menu1_container
{
  float : left;

  font-size : 12px;
  
  padding-right:10px;
  background-image:url(../images/index/menuSplit.png);
  background-repeat:no-repeat;
  background-position:right;
  padding-left:10px;

  cursor : pointer;
}

.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: #524d4d;
  padding-left:2px;
}

.menu_element a
{
  float: left;
  text-decoration : none;
  white-space : pre;
  font-weight: bold;
  color: #524d4d;

}

.menu_element a:hover
{
  color : #276abb;
  text-decoration : none;
  font-weight: bold;
  white-space : pre;
  padding-left:2px;
}

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

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

.menu_element_hover a:hover
{
  color : #276abb;
  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;
  color: #000;
  
  padding-right:10px;
  background-image:url(../images/index/menuSplit.png);
  background-repeat:no-repeat;
  background-position:right;
  padding-left:10px;

}

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

  width : 180px;

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

.menu1s_element_hover
{
  color : #276abb;
  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 : #276abb;
  text-decoration : none;
}

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

  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 : #276abb;
  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 : #fff;
  text-decoration : none;
}

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

