@charset "UTF-8";
#frame #menu {
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	background-color: #000000;
	width: 758px;
	float: left;
}
#season {
	float: right;
	width: auto;
}
#season     li {
	list-style-type: none;
	float: right;
}
#season      li    a {
	line-height: 25px;
	display: block;
	height: 25px;
	text-decoration: none;
	width: 80px;
	text-align: center;
	margin-left: 0px;
}
#season  a:hover {
	background-color: #666666;
	color: #FFFFFF;
}
#navigation   {
	height: 25px;
	float: left;
	width: 540px;
}
#navigation  li   {
	list-style-type: none;
	font-size: 12px;
	float: left;
}
#navigation  li  a   {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
}
#navigation  li  a:hover   {
	background-color: #CCCCCC;
	color: #333333;
}
#navigation div
{
	position: absolute;
	visibility: hidden;
	border: 1px solid #FFFFFF;
	z-index: 199;
}
#navigation div  a 
	{
	text-decoration: none;
	color: #FFFFFF;
	line-height: 25px;
	background-color: #333333;
}
#navigation div   a:hover
	{
	color: #333333;
	background-color: #CCCCCC;
}
