.leftmenu {
    width: 200px;
}
.leftmenu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 20px;
	text-align: center;
}
.leftmenu li 
{
	border-left: solid 10px lightcyan;
	border-right: solid 10px lightcyan;
	margin: 0.3em;
}
.leftmenu li a
{
	display: block;
	color: black;
	text-decoration: none;
}
.leftmenu li a:hover
{
	color: grey;
}

