@charset "utf-8";

dl#menu {
	width: 200px;
	font-size: 1.3em;
}

dl,dd {
	margin: 0;
}

dt {
	background: #eee url(images/bkg.jpg) no-repeat 0 0;
	padding: 5px;
	margin: 1px 0;
	display: block;
	border: solid 1px #000;
}

dt a {
	color: #000;
	display: block;
	text-decoration: none;
}

dd ul li a {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 1px 0;
}

dd ul li a:link, dd ul li a:visited {
	color: #000;
	text-decoration: none;
}

dd ul li a:hover {
	color: #f00;
}

dd a {
	color: #000;
}

ul {
	list-style: none;
	padding: 5px;
	margin-left: 10px;
}

a:focus {
	outline: none;
}

* html dt a {
	height: 1%;
}

#sidebar p.contact {
	background: #eee url(images/bkg.jpg) no-repeat 0 0;
	margin: 1px 0;
	padding: 5px;
	border: solid 1px #000;
}

#sidebar p.contact a {
	color: #000;
	text-decoration: none;
	font-size: 1.1em;
	display: block;
}