#menu {
}
.menu1_container {
	#width:125px;
	font-size : 12px;
	text-align : center;
	margin-left : 2px;
	padding-top:15px;
	cursor : pointer;
}
.menu1_container_line {
	float:left;
	text-align:center;
	vertical-align: text-bottom;
}
.menu_element {
	float: left;
	color: #777777;

	height:35px;
	#height:20px;
	padding-left:20px;
	width:55px;
	background: url(../images/index/menu.png) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.menu_element a {
	float: left;
	text-decoration : none;
	white-space : pre;
	color: #777777;
}
.menu_element a:hover {
	float: left;
	white-space : pre;
	color: #d55315;
	background: url(../images/index/menu_hover.png) no-repeat;
	width:95px;
	height:35px;
	#height:20px;
	padding-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.menu_element_hover {
	float: left;
	white-space : pre;
	color: #d55315;
	background: url(../images/index/menu_hover.png) no-repeat;
	width:95px;
	height:35px;
	#height:20px;
	padding-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.menu_element_hover a {
	float: left;
	text-decoration : none;
	color : #d55315;
}
.menu_element_hover a:hover {
	color : #d55315;
	text-decoration : none;
	white-space : pre;
}
/***********************************      second submenu    *************************************************/
.hidden_sub_menu {
	position:relative;
	white-space:nowrap;
	height:43px;
 #height:18px;
	border:none;
	width: 90px;
}
.menu1s {
	position : relative;
	float : left;
	text-align: center;
	white-space : pre;
	color: #fff;
	width:110px;
	height:42px;
	padding-left:5px;
	padding-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.menu1s_container {
	float: left;
	position : absolute;
	top : 48px;
 #top : 74px;
	left : 8px;
	display : none;
	width : 180px;
}
.menu1s_element {
	background-color : #CBB54F;
	color : #fff;
	text-align: left;
	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 : #374029;
	text-decoration : none;
	text-align: left;
}
.menu1s_element_hover {
	color : #374029;
	background-color : #EBCE52;
	text-align: left;
	cursor : pointer;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left: 5px;
	padding-right: 5px;
	width : 180px;
}
.menu1s_element_hover a {
	color : #374029;
	text-decoration : none;
}
.menu1s_element_hover a:hover {
	color : #374029;
	text-decoration : none;
	text-align: left;
}
/******************************        third submenu       ***************************************************/
.menu2s {
	position : relative;
}
.menu2s_container {
	position : absolute;
	top : 0;
	left:190px;
	display : none;
	width : 200px;
	white-space : pre;
}
.menu2s_element {
	text-align: left;
	color : #fff;
	background-color : #CBB54F;
	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 : #374029;
	text-decoration : none;
	text-align: left;
	overflow: hidden;
}
.menu2s_element_hover {
	color : #374029;
	text-align: left;
	cursor : pointer;
	background-color : #EBCE52;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left: 5px;
	width : 200px;
	overflow: hidden;
}
.menu2s_element_hover a {
	color : #374029;
	text-decoration : none;
}
.menu2s_element_hover a:hover {
	color : #374029;
	text-decoration : none;
}
