#menu {
	background-image:url(../images/bg-menu.png);
	background-repeat:repeat-y;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 270px;
}
#menu li {
	font: 75% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background-image:url(../images/bg-menu.png);
	border-bottom: 1px solid #ffffff;
	color: #042128;
	display: block;
	margin: 0;
	padding: 6px 15px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 6px;
}

#menu-s {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 220px;
}
#menu-s li {
	font: 75% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu-s a {
	border-bottom: 1px solid #ffffff;
	color: #042128;
	display: block;
	margin: 0;
	padding: 6px 15px;
	text-decoration: none;
	font-weight:normal;
}
#menu-s a:hover {
	background: #2580a2 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 6px;
}

#menu-home {
	background-image:url(../images/bg-menu.png);
	background-repeat:repeat-y;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 230px;
}
#menu-home li {
	font: 75% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu-home a {
	background-image:url(../images/bg-menu.png);
	border-bottom: 1px solid #ffffff;
	color: #042128;
	display: block;
	margin: 0;
	padding: 6px 15px;
	text-decoration: none;
	font-weight:normal;
}
#menu-home a:hover {
	background: #2580a2 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 6px;
}