/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.ddsmoothmenu1 {
	font: normal 1em;
	background: #333; /*#737484background of menu bar (default state)*/
	width: 100%;
	font-size:12px;
	height:26px;
	background-image:url(../images/menu-bg.gif);
	background-repeat:repeat-x;
	/*border-top:1px solid #666;*/
}
.ddsmoothmenu1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/

.ddsmoothmenu1 ul li {
	position: relative;
	display: inline;
	float: left;
	background:url(../images/menu-bg-sp.gif) no-repeat right center;
	padding-right:3px;
}
/*Top level menu link items style*/

.ddsmoothmenu1 ul li a {
	display: block;
	background: none; /*background of menu items (default state)*/
	color: white;
	height:26px;
	overflow:hidden;
	line-height:26px;
	padding:0 20px;
	text-decoration: none;
}
/*最后一个菜单项去除右边框*/

/*.ddsmoothmenu1 ul li.menu-item-3161 a {border-right:0;}*/



* html .ddsmoothmenu1 ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu1 ul li a {
	color: white;
}
.ddsmoothmenu1 ul li a:hover {
	background: url(../images/menu-bg-hover.gif) repeat-x; /*background of menu items during onmouseover (hover state)*/
	color: white;
}
.ddsmoothmenu1 ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: url(../images/menu-bg-current.gif) repeat-x;
	color: white;
}
.ddsmoothmenu1 .current-menu-item a, .ddsmoothmenu1 .current_page_item a,.ddsmoothmenu1 .current-menu-parent a {
	background: url(../images/menu-bg-current.gif) repeat-x;
}
.ddsmoothmenu1 .current-menu-parent .sub-menu li a {color: white;background: #333;}
.ddsmoothmenu1 .current-menu-parent .sub-menu li a:hover {background: #000;}
.ddsmoothmenu1 .current-menu-parent .sub-menu .current-menu-item a {background: #900;}
<!-- 页面标签凸显 -->
.ddsmoothmenu1 ul li.menu-item-type-post_type {
	font-weight:500;
}
/*1st sub level menu*/

.ddsmoothmenu1 ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/

.ddsmoothmenu1 ul li ul li {
	display: list-item;
	float: none;
	background:none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */

.ddsmoothmenu1 ul li ul li ul {
	top: 0;
}
/* Sub level menu links style */

.ddsmoothmenu1 ul li ul li a {
	font: normal 1em Verdana;
	width: 160px; /*width of sub menus*/
	padding: 0 10px;
	height:26px;
	overflow:hidden;
	line-height:26px;
	margin: 0;
	background:#414141;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	border-left:0;
}
.ddsmoothmenu1 ul li ul li a:hover {
	background: #666;
}
/* Holly Hack for IE \*/

* html .ddsmoothmenu1 {
	height: 1%;
} /*Holly Hack for IE7 and below*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



/* ######### CSS classes applied to down and right arrow images  ######### */



.ddsmoothmenu1 .downarrowclass {
	position: absolute;
	top: 9px;
	right:10px;
}
.ddsmoothmenu1 .rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */



.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}
.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}

