ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
	}
ul#menu li a {
	display: block;
	/*height: 18px;
	line-height: 18px;*/
	height: 1.8em;
	line-height: 1.8em;
	background: #990F35;
	padding-left: 5px;
	margin: 0px 0;
	border-bottom: 1px solid #A5052F;
	color: #ffffff;
	text-decoration: none;
}
ul#menu li a:hover {
	background: #dddddd;
	color: #990F35;
}
ul#menu li.select a {
	display: block;
	/*height: 18px;
	line-height: 18px;*/
	height: 1.8em;
	line-height: 1.8em;
	background: #dddddd;
	padding-left: 10px;
	margin: 0px 0;
	border-bottom: 1px solid #A5052F;
	color: #990F35;
	text-decoration: none;
}
ul#menu .ssmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
ul#menu .ssmenu li a {
	display: block;
	/*line-height: 18px;
	height: 18px;*/
	height: 1.8em;
	line-height: 1.8em;
	padding-left: 30px;
	background: url(../img/fond_ssmenu2.gif) no-repeat 0% 50%;
	margin: 0px 0;
	border-bottom: 1px solid #970F35;
	color: #dddddd;
}
ul#menu .ssmenu li a:hover {
	color: #000000;
	background: url(../img/fond_ssmenu2_hover.gif) no-repeat 0% 50%;
}
ul#menu .ssmenu li.select a {
	display: block;
	/*line-height: 18px;
	height: 18px;*/
	height: 1.8em;
	line-height: 1.8em;
	background: url(../img/fond_ssmenu2_hover.gif) no-repeat 0% 50%;
	margin: 0px 0;
	border-bottom: 1px solid #970F35;
	color: #000000;
}
ul#menu .ssmenu li.select a:hover {
	color: #000000;
	background: url(../img/fond_ssmenu2_hover.gif) no-repeat 0% 50%;
}
ul#menu li.menulastitem {
  margin-top: 2em;
}
