<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* mainNav */
#mainNavWrapper01 {
position:absolute;
top:29px;
left:340px;
background: url(mainNavBg.png) repeat-x 0 0;/****一级栏目背景****/
z-index:1;
}
#mainNavWrapper02 {
background:url(mainNavLeft.gif) no-repeat 0 0;
height:59px;
}
#mainNav {
height:58px; /****一级栏目高度****/
background:url(mainNavRight.gif) no-repeat right top;
text-align:center;
width:662px;
}
.ddsmoothmenu {
font: normal 12px Verdana;
}
.ddsmoothmenu ul {
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}
/*顶级菜单项*/
.ddsmoothmenu ul li {
position: relative;
display: inline;
float: left;
}
.ddsmoothmenu ul li a {
display: block;
padding: 0 24px;/****一级栏目间距****/
line-height:58px;/****改为跟一级栏目高度同样的数值****/
background:url(mainNavDiv.gif) no-repeat left 50%;/****一级栏目间隔线背景****/
text-decoration: none;
font-size:13px;
font-weight:bold;
}
* html .ddsmoothmenu ul li a {
display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
color: #000;/****文字颜色****/
}
.ddsmoothmenu ul li a:hover {
color: #F00;/****文字翻转颜色****/
}
/*子级菜单*/
.ddsmoothmenu ul li ul {
position: absolute;
left: 0;
display: none;
visibility: hidden;
}
.ddsmoothmenu ul li ul li {
display: list-item;
float: none;
}
.ddsmoothmenu ul li ul li ul {
top: 0;
}
.ddsmoothmenu ul li ul li a {
background: #CECECE;/****子级菜单背景****/
font: normal 12px Verdana;
padding:1px 16px;/****子级菜单内间距****/
width: 120px; /****子级菜单宽度****/
line-height:22px;/****子级菜单高度****/
margin: 0;
border: 1px solid #eee;/****子级菜单边框线****/
border-width:0 0 1px 1px;
filter: Alpha(opacity=80);
-moz-opacity:.80;
opacity:0.80;
}
.ddsmoothmenu ul li ul li a:hover {
background:#eee;/****子级菜单翻转背景****/
}
</pre></body></html>