#menu
{
    float:left;
    padding-left: 240px;
	#padding-left: 230px;
	padding-top: 125px;
	#padding-top: 130px;
}

.menu1_container
{
  float : left;
  width: 94px;
  height: 38px;

  font-size : 12px;
  text-align : center;

  margin-left : 2px;
  padding-top: 5px;

  cursor : pointer;
}

.menu_element
{
  float: left;
  font-weight: bold;
  color: #000;
  padding-top: 9px;
  
  width: 94px;
  height: 38px;
  background-image: url(../images/index/button.gif);
  background-repeat: no-repeat;
  text-align:center;
  
} 

.menu_element a
{
  float: left;
  text-decoration : none;
  font-weight: bold;
  color: #000;
  text-align:center;
  width: 94px;
  height: 38px;

}

.menu_element a:hover
{
  color : #245273;
  text-decoration : none;
  font-weight: bold;
  width: 94px;
  height: 38px;
  text-align:center;
}

.menu_element_hover
{
  float: left;
  color : #245273;
  font-weight: bold;
  text-align:center;
  
  padding-top: 9px;
  
  width: 94px;
  height: 38px;
  background-image: url(../images/index/button_hover.gif);
  background-repeat: no-repeat;
}

.menu_element_hover a
{
    float: left;
    text-decoration : none;
	text-align:center;

	width: 94px;
	height: 38px;
}

.menu_element_hover a:hover
{
  color : #245273;
  text-decoration : none;
  font-weight: bold;
  width: 94px;
  height: 38px;
  text-align:center;
}


/***********************************      second submenu    *************************************************/
.hidden_sub_menu
{
	position:relative;
	white-space:nowrap;
	height:23px;
    #height:26px;
	border:none;
    width: 90px;
}

.menu1s
{
  position : relative;
  float : left;

  font-size : 12px;
  text-align: center;
  white-space : pre;
  color: #000;

  width: 94px;
  height: 38px;

  padding-top: 5px;
}

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

  width : 180px;
  padding-bottom: 2px;

}
.menu1s_element
{
  background-color: #DBDCDE;
  color : #000;
  text-align: left;
  font-weight: bold;
  border: 1px solid #fff;
  border-bottom: 2px solid #fff;

  cursor : pointer;

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

  width : 180px;

  overflow: hidden;

}

.menu1s_element a
{
  color : #000;
  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: #ccc;
  font-weight: bold;
  border: 1px solid #fff;
  border-bottom: 2px solid #fff;

  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:192px;
  #left:180px;

  display : none;

  width : 200px;
  white-space : pre;
}

.menu2s_element
{
  text-align: left;
  color : #000;
  font-weight: bold;
  background-color : #DBDCDE;

  cursor : pointer;

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

  width : 200px;
  overflow: hidden;
  
  border: 1px solid #fff;
  border-bottom: 2px solid #fff;
}

.menu2s_element a
{
  color : #000;
  text-decoration : none;
}

.menu2s_element a:hover
{
  color : #000;
  text-decoration : none;
  text-align: left;
  overflow: hidden;
  font-weight: bold;
}

.menu2s_element_hover
{
  color : #000;
  font-weight: bold;
  text-align: left ;

  cursor : pointer;
  background-color : #ccc;

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

  width : 200px;
  overflow: hidden;
  
  border: 1px solid #fff;
  border-bottom: 2px solid #fff;
}

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

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