﻿/* mainNav */
#mainNav {
height:30px; /****一级栏目高度****/
text-align:center;
position:absolute;
top:50px;
left:280px;
}
.ddsmoothmenu {
font: normal 14px Arial, Helvetica, sans-serif;
}
.ddsmoothmenu ul {
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}
/*顶级菜单项*/
.ddsmoothmenu ul li {
position: relative;
display: inline;
float: left;
background:url(mainNavDiv.gif) no-repeat left 50%;/****一级栏目间隔线背景****/
}
#menuHome{
	background:none;}
	
.ddsmoothmenu ul li a {
display: block;
margin: 0 12px;/****一级栏目间距****/
line-height:30px;/****改为跟一级栏目高度同样的数值****/

text-decoration: none;
}
* html .ddsmoothmenu ul li a {
display: inline-block;
}
.ddsmoothmenu ul li a{
color: #535353;/****文字颜色****/
}
.ddsmoothmenu ul li a:hover {
color: #CE2F4A;/****文字翻转颜色****/
}
.ddsmoothmenu ul li.current a{
		background:url(mainNavBg.gif) repeat-x 0 100%;
		color: #CE2F4A;}