/*top图片下导航层*/
#nav_main {
background:URL(../index/top_nav_main.gif) no-repeat;
width:1000px;
height:66px;
position:absolute;
top:137px;
left:0;
}
/*top图片下文字导航*/
#nav {
margin:8px 0 0 18px;
font-size:14px !important;
height:16px;
text-align:center;
}
#nav .last li{
border-right:0px;
}
#nav li {
float: left;
list-style-type: none;
}
#nav a {
color:#036;
text-decoration:none;
display: block;
width: 88px;
line-height:18px;
border-right:1px solid #91B9FC;
border-bottom:1px solid #91B9FC;
}
#nav a:hover {
background: #F0FFFF;
}
#nav a:hover{
border-bottom:2px solid #e7f0ff;
}
#nav ol {
width:600px;
position: absolute;
left: -9999px;
}
#nav ol li{
padding-top:6px;
}
/*定义弹出菜单文字效果*/
#nav ol a{
color:#000;
line-height: 1.6em;
height:1.6em;
border-color:#91B9FC;
border-bottom:0;
}
#nav ol a:hover {
text-decoration:underline;
border-bottom:0;
}
#nav li:hover ol {
left: auto;
}
#nav li.sfhover ol {
left: auto;
}
#nav li.last a {
border-right:0;
}
#pic{
overflow:hidden;
height:200;
width:150
}
