#menu {
	background: #B7B7B7;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 239px;
}
#menu li {
	font: 11px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #B7B7B7;
	border-bottom: 1px solid #476170;
	color: #476170;
	display: block;
	margin: 0;
	padding: 10px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover { background: #2580a2 url("images/hover.gif") left center no-repeat; color: #fff; padding-bottom: 10px; 
}.background {
	background-image: url(../../../Desktop/back.jpg);
	background-repeat: no-repeat;
}
