/*通用_基本信息*/
* {margin:0;padding:0;border:0;}
body,html{height:100%}
#navmenu {
list-style-type: none;width:162px;height:100%;line-height:20px;color:#666;text-align:center;background: url(/Images/bgbo.jpg) repeat-y;
}
#navmenua {
list-style-type: none;text-align:center;width:162px;height:100%;line-height:20px;color:#666;text-align:center;background: url(/Images/bgbo.jpg) repeat-y;
}
.lxwz
{padding:0 5px;text-align:left;color:#798162;background:url(images/lxbg.jpg) no-repeat;}
#navmenu ul{
}
#navmenu a {
display: block; width: 162px; text-align:center;
}
#navmenu a:link  {
 color:#fff; text-decoration:none;
}
#navmenu a:visited  {
 color:#fff;text-decoration:none;
}
#navmenu a:hover  {
 color:#cb0e03;text-decoration:none;font-weight:bold;
}
#navmenu li {
 float: left; width: 162px;line-height:30px;overflow:hidden;}
#navmenu li ul {
 line-height: 24px; 
 list-style-type: none;
 text-align:left;
 left: -999px;
 width: 560px; //注意,这里一定要设置宽度;
 position: absolute;
 margin-left:-166px;
 background: url(/Images/xia.jpg) repeat-x;
}
#navmenu li ul li{
float: left;width: 162px;//float就是子菜单横向的关键,可以继承父菜单而省略float
}
#navmenu li ul a{
 display: block; width: 162px;text-align:left;text-align:center;
}
#navmenu li ul a:link  {
 color:#F1F1F1; text-decoration:none;
}
#navmenu li ul a:visited  {
 color:#F1F1F1;text-decoration:none;
}
#navmenu li ul a:hover  {
 color:#FFF;text-decoration:none;font-weight:normal;;
}
#navmenu li:hover ul {
 left:25%;
}
#navmenu li.sfhover ul {
 left:25%;
}
#content {
 clear: left;
}

.Test5study { 
 width:220px; 
 height:auto; 
 background:#fff; 
 text-align:left; 
 border:solid 1px #F7BE21; 
 margin:10px auto; 
 overflow:hidden; 
} 
.Test5study h2 { 
 font-size:14px; 
 height:22px; 
 line-height:22px; 
 background:#FFF7C6; 
 text-indent:10px; 
 font-weight:normal; 
 cursor:pointer; 
 border-bottom:solid 1px #F7BE21; 
} 
.Test5study h2 span { 
 font-size:12px; 
 font-weight:normal; 
 float:right; 
 margin-top:-22px; 
} 
.Test5study li { 
 border-bottom:dashed 1px #eee; 
} 
.Test5study .ulc, ul.c { 
 list-style:disc url(none); 
 margin:6px 10px 6px 20px; 
 display:none; 
} 
.Test5study ul.c { 
 display:block; 
 font-weight:normal; 
} 
.Test5study h2.c { 
 background:#f5d98c; 
 font-weight:bold; 
 border-bottom:solid 1px #f7be21; 
} 
