/*  

Copyright © 2006 Troll d'idées. Tous droits réservés.

Site web (CMS) : Menu Horizontal
Thème : Gneiss
Créé le : 17/07/2007
*/

ul.menu_h, ul.menu_h li {
	list-style: none;
}

ul.menu_h li {
	display: inline;
}

/* -- menu2 -- */

#menu2 .menu_h {
	margin-right: 6px;
	float: right;	
}

#menu2 .nav1 {
	background: #ff6c00 url('../../../../images/new/nav_contact_off.gif') no-repeat center;
	width:88px;
}

#menu2 .nav2 {
	background: #ff6c00 url('../../../../images/new/nav_plan_off.gif') no-repeat center;
	width:110px;
}

#menu2 .nav3 {
	background: #ff6c00 url('../../../../images/new/nav_blog_off.gif') no-repeat center;
	width:196px;
}

#menu2 .nav4 {
	background: #ff6c00 url('../../../../images/new/nav_amis_off.gif') no-repeat center;
	width:99px;
}

#menu2 .nav1:hover, #menu2 .nav1.actif {
	background: #e64c14 url('../../../../images/new/nav_contact_on.gif') no-repeat center;
	width:88px;
}

#menu2 .nav2:hover, #menu2 .nav2.actif {
	background: #e64c14 url('../../../../images/new/nav_plan_on.gif') no-repeat center;
	width:110px;
}

#menu2 .nav3:hover, #menu2 .nav3.actif {
	background: #e64c14 url('../../../../images/new/nav_blog_on.gif') no-repeat center;
	width:196px;
}

#menu2 .nav4:hover, #menu2 .nav4.actif {
	background: #e64c14 url('../../../../images/new/nav_amis_on.gif') no-repeat center;
	width:99px;	
}


#menu2 .menu_h a, #menu2 .menu_h .separateur {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 0px 2px 0px 0px;
	padding: 0px 0px 0px 0px;	
	text-indent: -900em;	
}

#menu2 .menu_h a:hover, #menu2 .menu_h a.actif {
	margin: 0px 2px 0px 0px;
}


