#menu {
	width:200px;
	height: 350px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	padding: 0px;
	margin: 0px;
}

#menu ul { list-style-type:none; list-style-position: outside; margin: 0; padding: 0; }

#menu li a:link, #menu li a:visited, #menu li a:active {
	border:solid 1px;
	padding:5px;
	display:block;
	background-color:#090;
	color:#FFF;
	font-family: arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
	width: 180px;
	clear: none;
	height: 15px;
	margin: 5px;
}

#menu li a:hover {
	background-color:#9F9;
	color:#000;
	font-weight:normal;
	font-variant: normal;
	text-decoration: underline overline;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px;
	margin: 5px;
	height: 15px;
	width: 180px;
}
