/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position: absolute;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.transMenu.top .items {
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	width: 2px;
	position: absolute;
	z-index: 3;
	top: 3px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position: absolute;
	z-index: 1;
	left: 3px;
	height: 2px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

/* each TR.item is one menu item */
.transMenu .item {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	text-transform: none;
	/*background-image: url(../images/coolmenu/menu.gif);*/
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border: none;
	cursor: pointer;
}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#a26ffa;
	/*background-image: url(../images/coolmenu/menu_rollover.gif);*/
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
}

/* ----------------------------------------------------------------
- Added classes by Khanh - 050629
- Style and mark-up improved by Hieu Nguyen & Ha Le Viet - 060718
-------------------------------------------------------------------*/
.transMenu .item#active {
	background: #F7941D;
	color: #FFFFFF!important;
	font-weight: bold;
	/* -moz-opacity: .6;
	filter: alpha(opacity=60); */
}

.transMenu .item#active:hover {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	/*background-image: url(../images/background_menu_over.gif);*/
	background-repeat: repeat-x;
}

/* For first level menu.*/

html>body #menu{
clear:both;
/*margin:0 0 0 18px;*/
margin:0 0 0 12px;
padding:30px 0 0 0;
width:978px;
}


#menu{
clear:both;
/*margin:0 0 0 18px;
padding:30px 0 0 0;*/
margin:30px 0 0 12px;
padding:0;
width:978px;
}

#menu ul{
margin:0;
padding:0;
}

#menu ul li{
float:left;
list-style-type:none;
margin:0;
padding:0;
}

#menu ul li a{
margin:0;
padding:0;
}

#menu ul li a span{
margin:0;
padding:0;
}

#menu ul li a:hover span{
color:#fff;
margin:0;
padding:0;
}



#menu ul li a.lien-accueil{
color:#000;
background:url(../img/fond-accueil.gif) no-repeat 0 0;
display:block;
font-size:0.8em;
height:32px;
line-height:25px;
margin:0;
padding:0;
text-decoration:none;
text-align:center;
width:92px;
}


#menu ul li a.lien-presentation {
color:#fff;
background:url(../img/fond-rubrique-societe.jpg) no-repeat 0 0;
display:block;
font-size:0.8em;
height:30px;
line-height:25px;
margin:2px 0 0 0;
padding:0;
text-decoration:none;
text-align:center;
width:143px;
}

#menu ul li a:hover.lien-presentation{
color:#fff;
background:url(../img/fond-rubrique-societe.jpg) no-repeat 0 -30px;
display:block;
height:30px;
font-weight:bold;
margin:2px 0 0 0;
padding:0;
width:143px;
}

#menu ul li a.lien-europe{
color:#fff;
background:url(../img/fond-rubrique-europe.jpg) no-repeat 0 0;
display:block;
font-size:0.8em;
height:30px;
line-height:25px;
height:30px;
margin:2px 0 0 0;
padding:0;
text-decoration:none;
text-align:center;
width:146px;
}

#menu ul li a:hover.lien-europe{
color:#fff;
background:url(../img/fond-rubrique-europe.jpg) no-repeat 0 -30px;
display:block;
height:30px;
font-weight:bold;
margin:2px 0 0 0;
padding:0;
width:146px;
}

#menu ul li a.lien-expertise{
color:#fff;
background:url(../img/fond-rubrique-expertise.jpg) no-repeat 0 0;
display:block;
font-size:0.8em;
height:30px;
line-height:25px;
height:30px;
margin:2px 0 0 0;
padding:0;
text-decoration:none;
text-align:center;
text-indent:8px;
width:148px;
}





#menu ul li a:hover.lien-expertise{
color:#fff;
background:url(../img/fond-rubrique-expertise.jpg) no-repeat 0 -30px;
display:block;
height:30px;
font-weight:bold;
margin:2px 0 0 0;
padding:0;
width:148px;
}




#menu ul li a.lien-services{
color:#fff;
background:url(../img/fond-rubrique-services.jpg) no-repeat 0 0;
display:block;
font-size:0.8em;
height:30px;
line-height:25px;
height:30px;
margin:2px 0 0 0;
padding:0;
text-decoration:none;
text-align:center;
text-indent:8px;
width:150px;
}


#menu ul li a:hover.lien-services{
color:#fff;
background:url(../img/fond-rubrique-services.jpg) no-repeat 0 -30px;
display:block;
font-size:0.8em;
font-weight:bold;
height:30px;
line-height:25px;
height:30px;
margin:2px 0 0 0;
padding:0;
text-decoration:none;
text-align:center;
text-indent:8px;
width:150px;
}


#menu ul li a.lien-devis{
color:#fff;
background:url(../img/fond-rubrique-devis.jpg) no-repeat 0 0;
display:block;
font-size:0.8em;
height:30px;
line-height:25px;
margin:2px 0 0 0;
padding:0;
text-decoration:none;
text-align:center;
width:152px;
}

#menu ul li a:hover.lien-devis{
color:#fff;
background:url(../img/fond-rubrique-devis.jpg) no-repeat 0 -30px;
display:block;
height:30px;
font-weight:bold;
margin:2px 0 0 0;
padding:0;
width:152px;
}

#menu ul li a.lien-contact{
color:#fff;
background:url(../img/fond-rubrique-contact.jpg) no-repeat 0 0;
display:block;
font-size:0.8em;
height:30px;
line-height:25px;
margin:2px 0 0 0;
padding:0;
text-decoration:none;
text-align:center;
width:143px;
}

#menu ul li a:hover.lien-contact{
color:#fff;
background:url(../img/fond-rubrique-contact.jpg) no-repeat 0 -30px;
display:block;
height:30px;
font-weight:bold;
margin:2px 0 0 0;
padding:0;
width:143px;
}




/*a.havechild-mainlevel-trans {
	margin: 0;
	padding: 0;
	background: url(arrow-off.gif) 95% 45% no-repeat;
	border-right: 1px solid #FFFFFF!important;
}

a.mainlevel-trans:active {
	margin: 0;
	padding: 0;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-image: url(../images/background_menu_over.gif);
	background-repeat: repeat-x;
}

a.havechild-mainlevel-active-trans,
a.havechild-mainlevel-active-trans:active {
	margin: 0;
	padding: 0;
	color: #FFFFFF!important;
	background: url(img/arrow-off.gif) no-repeat #FAB158;
}

a.jahover {
	margin: 0;
	padding: 0;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-image: url(../images/background_menu_over.gif);
	background-repeat: repeat-x;
}

a.jahover-active {
	margin: 0;
	padding: 0;
	color: #FFFFFF!important;
	background: url(arrow-on.gif) no-repeat #FAB158;
}

a.mainlevel-trans {
	margin: 0;
	padding: 0;
}

a.mainlevel-trans:hover,
a.mainlevel-trans:active {
	margin: 0;
	padding: 0;
	color: #1a2f67;
	background-image: url(../images/coolmenu/menu_rollover.gif);
	background-repeat: repeat-x;
}

a.mainlevel-active-trans {
	margin: 0;
	padding: 0;
	color: #FFFFFF!important;
	background: #FAB158;
}

a.mainlevel-active-trans:hover,
a.mainlevel-active-trans:active {
	background: #FAB158;
	color: #FFFFFF;
}
