#menu {
	width: 200px;
	height: 295px;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	background-image: url(../new/images/graphics/menu-bgr.gif);
	
}

#menu ul {
	list-style-type: none;
	margin: 0px auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	letter-spacing: 1px;
	font-family: "Bookman Old Style";
	font-weight: normal;
	padding-left: 15px;
}
#menu a{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	width: 160px;
	height: 34px;
	text-align: left;
	line-height: 30px;
	border-top: 1px none #CCCCCC;
	border-right: none #CCCCCC;
	border-bottom: 1px double #CCCCCC;
	border-left: none #CCCCCC;
	font-weight: bold;
	font-size: medium;
	
	padding-left: 4px;
}
#menu a:hover {
	background-image: url(../new/images/graphics/hover-bgr.gif);
}
.menu-wrapper {
	width: 397px;
	float: left;
	background-image: url(../new/images/graphics/menu-wrapper-bgr.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

