
.simple_header
{
	position:relative;
}

.simple_header .logo
{
	width:228px;
	height:121px;
	display:block;
}

.simple_header .com
{
	position:absolute;
	top:10px;
	left:240px;
}

.flags
{
	position:absolute;
	top:8px;
	right:6px;
}
.flags img
{
	cursor:pointer;
	margin:1px;
}
.flags a
{
}
.flags a img
{
	margin:1px;
	border:0px;
}

/******************************************************************************/
.e_menu
{
	position:relative;
	margin:2px;
	margin-top:0px;
	background-color:#fff;
	background-image:url(../img/center_menu_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.mode_2
{
}
.mode_2 .mask
{
	display:block;
}
.mode_2 .more
{
	display:block;
}

.e_menu .mask,
.mode_2 .mask
{
	background-color:#FEF2A0;
	height:7px;
	left:0;
	position:absolute;
	top:61px;
	width:984px;
	background-image:url(../img/mask_corner_left.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:0px;
	display:none;
}
.e_menu .mask .r,
.mode_2 .mask .r
{
	background-image:url(../img/mask_corner_right.gif);
	float:right;
	height:7px;
	background-position:bottom right;
	background-repeat:no-repeat;
	width:10px;
}

.e_menu .more,
.mode_2 .more
{
	background-image:url(../img/more_bg.gif);
	background-position:bottom left;
	background-repeat:repeat-y;
	position:relative;
	overflow:hidden;
	display:none;
}

.more_content
{
	margin:10px;
}
.more_content b
{
	display:block;
	margin-top:10px;
}
.e_menu .more .r,
.mode_2 .more .r
{
	height:500px;
	background-image:url(../img/more_bg_r.gif);
	background-position:bottom right;
	background-repeat:repeat-y;
	position:absolute;
	top:0px;
	right:0px;
	width:3px;
}
.e_menu .more .b,
.mode_2 .more .b
{
	background-image:url(../img/more_bg_b.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	position:absolute;
	left:0px;
	bottom:0px;
	width:984px;
	height:8px;
}
.e_menu .more .b .l,
.mode_2 .more .b .l
{
	background-image:url(../img/more_bg_bl.gif);
	background-position:bottom left;
	background-repeat:no-repeat;;
	position:absolute;
	width:10px;
	height:8px;
	float:left;
}
.e_menu .more .b .r,
.mode_2 .more .b .r
{
	background-image:url(../img/more_bg_br.gif);
	background-position:bottom left;
	background-repeat:no-repeat;;
	position:absolute;
	width:10px;
	height:8px;
	float:right;
}

.mode_2 .mask
{
	display:block;
}
.mode_2 .more
{
	/*display:block;*/
}

.e_menu .close_btn
{
	position:absolute;
	bottom:5px;
	right:5px;
	width:10px;
	height:10px;
	background:#FAA;
}
.e_menu .left
{
	height:68px;
	width:10px;
	background-image:url(../img/left_menu_bg.jpg);
	float:left;
}
.e_menu .center
{
	height:68px;
	position:relative;
}
.e_menu .right
{
	height:68px;
	width:10px;
	float:right;
	background-image:url(../img/right_menu_bg.jpg);
}

.e_menu .main_menu
{
	padding:8px;
}


.e_menu .main_menu a
{
	color:#fff;
	font-size:18px;
	text-decoration:none;
	padding:0px 15px 0px 15px;
	float:left;
	display:block;
	height:28px;
	line-height:22px;
	position:relative;
}
.e_menu .main_menu a span
{
	background-image:url(../img/menu_entry_bg_right.jpg);
	width:12px;
	height:27px;
	position:absolute;
	top:0px;
	right:0px;
	display:none;
}

.e_menu .main_menu a:hover,
.e_menu .main_menu a.selected
{
	background-image:url(../img/menu_entry_bg.jpg);
	color:#d30000;
	line-height:26px;
}
.e_menu .main_menu a:hover span,
.e_menu .main_menu a.selected span
{
	display:block;
}

.e_menu .sub_menu
{
	position:absolute;
	top:40px;
	left:20px;
	color:#b00000;
}
.e_menu .sub_menu a
{
	color:#b00000;
	font-size:14px;
	text-decoration:none;
	margin:0px 5px 0px 5px;
	padding:0px 5px 0px 5px;
	line-height:21px;
	height:21px;
	position:relative;
	float:left;
	display:block;
}

.e_menu .sub_menu a:hover
{
	background-image:url(../img/submenu_hover_bg.jpg);
	color:#000;
}

.e_menu .search_field
{
	background-image:url(../img/search_bg.gif);
	position:absolute;
	top:6px;
	right:59px;
	background-repeat:no-repeat;
	background-position:center right;
	width:225px;
	height:25px;
	color:#fff;
	font-size:18px;
}
.e_menu .search_field form
{
	display:inline;
	margin:0px;
	padding:0px;
}
.e_menu .search_field input
{
	height:16px;
	margin-left:18px;
	width:141px;
	border:0px;
}

.e_menu .b_links
{
	position:absolute;
	top:40px;
	right:10px;
	color:#B00000;
	font-size:18px;
}

.e_menu .b_links a
{
	background-image:url(../img/t_m_arrow.gif);
	background-position:right 5px;
	background-repeat:no-repeat;
	color:#B00000;
	font-size:18px;
	padding-right:12px;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}
.e_menu .b_links a:hover
{
	text-decoration:underline;
}