
#menu_background							{ width: 100%; float : left;background :  url(image/zfond_menu.png) repeat-x;}
#page-wrap							{  margin-top : 10px;
								 margin-bottom : 10px;} 
a									{ text-decoration: none; }
ul									{ list-style: none;z-index : 100000; }


/* 
	LEVEL ONE
*/
ul.dropdown                         { float : left; margin-top: 10px; }
ul.dropdown li                      {  float: left; zoom: 1; }
ul.dropdown a:hover		            { font-size : 1.2em; color: gray; background : url(image/bouton_active.png) repeat-x;}
a:active                { font-size : 1.2em; color: #cacaca; }
ul.dropdown a:active                { font-size : 1.2em; color: #cacaca; }
ul.dropdown li a                    {font-family : special_font;font-size : 1.2em;font-weight : normal;font-style:normal;display: block;padding: 4px 8px;border-right: 0px solid #777;
color: gray;text-decoration: none;background : url(image/bouton.png) repeat-x;}

ul.dropdown li a.active{font-size : 1.2em;display: block;color : white; background : url(image/bouton_active.png) repeat-x;text-decoration: none;}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,ul.dropdown li:hover {  color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ margin-left : 0px;padding : 0px;width: 180px; visibility: hidden; position: absolute;   left: 0; color: #FFF;  }
ul.dropdown ul li 					{ font-weight: normal; border-bottom: 1px solid #ccc; float: none; }
ul.dropdown ul li a					{font-family : arial;font-size : 1em; border-right: none; width: 100%; display: inline-block;color : #FFF; } 
ul.dropdown ul li 					{ font-weight: normal;  float: none; }
ul.dropdown ul li a:hover				{font-size : 1em; border-right: none; width: 100%; display: inline-block;color : #FFF; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

