	#TBLMENU
	{
		background-image: url(http://www.ypci-net.com/images/fond_btn_up.jpg);
		background-repeat: repeat-x;
		width: 756;
		height: 45px;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
				
	#TBLMENU div, dl, dt, dd
	{
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
	}

	#TBLMENU div {
		position: relative;
		z-index: 100;
		width: 756px;
		height: 45px;
	}
	
	#TBLMENU dl
	{
		float: left;
		height: 45px;
	}
	
	#TBLMENU dt
	{
		height: 45px;
		cursor: pointer;
	}
	
	#TBLMENU ul
	{
		margin: 0;
		padding: 0;
		position: absolute;
		border: 1px solid gray;
		background: #FFFFFF;
	}

	#TBLMENU li
	{
		background: #FFFFFF;
		width: 98%;
		text-align: left;
		margin: 2;
		padding: 0;
		list-style-type: none;
	}

	#TBLMENU .MYMENU
	{
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		text-decoration:none; 
		height:45px; 
		font-family: Arial, Helvetica;
		color:#FFFFFF;
		font-size:9pt;
		font-weight:bold;
		border-right: 1px solid #6F9CCF;
	}
	
	#TBLMENU a.MYMENU:hover
	{
		color:#0033CC; 
		background-image:url(http://www.ypci-net.com/images/fond_btn_dw.jpg);
		background-repeat: repeat-x;
	}
	
	#TBLMENU a.MYLIMENU
	{
		text-decoration:none;
		display: block;
		font-family: Arial, Helvetica;
		font-size:9pt;
		font-weight:bold; 
		color:#0033CC;
	}
	
	#TBLMENU a.MYLIMENU:hover
	{
		background: #6F9CCF;
		text-decoration:none;
		font-family: Arial, Helvetica;
		font-size:9pt;
		font-weight:bold; 
		color:#0033CC;
	}