#sidemenu {
	list-style-type:none;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 30px;
	}
#current a:link {
	text-decoration:none;
	color: #FFFFFF;
	background-color: #999999;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	display: block;
}
#sidemenu  a:link {
	text-decoration:none;
	color: #FFFFFF;
	background-color: #66CCFF;
	display: block;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#sidemenu a:visited {
	text-decoration:none;
	color: #FFFFFF;
	background-color: #66CCFF;
	display: block;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#sidemenu  a:hover {
	text-decoration:none;
	color: #FFFFFF;
	background-color: #0099FF;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	display: block;
}
#sidemenu a:active {
	text-decoration:none;
	color: #FFFFFF;
	background-color: #0066FF;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

