/*定义菜单*/
.woutlook
{
	border:#CCCCCC 1px dashed;
	font-family:"宋体";
	font-size:12px;
	text-decoration: none;
	width:142px;
}
/*定义一级菜单*/
.woutlook th
{
	border-bottom:solid 1px white;
	display:block;
	text-align:left;
	font-family:"宋体";
	font-size:12px;
	font-weight:100;
}
.woutlook th table
{
	display:none;
}
/*定义一级菜单背景颜色*/
.woutlook th a , .woutlook th a:visited
{
	color:white;
	text-decoration: none;
	width:142px;
	height:21px;
	background-color:#4C74B1;
	display:block;
	line-height:20px;
	padding-left:12px;
	font-family:"宋体";
	font-size:12px;

}
/*一级菜单方向*/
.woutlook th a span 
{
	font-family:marlett;
	font-size:12px;
}
.woutlook td a span
{
	font-family:"宋体";
	font-size:12px;
}
/*一级菜单当鼠标聚焦时，改变其背景颜色*/

.woutlook th a:hover
{
	background-color:#92B6E4;
	color:white;
}

.woutlook th table td 
{
	border-bottom:solid 1px white;
}
/*定义二级彩蛋背景*/
.woutlook th table td a, .woutlook th table td a:visited,.woutlook th table td a:hover
{
	color:#4C74B1;
	text-decoration: none;
	width:142px;
	height:20px;
	background-color:#ffffff;
	display:block;
	line-height:20px;
	font-family:"宋体";
	font-size:12px;
}
/*改变二级菜单背景*/
.woutlook th table td a:hover
{
	background-color:#92B6E4;
}
/*一级菜单方向*/
.woutlook th table span 
{
	/*font-family:"宋体";*/
	color:red;
}