@charset "utf-8";
#menu {
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:180px;
	height:175px;
	border-right:dotted 1px #333333;
}
.menuElement {
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	padding-top:3px;
	width:151px;
	height:24px;
	background-color:#FFFFFF;
	font-family:Verdana, sans-serif;
	font-size:18px;
	text-align:center;
}
.menuElement a {
	color:#000000;
	text-decoration:none;
}
.menuElement a:hover {
	text-decoration:underline;
}
.menuElement:hover {
	border:dotted 1px #333333;
	background-color:#59A8D9;
}

