#menu
{
    float:left;
    padding-left: 10px;
}

.menu1_container
{
  float : left;

  font-size : 14px;
  text-align : center;
  font-weight:bold;
  padding-left:15px;
  padding-right:15px;

  cursor : pointer;
}

.menu1_container_line
{
	float:left;

	text-align:center;
    vertical-align: text-bottom;

	padding-top:8px;
    #padding-top:5px;
}

.menu_element
{
  float: left;
  font-weight: bold;
  color: #fff;
}

.menu_element a
{
  float: left;
  text-decoration : none;
  font-weight: bold;
  color: #fff;
  background:url(../images/menu_arrow.png) no-repeat center;
  padding-top:29px;

}

.menu_element a:hover
{
  color : #CF2B1C;
  text-decoration : none;
  font-weight: bold;
}

.menu_element_hover
{
  float: left;
  color : #CF2B1C;
  font-weight: bold;
  background:url(../images/menu_arrow_hover.png) no-repeat center;
  padding-top:29px;
}

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

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


/***********************************      second submenu    *************************************************/
.hidden_sub_menu
{
	position:relative;
	white-space:nowrap;
	height:33px;
	border:0px;
    width: 180px;
}

.menu1s
{
  position : relative;
  float : left;

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

  padding-right: 5px;
}

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

  width : 180px;

}
.menu1s_element
{
  background-color : #cf2b1c;
  color : #FFF;
  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 : #FFF;
  text-decoration : none;
  padding-right: 5px;
}

.menu1s_element a:hover
{
  color : #FFF;
  text-decoration : none;
  text-align: left;
  font-weight: bold;
}

.menu1s_element_hover
{
  color : #FFF;
  background-color : #15197e;
  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 : #9DC4EE;

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

  cursor : pointer;
  background-color : #5E9DE3;

  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;
}

