﻿body {
}
#menu
{
	
	width: 100%;
}
#left
{
	width: 165px;
	float: left;
	
}

#left .leftmenu
{
	width: 165px;
	float: left;
}
#left .leftmenu ul
{
	list-style-type: square;
	margin-left: 4px;
}
#left .leftmenu ul li
{
	width: 150px;
	height: 24px;
	background-color: gray;
	font-size: 11pt;
	line-height: 24px;
	margin-bottom: 2px;
	border-bottom: black 1px solid;
	
}
#left .leftmenu ul li:hover
{
	background-color: silver;
}
#left .leftmenu ul li a
{
	font-size: 10pt;
	text-decoration: none;
}
#left .leftmenu ul li a:hover
{
	color: red;
	
}
#yqlj
{text-align: left;}
#yqlj ul
{
	margin-left: 30px;
	list-style-type: square;
	text-align: left;
}
#yqlj li
{
	text-align: left;
	font-size: 10pt;
	color: dimgray;
}
#center
{float:left; width:630px; border-left: activecaption 1px dashed;}