#navmenu{
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 75%;
	font-weight: bold;
	width: 100%;
	display: inline;
}

#navmenu ul{
	list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
}

#navmenu ul li{
	/*line-height: 25px;*/
	margin-left: -40px;
	border-bottom: 3px ridge;
}

#navmenu ul li a{
	color: black;						/*The color of a normal link's text*/
	display: block;
  width: 100%;
  padding:9px 0px;
  text-decoration: none;  /*Removes the underline of the link.  To replace the underline, remove this line.*/
}

#navmenu ul li a:hover{
	background: #ffffcc;    /*This is the color of the background when the mouse is over the link*/
	/*color: ????;  	*/		/*Use this to change the color of text when the mouse is over the link*/
}