/****************************************************
*****************************************************
****************************************************/

div#banner {
	position : relative;
	margin: 7px auto 0px auto ;
	text-align : left;
	clear : both;
	overflow : visible;
	width : 1004Px;
	height:116px;
}

/****************************************************
*****************************************************
****************************************************/

div#menu{
	margin : 8px 0px 0px 0px ;
	background : url('') no-repeat #CCCCCC;
	height: 19px;
	width: 100%;
}

div#menu ul{
	list-style: none ;
	margin: 0px 0px 0px 0px  ;
	overflow : hidden;
	border-right: 1px solid #fff;
	float:left;
}
div#menu li{
	border-left : 1px solid #fff;
	color : #FFFFFF;
	background : #CCCCCC;
	float : left;
	/*width : 10.344em;*/
	width : 161px;
	text-transform: uppercase;
}
div#menu .selected{
	background : #786F70;
	color : #786F70;
	text-decoration : none ;
}
div#menu .selected a{
	background : #786F70;
	color : white;
	text-decoration : none ;
}
div#menu li a{
	display: block ;
	font : bold 12px arial ;
	line-height: 11px ;
	padding: 4px 0 ;
	text-align: center ;
	color : #fff ;
	text-decoration : none ;
}
div#menu li a:hover{
	background : #786F70;
	color : white ;
	text-decoration : none ;
}

.selected2{
	color : #FF9900;
	text-decoration : underline ;
}

div#banner embed{
	float : left;
}
div#banner ul{
	list-style: none ;
}
div#banner li{
	margin: 15px 10px 0px 0px  ;
	color : #786F70;
	/*width : 10.344em;*/
	text-transform: uppercase;
	width:220px;
	text-align:left;
}
div#banner .selected{
	color : #FF9900;
	text-decoration : none ;
}
div#banner .selected a{
	background : #fff;
	color : #FF9900;
	text-decoration : none ;
}
div#banner li a{
	display: block ;
	font : bold 12px arial ;
	
	padding:1px 0 1px 0;
	text-align: left;
	color : #786F70 ;
	text-decoration : none ;
	border-bottom:1px solid #EAE8E8;
	padding-left:5px;
}
div#banner li a:hover{
	color : #FF9900 ;
	text-decoration : none ;
}

div#banner ul li ul li{
	margin:0;
}

div#banner ul li ul li a{
	margin:0;
	text-transform: none;
	font-weight:normal;
	border:none;
}

#banner .banner_img{
	position:absolute;
	left:2px;
	top:0;
}

#banner .banner_title{
	float:right;
}

#banner #sousmenu{
	position:absolute;
	top:200px;
	left:0;
}

