
//*Menu *//

#menu_relative {
    position:relative;
	height:1px;
	width:1px;
	}
	
#menu_bloc {
	position:absolute;
	top:219px;
	width:929px;
	height:54px;
	}

.wrapper1{

	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	}
	.wrapper1 a{
	color: #073c65;
		text-decoration: none;
	}
	.wrapper1 a:hover {
		color: #09548B;
	}
	.wrapper1 p {
		margin: 0;
		padding: 0;
		line-height: 18px;
	}
.wrapper {
	width: 929px;
	height:54px;
	margin:0;
}
.nav {
	background: url(pic/menu.png) repeat-x;
	float: left;
	height:54px;
}
.nev-wrapper {
	clear: both;
	float: left;
}
.nav-left {
	background: url(pic/menu_left.png) no-repeat top left;
	float: left;
	width: 20px;
	height: 54px;
}
.nav-right {
	background: url(pic/menu_right.png) no-repeat top right;
	float: left;
	width: 24px;
	height: 54px;
}
.nav ul {
	height: 54px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-weight:bold;
}
.nav li {
	float: left;
	padding: 0 1px;
	background: url(pic/split.png) no-repeat right center;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 35px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	background: url(pic/m_left.png) no-repeat left top;
	width: 8px;
	height: 35px;
	line-height: 54px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(pic/menu_mid.png) repeat-x top left;
	height: 35px;
	line-height: 54px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(pic/m_right.png) no-repeat top left;
	width: 8px;
	height: 35px;
	line-height: 54px;
	display: block;
	float: left;
}
.nav li a .menu-mid, .nav li a .menu-left, .nav li a .menu-right
{
background-position:0px 0px;
}
.nav li a:hover .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -20px;
	line-height: 54px;
}
.nav li.active a .menu-left,
.nav li.active a .menu-mid,
.nav li.active a .menu-right,
 {
	background-position: 0 0;
	line-height: 54px;

}
.nav li a:hover,
.nav li.hover a,
.nav li:hover a {
	color:#00a0f5;
}
.nav li.active a {color:#FFFFFF;}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 35px;
	left: 0px;
	background: url(pic/submenu_top.png) no-repeat;
	width: auto;
	padding-top: 3px;
}
.nav li ul {
	background: url(pic/submenu_bg.png) repeat-y;
	width: 250px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

.nav li:hover li,
.nav li.active li {
	width: 250px;;
	margin: 2px 5px 2px 5px;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #073c65;
	background: none !important;
	line-height: normal;
	padding: 0;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #00a0f5;
	background: none !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #00a0f5;
	background: none !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(pic/submenu_bottom.png) no-repeat;
	width: 250px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
.content {
	width: 670px;
	background: transparent url(pic/content_bg.png) repeat-y;
	float: left;
	padding: 10px 20px;
}
.content h1 {
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px dashed #C1D9F0;
}
.content h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: -5px;
}
.content p {
	padding: 0 15px;
	text-align: justify;	
}
.content-bottom {
	width: 710px;
	background: transparent url(pic/content_bottom.png) no-repeat;
	height: 13px;
	float: left;
}
