.menu{
	border: 0;
	background: #fff url(../graphics/general/paper_edge_shade.gif) repeat-y;
	width: 400px;
	float: left;
	padding: 20px 20px 20px 20px;
}

div#MenuNav{
	position: relative;
	margin: 50px;
	height: 300px;
}
div#MenuNav ul{
	list-style-type: none;
}
div#MenuNav li a{
	color: #fff;
	text-decoration: none;
	margin: 10px 0 0 10px;
}
.menu ul {
	padding: 20px 20px 20px 20px;
	list-style-type: none;
	text-align: left;
	font-weight: bold;
}
.menu li {
	padding: 0 10px;
}
.menu h3{
	font-weight: bold;
	text-align: center;
	color:  #d70f2b;
}
.menu h4{
	margin: 0;
}
.menu p{
	margin: 0;
	text-align: center;
}
.menu dt{
	font-weight: bold;
	margin: 10px 0 0 0;
}
.menu dd{
	margin: 0 10px 0 10px;
	text-align: justify;
}
.menu dl ul {
	padding: 0;
	list-style-type: disc;
	margin: 0 0 0 10px;
	text-align: left;
}
.menu dl li {
	font-size: smaller;
	font-weight: normal;
}
