#menu {
	background-image: url(../new/images/menu-bgr.gif);
	height: 199px;
	width: 309px;
	background-repeat: no-repeat;
	padding-top: 4px;
}

#menu ul {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	margin: 0px auto;
	text-align: left;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
}
#menu a{
	display: block;
	height: 21px;
	text-decoration: none;
	color: #000000;
}
#menu a:hover {
	text-decoration: underline;
	color: #CC3333;
}

