#menu
{
    float:left;
    padding-left: 20px;
	padding-top:1px;
}

.menu1_container
{
  float : left;
  font-size : 12px;
  text-align : center;

  cursor : pointer;
}

.menu_element
{
  float: left;
  color: #fff;
}

.menu_element a
{
  float: left;
  text-decoration : none;
  color: #fff;
  background: url(../images/index/arrow.gif) 5px;;
  background-repeat: no-repeat;
  padding-right: 20px;
  padding-left:15px;
}

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

.menu_element_hover
{
  float: left;
  color : #fff;
}

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

.menu_element_hover a:hover
{
  color : #000;
  text-decoration : none;
  background: url(../images/index/arrow_hover.gif) 5px;;
  background-repeat: no-repeat;
  padding-right: 20px;
  padding-left:15px;
}


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

.menu1s
{
  position : relative;
  float : left;
  text-align:center;

  font-size : 12px;

  color: #fff;
  background: url(../images/index/arrow.gif) 5px;
  background-repeat: no-repeat;
  padding-left: 15px;
  width: 85px;
}

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

  width : 180px;
}
.menu1s_element
{
  background-color : #ccc;
  color : #333;
  text-align: left;
  cursor : pointer;

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

  width : 180px;

  overflow: hidden;
  border-bottom: 0.01em solid white;
}

.menu1s_element a
{
  color : #333;
  text-decoration : none;
  padding-right: 5px;
}

.menu1s_element a:hover
{
  color : #333;
  text-decoration : none;
  text-align: left;
}

.menu1s_element_hover
{
  color : #333;
  background-color : #ddd;
  text-align: left;

  cursor : pointer;

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

  width : 180px;
  border-bottom: 0.01em solid white;
}

.menu1s_element_hover a
{
  color : #333;
  text-decoration : none;
}

.menu1s_element_hover a:hover
{
  color : #333;
  text-decoration : none;
  text-align: left;
}


/******************************        third submenu       ***************************************************/
.menu2s
{
    position : relative;
}

.menu2s_container
{
  position : absolute;
  top : -1px;

  left:190px;
  #left:179px;

  display : none;

  width : 200px;
  white-space : pre;
  border-top: 0.01em solid white;
}

.menu2s_element
{
  text-align: left;
  color : #333;
  background-color : #ccc;

  cursor : pointer;

  position : relative;
  padding-top : 5px;
  padding-bottom : 5px;
  padding-left: 5px;
  
  border-bottom: 0.01em solid white;

  width : 200px;
  overflow: hidden;
}

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

.menu2s_element a:hover
{
  color : #333;
  text-decoration : none;
  text-align: left;
  overflow: hidden;
}

.menu2s_element_hover
{
  color : #333;
  text-align: left ;

  cursor : pointer;
  background-color : #ddd;

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

  width : 200px;
  overflow: hidden;
  border-bottom: 0.01em solid white;
}

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

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