#menu2 {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 250px;
	background-color: #666;
	height: 230px;
}
#menu2 li {
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 12px;
	text-align: left;
}
#menu2 a {
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #666;
	height: 16px;
	text-align: left;
}
#menu2 a:hover {
	color: #fff;
	padding-bottom: 8px;
	background-color: #2580a2;
	background-image: url(images/hover2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
