#menu {
	list-style: none;
	width: 185px;
	float: right;
	height: 482px;
	background-image: url(images/fond_menu.png);
	background-repeat: repeat;
	text-decoration: none;
	padding: 0;
	margin-top: 44px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu li {
	text-indent: 10px;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 67.5%;
	color: #999999;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#menu .separator {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-left: 30px;
	margin-right: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#menu a {
	color: #726D6D;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 20px;
}
#menu a:hover {
	color: #FFFFFF;
	padding-bottom: 4px;
	background-image: url(images/fond_rollover.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu .selected {
	color: #FFFFFF;
	padding-bottom: 4px;
	background-image: url(images/fond_rollover.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu .separator2 {
	margin-left: 30px;
	margin-right: 10px;
	background-image: url(images/separator_h.gif);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	background-position: 2px;
}
