@charset "utf-8";
h1 {
	font-family: "Comic Sans MS";
	font-size: 26px;
	color: #0033FF;
	text-decoration: none;
	font-weight: lighter;
	line-height: 14pt;
	vertical-align: top;
	text-indent: 15px;
}
#menutop {
	font-family: "Comic Sans MS";
	font-size: 18px;
	list-style-type: none;
	text-decoration: none;
	line-height: 1.25em;
}
#menutop li{
	list-style-type: none;
}
#menutop li a:link {
	color: #FF0000;
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: 18px;
}
#menutop li a:visited  {
	color: #FF0000;
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: 18px;
}
#menutop li a:active, a:hover  {
	color: #0033FF;
	font-size: 18px;
	font-weight: bold;
	font-family: "Comic Sans MS";
}

#menubottom {
	font-family: "Comic Sans MS";
	font-size: 18px;
	list-style-type: none;
	text-indent: -20px;
	color: #0033FF;
			}
#menubottom li {
	list-style-type: none;
	font-size: 18px;
	text-indent: -28px;
	line-height: 1.5em;
	text-decoration: none;
}
#menubottom li a:link  {
	color: #0033FF;
	text-decoration: none;
	font-size: 18px;
	font-family: "Comic Sans MS";
}
#menubottom li a:visited  {
	color: #0033FF;
	text-decoration: none;
	font-size: 18px;
}
#menubottom li a:active, a:hover   {
	color: #FF0000;
	font-weight: bold;
	font-family: "Comic Sans MS";
	font-size: 18px;
}
#menubox {
	font-family: "Comic Sans MS";
	background-color: #FFFF66;
	background-position: left;
	width: 155px;
	height: 415px;
	text-decoration: none;
	float: left;
	font-size: 18px;
}
#menubox   span a {
	text-decoration: none;
	padding-left: 15px;
	font-family: "Comic Sans MS";
}
#menubox  span  a:link, a:hover, a:visited, a:active {
	font-family: "Comic Sans MS";
	color: #0033FF;
}


#toonsmenu {
	background-color: #FDFF66;
	width: 747px;
	height: 58px;
	float: left;
	margin-left: 1px;
}
div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
  position: relative;
	height: 100px;
	width: 595px;
	background-color: #FCFF66;
	overflow: auto;
}
div.bc_menu {
	/* Set it so we could calculate the offsetLeft */
  position: relative;
	height: 100px;
	width: 595px;
	background-color: #FCFF66;
	overflow: auto;
}
ul.sc_menu {
	display: block;
	height: 100px;
	/* Max width here, for users without Javascript */
  width: 1500px;
	padding: 15px 0 0 15px;
	/* Remove default margin */
  margin: 0;
	list-style: none;
}
ul.bc_menu {
	display: block;
	height: 100px;
	/* Max width here, for users without Javascript */
  width: 1500px;
	/* Remove default margin */
  margin: 0;
	list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.bc_menu li {
	display: block;
	list-style-type: none;
	height: 120px;
	width: 115px;
	float: left;
}
.sc_menu a {
	display: block;
	text-decoration: none;
	padding-left: 5px;
	font-family: "Comic Sans MS";
}
.bc_menu a {
	display: block;
	text-decoration: none;
	font-family: "Comic Sans MS";
}
.sc_menu span {
	/* We want a caption to display on the next line */
  display: block;
	margin-top: 3px;
	text-align: center;
	font-size: 12px;
	color: #000000;
}
.bc_menu span {
	/* We want a caption to display on the next line */
  display: block;
	margin-top: 3px;
	text-align: center;
	font-size: 10px;
	color: #000000;
}
.sc_menu a:hover span {
  display: block;
}
.sc_menu a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}
.bc_menu a:hover span {
	display: block;
	filter:alpha(opacity=50);
    opacity: 0.5;
}
.sc_menu img {
  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.bc_menu span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
