.J-topnav-wp{ }
.J-topnav-con{ height:40px; background:#303030}
/*** ESSENTIAL STYLES ***/
.J-topnav{position:absolute; z-index:99999}
.J-topnav, .J-topnav * {
	margin:			0;
	padding:		0;
	list-style:		none;

}
.J-topnav {
	line-height:	1.0;
}
.J-topnav ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.J-topnav ul li {
	width:			100%;
}
.J-topnav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.J-topnav li {
	float:			left;
	position:		relative;
}
.J-topnav a,.J-topnav a:link {
	color:#FFF;
	position:		relative;
}
.J-topnav li:hover ul,
.J-topnav li.sfHover ul {
	left:			0;
	top:			40px; /* match top ul list item height */
	z-index:		99;
}
ul.J-topnav li:hover li ul,
ul.J-topnav li.sfHover li ul {
	top:			-999em;
}
ul.J-topnav li li:hover ul,
ul.J-topnav li li.sfHover ul {
	left:			17em; /* match ul width */
	top:			0;
}
ul.J-topnav li li:hover li ul,
ul.J-topnav li li.sfHover li ul {
	top:			-999em;
}
ul.J-topnav li li li:hover ul,
ul.J-topnav li li li.sfHover ul {
	left:			40em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.J-topnav {
	float:			left;
	margin-bottom:	1em;
}
.J-topnav a {
color:#FFF;  padding:0px 0px 0px 0px;  height:40px; line-height:40px; font-size:14px;
}

.J-topnav a, .J-topnav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	 color:#FFF;  padding:0px 0px 0px 0px; height:40px; line-height:40px;  font-size:14px;
}
.J-topnav li {
line-height:40px; float:left; padding:0 30px;text-align:center; border-right:1px solid #4E5360;
}
.J-topnav li li {
	border-bottom:1px solid #ccc;color:#FFF;  background:#303030;width:150px; line-height:30px; height:30px /*二级栏目li属性*/
}
.J-topnav li li li {
	border-bottom:1px solid #FFF;color:#FFF; background:#666;/*三级级栏目属性*/
}

.J-topnav li:hover, .J-topnav li.sfHover{
	background: url(../img/J_topnav_on.jpg) repeat-x;
		}
	
.J-topnav li li:hover, .J-topnav li li.sfHover{
	background:#FF5900;
	
	}

.J-topnav li li li:hover, .J-topnav li li li.sfHover{
	background:#FF5900;
	
	}


.J-topnav a:focus, .J-topnav a:hover, .J-topnav a:active {
	 
	outline:		0;

}


.J-topnav li li a:link,.J-topnav li li a:visited{

	line-height:30px;
	height:30px;
		}
.J-topnav li li a:focus,.J-topnav li li a:hover, .J-topnav li li a:active {
	
	outline:		0;
	
	height:30px;
	line-height:30px;
}

/*** arrows **/
.J-topnav a.sf-with-ul {
	padding-right: 	0em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	
	right:			.75em;
	top:			15px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	/*background:		url('arrows-ffffff.png') no-repeat -10px -100px;*/ /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.J-topnav ul .sf-sub-indicator { background-position:  -10px 0; }
.J-topnav ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.J-topnav ul a:focus > .sf-sub-indicator,
.J-topnav ul a:hover > .sf-sub-indicator,
.J-topnav ul a:active > .sf-sub-indicator,
.J-topnav ul li:hover > a > .sf-sub-indicator,
.J-topnav ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	/*background:	url('shadow.png') no-repeat bottom right;*/
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
