.menubg {
    background-color: #434547;
}

		#jMenu {
			display: table;
			margin: 0 auto;
			padding: 0;		
			width:1004px;		
		}

	/********************/
	/** premier niveau **/
	/********************/
			#jMenu li {
			display: table-cell;
			background-color: #434547;
			/*float:left;*/
			}

			#jMenu li a {
			font-family:Roboto, Helvetica, Arial, sans-serif;
			padding: 15px;
			display: block;
			background-color: #434547;
			text-transform: uppercase;
			text-decoration: none;
			cursor: pointer;
			font-size: 9pt;
			text-align: center;
			font-weight:normal;
			color:#ffffff;
            border-right: 1px solid #56585a;
			}	
			
			#jMenu li a:hover {
		/*	color: #becee4;   */
            background: #5ab7de;
            border-right: 1px solid #4bb0db;
			}				


			menu 
		/*******************/
		/** second niveau **/
		/*******************/
			#jMenu li ul {
			display: none;
			position: absolute;
			padding: 0;
			margin: 0;
			z-index: 9999;
			}

			#jMenu li ul li {
			background-color: #dadada;
			display: block;
			border-bottom: 1px dotted #ffffff;
			padding: 0;
			color: #0E254F;
			}



			#jMenu li ul li.arrow {
			background: transparent url('../images/arrow_down.png') no-repeat center center;
			height: 6px;
			padding: 0;
			border-bottom: none;
			padding-bottom: 0px;
			}

			#jMenu li ul li a {
			font-size: 11px;
			text-transform: none;
			padding: 7px;
			display: block;
			white-space:nowrap;
			}

			#jMenu li ul li a.isParent {
				background: transparent url('../images/arrow_right.png') no-repeat right center;
			}

			#jMenu li ul li a:hover {
				background-color: #becee4;
				color:#ffffff;
				border-top: 1px solid #dadada;
				border-bottom: 1px solid #dadada;
			}
