
#PARENT { width:144px; height:50px; background:none;}
html>body #PARENT { height:auto; min-height:50px; }
#PARENT ul { margin:0; padding:0;}
#PARENT #nav { width:144px;  line-height: 26px;}
/*==================一级目录==================*/
#PARENT #nav li { display:block; text-align:center; list-style:none;}
#PARENT #nav a { display:block;width:144px; height:26px; margin:0 auto;line-height:26px ; text-align:center; background:url(../../images/er_6.jpg) no-repeat left top; color:#333;}
#PARENT #nav li a:hover{ color:#fff; text-decoration:underline; background:url(../../images/er_5.jpg) no-repeat left top;}
/*==================二级目录==================*/
#PARENT #nav li ul li{ background-color:#fff;}
#PARENT #nav li ul a{ width:144px; font-size:12px; color:#004DAA;background:url(../../images/er_6.jpg) no-repeat 15px top; text-decoration:underline; font-weight:bold;}
/*下面是二级目录的链接样式*/
#PARENT #nav li ul a:hover {font-size:12px; color:#000;background:url(../../images/er_6.jpg) no-repeat 15px top; text-decoration:underline;}
/*==============================*/
#PARENT #nav li:hover ul { left: auto;}
#PARENT #nav li.sfhover ul {left: auto;}
#PARENT #content {clear: left; }
#PARENT #nav ul.collapsed {display: none;}

a.linkTable { color:#666; text-decoration:none;}
a.linkTable:hover { color:#333; text-decoration:none;}