﻿/*<![CDATA[*/

#example {
background:url("/sites/sante-animale/PublishingImages/navBG.gif") repeat-x;
 		  background-position: 0px 0px;
  		  height:19px !important;
  		  margin-top:2px;
  		  width:560px;
  }
/*<![CDATA[*/

/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */
/* remove all list stylings */
/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* riequired to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	display:none;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	display:block;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	display:none;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 0px 0px 0px 0px;
	margin: -10px 4px 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

#footer #acces_rapide .menu li:hover>ul {
	display:block;	/* display submenu them on hover */
	top: -100%;	/* 1st level go below their parent item */
}


#footer #acces_rapide
{
	position:relative; 
	float:left; 
	width:162px; 
	height:20px; 
	background:url(/sites/sante-animale/PublishingImages/bg_acces_rapide.gif) no-repeat Scrollbar 0% 0%;
	z-index:10;
}

#footer #access_rapide ul {
	background-color:#FFFFFF;
	border:1px solid #D6D6D6;
	color:inherit;
	left:19px;
	position:absolute;
	top:19px;
	width:156px;
}

#footer .menu {
	margin-left:20px;
}

#ftr {
	background:transparent url(/sites/sante-animale/PublishingImages/puce_gris.gif) no-repeat scroll 0px 50%;
	float:left;
	margin:3px 0pt 0pt 30px;
	padding-left:10px;
}

#footer #acces_rapide .menu h3 
{
	line-height:2;
	font-size:10px; 
	font-weight:normal; 
	cursor:default;
	padding-left:3px;
}

#footer #acces_rapide ul li a 
{
	display:block;
	padding:0.3em 2px 0.4em 10px;
}

#footer #acces_rapide .menu ul 
{
	background-color:#FFFFFF; 
	border:1px solid #d6d6d6; 
	color:inherit;
	position:absolute; 
	width:156px; 
}

#footer #access_rapide div ul li {
	background:transparent none no-repeat scroll 0px 50%;
	float:left;
	margin:3px 0pt 0pt 20px;
	padding-left:10px;
}
#footer #acces_rapide .menu ul li.first {
	padding-top:1px; background:none;
}

#footer #acces_rapide a.first{
	background-image:none !important;
}
#footer #acces_rapide .menu li ul {	/* create borders around each item */
	border: 1px solid #D6D6D6 !important;
	position:relative;
	bottom:89px;
	margin-left:0px;

}
#footer #acces_rapide .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0px ;
}

#footer #acces_rapide .menu li ul li.first 
{
	padding-top:1px; 
	background:none !important;
}

#footer .menu ul li a:hover, #footer #acces_rapide .menu ul li a:focus, #footer #acces_rapide .menu ul li a:active 
{
	background-color:#F3F3F3; 
	color:black; 
	text-decoration:underline;
}


/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */


#header .menu, .menu ul li {
	color: white;
	cursor: default;
/*	background: #234;*/
}

#header .menu ul {
	width: 11em;
	color: white;
}

#header .menu div a {
	text-decoration: none;
	color: white;
	padding: 5px .5em;
	display: block;
	position: relative;
	bottom:3px;
	padding: 0.4em 2px 0.4em 10px;
	font-family:Arial;
	font-size:9pt !important;
}

#header .menu a:hover, .menu li:hover>a {
	color: white;
	text-decoration:underline;
	display:block;
}

#header a.first{
	background-image:none !important;
}

#header .menu li ul {	/* create borders around each item */
	border: 1px solid #2175D9 !important;
}

#header .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0px ;
}

#header .menu li ul li.first {background:none !important;}

#header .menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
#header .menu li ul li a:hover {
	color:black; 
	text-decoration:underline;
}

/* End Fix */
/*]]>*/