a:link { font-weight:bold ; color: black ; text-decoration: none ;}
a:visited {color: black ;text-decoration: none ; }
a:hover { color: darkblue ; text-decoration: none ; }

body {
	margin: 0px;
	padding: 10px;
	font-family: arial;
        

}


#menu {
	float: left;
	width: 100px;
	\width: 100px;
	w\idth: 100px;
	margin: 0px;
	padding: 0px;
	height: 300px;
        width: 100px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 000000;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

#menu li {
	background-color: lightslategray;
	border-color: 000000 ;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	padding: 3px;
	color: #300;
}

#menu li:hover {
	background-color: lightsteelblue;
	border-color: 000000;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	padding: 3px;
	color: #300;
	font-family: Arial;
}
