   /***** menu principale *****/

        #menucnt {            
            float           : left;
            left			: 0;
            top				: 0px;
            display         : inline;
            margin-top      : 0px;
            margin-left     : 0px;
            width           : 520px;
            position        : relative;
            z-index         : 800;
			*height			: 41px;
			clear:both;
			
        }
        
        * html #menucnt  {
            float           : non;
            display         : block;
        }
        
        #menu {
            float           : left;
            padding-left	: 0px;
            padding-right	: 0px;
            margin			: 0px;
            height          : auto !important;
            height          : 40px;
            min-height      : 40px;
            background      : url(../img/bgmenu_nr.jpg) top center no-repeat; 
            z-index         : 800;
        }
 
 	/** IE < 7 **/
        * html #menu {
			margin-left		: -13px;
			margin-top		: -3px;
			top				: 0px;
			
		}
		
        #menu li {
            padding-right   : 0px;
			position		: relative;
			background      : url(../img/menu-main-2line_nr.gif) bottom right no-repeat;
        }
        
        #menu li.lastmenu {
            background      : url(../img/menu-main-end.gif) bottom right no-repeat;  */           
            background      : none;            
        }
      
        
        #menu ul {		
			visibility	   : hidden;
            display        : none;
			background	   : none; 
			position	   : absolute;
			z-index		   : 10;
        }
        

        
        #menu li a {
            display         : block;
            position        : relative;
            z-index         : 15;
           line-height     : 40px;
            text-decoration : none;
           font-size       : 11px;
           font-weight     : bold;
            color           : #003366;
            padding         : 0 10px;
         }
        
      
		
		
        * html #menu li.lastmenu a {
			padding-bottom	: 5px;
		}
		
        #menu li a:link,
        #menu li a:visited,
        #menu li a:hover,
        #menu li a:active {
            color           : #999;
        }
        
        * html #menu a.hide {
            display         : none;
        }
        
        
        #menu li a:hover {
            direction       : ltr;
        }
		

		#menu li strong {
			background		: #000;
		}

		#menu li a:hover,
		#menu li:hover a.hide {
			color			: #fff;
			background		: #000;
			margin-right	: 2px;
		}
		
		/** IE < 7 **/
        * html #menu li a:hover {
			color			: #ff;
			background		: #000;
			margin-left	: 0px;
			margin-right	: 3px;
			
		}

        #menu li:hover ul,
        #menu li a:hover ul {
			position       : absolute;
			visibility		: visible;
			top				: 40px;
	        display         : block;
            z-index         : 900;
			width			: 210px;
			line-height		: 1.4em;
			margin-left		: -14px;
			list-style-type: none;
            margin         : 0;
            padding        : 0px 7px 7px -7px;
		}

		/** IE < 7 **/
        * html #menu li a:hover ul {
			margin-top		: 3px;
			margin-left		: -8px;
			top				: 28px;
		}
		
		
        #menu li li,
        #menu li li a {
            background      : #fff;
        }

        #menu li a:hover ul a,
        #menu li:hover ul a {
			height			: 2.0em;
			line-height		: 2.0em;
			font-size		: 11px;
			font-weight		: normal;
			margin			: 0;
			padding-left	: 2px;
			border-bottom	: 1px #999 solid;
			background		: #000 url(../img/menu-main-arrow-off.gif) 95% center no-repeat;
		}


        #menu li a:hover ul a:hover,
        #menu li:hover ul li:hover a {
			background		: #999 url(../img/menu-main-arrow-on.gif) 95% center no-repeat;			
		}
		
		/** IE < 7 **/
        * html #menu li a:hover ul a {
			font-size		: 11px;
		}
		* html #menu a:hover li {
			margin-left		: -2px;
		}