dl, dt, dd, ul, li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu 
{
	position: absolute;
	/*top: 150;*/
	/*left: 0;*/
	z-index:100;
	width: 100%;
}

#menu dl 
{
	float: left;
	width: 100px;																		
}

#menu dt 
{
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background:#ffffff url("../../../images/commun/menu/menu.jpg") no-repeat right top;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 5px;
}

#menu li 
{
	text-align: center;
	background: #4F6493; 														
	border-bottom:1px solid #2D3752;								
	border-right:1px solid #2D3752;									
	border-left:1px solid #2D3752;									

	padding-top: 2px;
	padding-bottom: 2px;
}

#menu dt a
{
	text-decoration: none;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
}

#menu li a
{
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	color: #fff;
	
	font-weight: normal;
}

#menu li a:hover, #menu dt a:hover 
{
	color: #FDBA37;
}


