/* MENU */

#fun-menu {
  background: #AA2D2D url(/images/menu-bg.gif) left top repeat-x;
  border: 1px solid #1D98C4;
	padding:	10px;
}

#fun-menu h1 span {
font-family:  Tahoma, Arial, Verdana, sans-serif;
color: #FFF;
font-weight: bold;
}
 
#fun-menu ul {
  margin-left: 10px;
}
 
#fun-menu li {
  list-style-type: square;
	color: #5CB3FF;
  font-family:  Tahoma, Arial, Verdana, sans-serif;
	font-size:  16px;
  line-height: 1.5em;
  text-transform: lowercase;
}
#fun-menu a {
  color: #FDFF5A;
  text-decoration: none;
  border: none;
}
#fun-menu a:hover {
  text-decoration: underline;
  background: none;
}
#fun-menu .current {
	font-style: italic;
  font-weight: bold;
	font-size: 16px;
}