.menu li {
	margin: 0px;
	padding: 0px;
	background-color: #2D4978;
	line-height: 46px;
	text-indent: 33px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3F618B;
	width: 340px;
	background-image: url(../images/picto-menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.menu a {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1pt;
}
.menu a:hover {
	color: #4871A2;
}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	position:relative;
	z-index:500;
	padding:0;
	margin:0;
	list-style-type:none;
	width: 340px;
}
