﻿.WebcastHead
{
	width:1000px;
	margin:0px auto;
	font-size:12px;
	margin-bottom:8px;
}
.WebcastHead span
{ font-size:12px;}

.WebcastHead .orange 
{
	color:#FF7700;
	font-weight:bolder;
} 

.WebcastHead .logo
{
	float:left;
}
.WebcastHead .adlogo
{
	margin-right:0px;
	float:right;
	height:65px;
}
.WebcastHead .adlogo img
{
	padding-top:15px;
}

.WebcastHead .menu
{
	background-position:left top;
	background-image: url( '../images/logo.gif' );
	background-repeat: no-repeat;
	height:60px;
	/*border: 1px solid #B5EF09;*/
	padding-left:291px;
}
.WebcastHead ul
{
	margin:0px;
	padding:0px;
	border-bottom: 1px solid #B5EF09;
	height:59px;
	float:left;
	width:458px;
	list-style:none;
}
.WebcastHead li
{
	 float:left;
	 margin-top:28px;
	 height:31px;
	 margin-right:2px;
	 width:auto;
}

.WebcastHead .menu  a.homepage:link,
.WebcastHead .menu  a.homepage:visited
{
	display:block;
	color:Black;
	font-size:14px;
	line-height:31px;
	text-align:center;
	text-decoration:none;
	background-image:url(../images/menu.gif);
	width:91px;
}

 .WebcastHead .menu  a:link,
 .WebcastHead .menu  a:visited
{
	display:block;
	color:Black;
	font-size:14px;
	line-height:31px;
	text-align:center;
	text-decoration:none;
	background-image:url(../images/menu70px.gif);
	width:70px;
}
.WebcastHead li a:hover
{
	font-weight:bold;
	text-decoration:none;
	color:Red;
}

.WebcastHead .Active /*应该到 li上*/
{
}

.WebcastHead .Active a:link,
.WebcastHead .Active a:visited
{
	font-weight:bold;
	background-image: url( ../images/memu70px_selected.gif );
}

.WebcastHead .Active a:hover
{
	background-image:none;
	color:red;
}

.WebcastHead .menu .Active a.homepage:link,
.WebcastHead .menu .Active a.homepage:visited
{
	font-weight:bold;
	background-image: url( ../images/memu_selected.gif );
}

.WebcastHead .search
{
	border-bottom: 1px solid #B5EF09;
	height:59px;
	float:left;
	width:250px;
}
.WebcastHead .search form
{
	margin:0px;
	margin-top:24px;
	padding:0px;
}
.WebcastHead .search .keyword
{
	width:168px;
	border: 1px #ccccc;
}

