#menu
{
	width: auto;
	height: auto;
	font-weight: bold;
	line-height: 3px;
}

#menu ul,#menu li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu a,#menu a:link, #menu a:visited
{
	text-decoration: none;
	color: #191970;
	background-color: #FF7F50 ;/* coral; */
	border-radius: 20px;	/* Rounded corners */
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	border: 3px outset #ff6000;
	display: block;
	padding: 0px;
	margin: 10px 0px;
	text-align: center;
	line-height: 2em;

}


#menu a:focus
{
	color: #000000;	/* black */
	background-color: #ff8000; /* lightcoral */
	border-radius: 20px;	/* Rounded corners */
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	border: 3px outset #ff6000;
	display: block;
	padding: 0px;
	margin: 10px 0px;
	line-height: 2em;
}

#menu a:hover
{
	color: #ffffff;
	background-color: #DC143C;
	border-radius: 20px;	/* Rounded corners */
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	border: 3px inset #ff6000;
	display: block;
	padding: 0px;
	margin: 10px 0px;
	line-height: 2em;
}

.chk
{
	line-height: 0px;
}
