@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;border:0;}
#nav {
 width:300px;
 height: 27px;
 line-height: 27px; 
 list-style-type: none;
 text-align:left;
    /*定义整个ul菜单的行高和背景色*/
}
/*==================一级目录===================*/
#nav a {
	width: 270px;
	height: 27px;
	display: block;
	padding-left:5px;
 /*Width(一定要)，否则下面的Li会变形*/
	text-indent: 15px;
}
#nav li {
	border-bottom:#FFF 1px solid; /*下面的一条白边*/
	float:left;
	background-image: url(hepc/hepc_s_l.gif); /*float：left,本不应该设置，但由于在Firefox不能正常显示
 继承Nav的width,限制宽度，li自动向下延伸*/
	background-repeat: no-repeat;
}
#nav li a:hover{
 /*一级目录onMouseOver显示的背景色*/
}
#nav a:link  {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}
#nav a:visited  {
 color:#fff;text-decoration:none;font-weight: bold;
}
#nav a:hover  {
 color:#ffff00;text-decoration:none;font-weight:bold;
}
/*==================二级目录===================*/
#nav li ul {
 list-style:none;
 text-align:left;
}
#nav li ul li{ 
 background: #EBEBEB; /*二级目录的背景色*/
}
#nav li ul a{
 padding-left:20px;
 width:250px;
 /* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/
}
/*下面是二级目录的链接样式*/
#nav li ul a:link  {
 color:#666; text-decoration:none;
}
#nav li ul a:visited  {
 color:#666;text-decoration:none;
}
#nav li ul a:hover {
	color:#ffff00;
	text-decoration:none;
	font-weight:bold;
	background:#CC0000;
	list-style-image: url(hepc/hepc_s_i.gif); /* 二级onmouseover的字体颜色、背景色*/
	list-style-position: outside;
	list-style-type: circle;
}
/*==============================*/
#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
#content {
 clear: left; 
}
#nav ul.collapsed {
 display:none;
}
#nav ul.collapsed2 {
 display:block;
}
-->
#PARENT{
 width:270px;
 padding-left:0px;
}
