#main {
	background: url('../images/m3.jpg') no-repeat 300px 30px;
}

#nav {
	background: url('../images/nav.jpg');
	float: left;
	width: 150px;
	margin: 0 74px 0 75px;
	min-height: 500px;
}

div.menu_vert {
	width: 147px;
}

div.menu_vert ul li a, div.menu_vert ul li a:visited {
	width: 147px;
	background: none;
	border: 0;
	text-indent: 5px;
}

div.menu_vert ul li:hover ul {
	width: 147px;
}

#nav h4 {
	width: 150px;
}

#nav ul li.head {
	border: none;
	font-weight: bold;
	width: 147px;
	text-indent: 5px;
	color: #254E9D;
}

div.menu_vert dl a:before {
	content: '» ';
}

