/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
	background: #BDD2FF;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 70px;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
	text-decoration: none;
	zoom: 1; /* IE7 */
	color: #13a;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu ul li {
	background: #AABDE6;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #CFDEFF;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}




/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	background: transparent;
	position: relative;
}
/* provide background colour for submenu strip */
/* you should just set the menu's container bg colour rather than use pseudo-elements */
.sf-navbar:before {
	content: '';
	position: absolute;
	left: 0;
	z-index: -1;
	background-color: transparent;
	height: 200%;
	width: 100%;
}
.sf-navbar ul {
	box-shadow: none;
	background-color: #ed6c00;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.sf-navbar li {
	background: transparent;
	position: static;
	float:left;
}
.sf-navbar > li > a {
	border: none;
	height: 65px;
}
.sf-navbar > li > ul {
	min-width: 150px; /* set this to whatever suits your design */
}
.sf-navbar ul li {
	background: transparent;
	position: relative;
	padding:5px 10px 5px 15px;
	margin-left: 5px;
	text-indent: 0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
.sf-navbar li:hover,
.sf-navbar li.sfHover {
	background: transparent;
}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover {
	background: transparent;
	background-image: url("../images/sublist_icon.gif"/*tpa=http://pmi.8767.com/cn/images/sublist_icon.gif*/);
	background-repeat: no-repeat;
	background-position:left 6px;
}
.sf-navbar ul li a { color:#fff;}

/*«ü©w¼Ë¦¡*/
.sf-navbar li.menu_1 { background:url("../images/menu_01.png"/*tpa=http://pmi.8767.com/cn/images/menu_01.png*/) no-repeat left top; width: 97px; height:70px; text-indent: -9999px;}
.sf-navbar li.menu_2 { background:url("../images/menu_02.png"/*tpa=http://pmi.8767.com/cn/images/menu_02.png*/) no-repeat left top; width: 118px; height:70px; text-indent: -9999px;}
.sf-navbar li.menu_3 { background:url("../images/menu_03.png"/*tpa=http://pmi.8767.com/cn/images/menu_03.png*/) no-repeat left top; width: 118px; height:70px; text-indent: -9999px;}
.sf-navbar li.menu_4 { background:url("../images/menu_04.png"/*tpa=http://pmi.8767.com/cn/images/menu_04.png*/) no-repeat left top; width: 119px; height:70px; text-indent: -9999px;}
.sf-navbar li.menu_5 { background:url("../images/menu_05.png"/*tpa=http://pmi.8767.com/cn/images/menu_05.png*/) no-repeat left top; width: 118px; height:70px; text-indent: -9999px;}
.sf-navbar li.menu_6 { background:url("../images/menu_06.png"/*tpa=http://pmi.8767.com/cn/images/menu_06.png*/) no-repeat left top; width: 118px; height:70px; text-indent: -9999px;}
.sf-navbar li.menu_7 { background:url("../images/menu_07.png"/*tpa=http://pmi.8767.com/cn/images/menu_07.png*/) no-repeat left top; width: 117px; height:70px; text-indent: -9999px;}

.sf-navbar li.menu_1:hover { background:url("../images/menu_hover_01.png"/*tpa=http://pmi.8767.com/cn/images/menu_hover_01.png*/) no-repeat left top; width: 97px; height:70px; text-indent: -9999px;}
.sf-navbar li.menu_2:hover { background:url("../images/menu_hover_02.png"/*tpa=http://pmi.8767.com/cn/images/menu_hover_02.png*/) no-repeat left top; width: 118px; height:70px; text-indent: -9999px;}
.sf-navbar li.menu_3:hover { background:url("../images/menu_hover_03.png"/*tpa=http://pmi.8767.com/cn/images/menu_hover_03.png*/) no-repeat left top; width: 118px; height:70px; text-indent: -9999px;}
.sf-navbar li.menu_4:hover { background:url("../images/menu_hover_04.png"/*tpa=http://pmi.8767.com/cn/images/menu_hover_04.png*/) no-repeat left top; width: 119px; height:70px; text-indent: -9999px;}
.sf-navbar li.menu_5:hover { background:url("../images/menu_hover_05.png"/*tpa=http://pmi.8767.com/cn/images/menu_hover_05.png*/) no-repeat left top; width: 118px; height:70px; text-indent: -9999px;}
.sf-navbar li.menu_6:hover { background:url("../images/menu_hover_06.png"/*tpa=http://pmi.8767.com/cn/images/menu_hover_06.png*/) no-repeat left top; width: 118px; height:70px; text-indent: -9999px;}
.sf-navbar li.menu_7:hover { background:url("../images/menu_hover_07.png"/*tpa=http://pmi.8767.com/cn/images/menu_hover_07.png*/) no-repeat left top; width: 117px; height:70px; text-indent: -9999px;}

.sf-navbar .menu_1 ul { position: absolute; left: 0; width:170px}
.sf-navbar .menu_2 ul { position: absolute; left: 0; width:648px;}
.sf-navbar .menu_3 ul { position: absolute; left: 60px; width:430px;}
.sf-navbar .menu_4 ul { position: absolute; left: 290px; width:240px;}
.sf-navbar .menu_6 ul { position: absolute; left: 395px; width: 400px;}

