/* CSS Document */
/**************** menu coding *****************/
#menu {
	width: 841px;
	height:24px;
	background-color: #FFDACD;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	border: 1px solid #FFDACD;
}

#menu ul.learn{width:103px;}
#menu ul.explore{width:103px;}
#menu ul.live{width:103px;}
#menu ul.play{width:103px;}
#menu ul.shop{width:103px;}
#menu ul.work{width:103px;}
#menu ul.news{width:103px;}
#menu ul.calendar{
	width:104px;
}

#menu a.mainmenu, #menu h2 {
	display: block;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFDACD;
	line-height: 22px;
}
.current  a.mainmenu   {
	color: #FFFF00 !important;
}
.current  a:hover.mainmenu   {
	color: #000000 !important;
}

#menu h2 {
	color: #FFDACD;
	background-color: #FF4500;
	text-align: center;
}

#menu a.mainmenu {
	color: #FFDACD;
	text-decoration: none;
	background-color: #FF4500;
}
#menu a:hover.mainmenu {
	color: #000000;
	text-decoration: none;
	background-color: #FFDACD;
}
#menu a {
	color: #000033;
	text-decoration: none;
	font:bold 11px Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
}
#menu li.submenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 130px;
}

#menu a:hover {
	text-decoration: underline;
}
#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
	background-image: url(images/drop-bg.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 150px;
	left: -2px;
	background-color: #FFFFFF;
	visibility: visible;
}
#menu ul.learn ul {
	left: -1px;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
#menu .calendar #studios {
	background-image: url(images/anibut.gif);
	background-repeat: no-repeat;
}
