
.i_nav{height:38px; }
.i_nav_view{height:38px;float:left; width:920px;background:url(../images/navb.gif) repeat-x;}
.ddsmoothmenu ul li.split_memu{height:38px; float:left; width:2px; height:38px; background:url(../images/navline.gif) no-repeat;}
/* --------控制在中间的样式属性--------- *


* -----结束主菜单样式----- */
.ddsmoothmenu
{
 	float:left;
}

.ddsmoothmenu ul
{
	z-index:100; float:left; display:inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li
{
	float:left;height:38px;line-height:38px;width:92px; text-align:center;color:#fff;
	display:block;text-align:center;white-space:nowrap;position:relative;z-index:90;display: inline;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a:link,.ddsmoothmenu ul li a:visited,.ddsmoothmenu ul li a:hover,.ddsmoothmenu ul li a:active
{
	float:left; height:38px;line-height:38px; width:92px;text-decoration:none;display:block;color:#fff;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/

}

.ddsmoothmenu ul li a:hover
{
	color:#252525;cursor:pointer;
	background:url(../images/hover.png) no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/hover.png',sizingMethod='image');
}

.ddsmoothmenu ul li a.activemenu,.ddsmoothmenu ul li a.activemenu:link,.ddsmoothmenu ul li a.activemenu:visited
{
	color:#252525;cursor:pointer;
	background:url(../images/hover.png) no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/hover.png',sizingMethod='image');
}

.ddsmoothmenu ul li a.selected
{ 
	color:#252525;cursor:pointer;
	background:url(../images/hover.png) no-repeat;
	_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/hover.png',sizingMethod='image');
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul
{
	position: absolute;
	background:#000;
	left:0px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;border-top:0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li
{
	display: list-item;
	float: none;
	width:auto;
	height: 25px;
	line-height:25px;
	font-weight:normal;
	text-decoration:none;
	white-space: nowrap; padding:0 20px;text-align: left;
}

.ddsmoothmenu ul li ul li a:link,.ddsmoothmenu ul li ul li a:visited,.ddsmoothmenu ul li ul li a:hover,.ddsmoothmenu ul li ul li a:active
{
	height: 25px;
	line-height:25px;
	width:auto;
}
.ddsmoothmenu ul li ul li a:hover{ color:#fff; text-decoration: underline; background:none; _filter:none;}



/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul
{
	top: 0; display:none;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 20px;
	right: 7px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
	position: absolute; 
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: #000;
}

.toplevelshadow
{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: .60; /* 标准: Firefox 1.5 以上, Opera, Safari */ 
	filter: alpha(opacity=60); /* IE 8 以下 */ 
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */ 
	-khtml-opacity: .60; /* Safari 1.x */ 
	-moz-opacity: .60; /* FF lt 1.5, Netscape */ 
}