@charset "utf-8";

/* CSS Document */
#menu {
	overflow:hidden;
	width:300px;
	background-color:#E9EDD2;
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: disc;
	padding-top: 0px;
	font-size: 12px;
	height: 509px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
}

.menue {
	border: 1px solid #FF0000;
}
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*
li {
	width: 220px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: list-item;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul{
	padding-left: 24px;
	width: 220px;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

*/
a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
li {
	line-height: 17px;
}

