/**
 代码整理：懒人之家  www.lanrenzhijia.com
 */
div#menu {
    background: url(imagesdaohangbg.png) no-repeat;
    
}
/* menu::base */
div#menu {
	height:55px;
	background:url(imagesnav-bg.png) repeat-x;
	_background:url(imagesnav-bg.gif) repeat-x;
}
div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
div#menu ul.menu {
	padding-left: 82px;
}
div#menu li {
	position: relative;
	z-index: 9;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
div#menu li:hover>ul {
	left: -2px;
}
div#menu li div {
	list-style: none;
	float: left;
	position: absolute;
	top: 50px;
	left: 0;
	width: 208px;
	z-index: 11;
	visibility: hidden;
	padding: 0 0 9px 7px;
	_padding: 0 0 9px 3px;
	background: url(imagessubmenu-bottom.png) no-repeat 7px bottom;
	_background-image: url(imagessubmenu-bottom.gif);
	margin: 0 0 0 -9px;
}
div#menu li:hover>div {
	visibility: visible;
}
div#menu li.current a {
}
/* menu::level1 */
div#menu a {
	position: relative;
	z-index: 10;
	height: 55px;
	display: block;
	float: left;
	padding: 1px 24px 0 30px;
	line-height: 32px;
	text-decoration: none;
    
}
div#menu span {
	font: normal 12px 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
	padding-top: 14px;
	color: #fff;
	font-weight:bold;
	text-transform:uppercase;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
    font-size:16px;

}
.first{
	font: normal 12px 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
	padding-top: 12px;
	color: #fff;
	font-weight:bold;
	text-transform:uppercase;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
    font-size:16px;
    text-shadow: -1px -1px 0 #333,1px 1px 1px #333

}
/*div#menu ul a:hover span {
	color: #353535;
}*/
div#menu li {
	background: url(imagesnav_separator.png) center left  no-repeat;
}
div#menu li.last span {
	background: url(imagesnav_separator.png) center right no-repeat;
	padding: 14px 36px 16px 0px;
}
/* menu::level2 */
div#menu ul ul li {
	background: url(imagesnav_dropdown_sep.gif) left bottom repeat-x;
	padding: 2px 0;
	z-index: 9;
}
div#menu ul ul {
	z-index: 12;
	padding: 0;
	background: #effed6 url(imagesnav_dropdown_grad.png) right top no-repeat;
	margin-top:0px;
	margin-left:4px;
	margin-right:5px;
}
div#menu ul ul a {

	width: 184px;
	padding: 0px 7px 3px 8px;
	height: auto;
	float: none;
	display: block;
	background:none;
	margin-bottom: 1px;
	z-index: -1;
}
div#menu ul ul a span {
	padding: 2px 0px 0px 10px;
	line-height: 24px;
	color: #454545;
	font-weight:normal;
	text-transform: none;
	background:none;
    font-size:12px;
    
}
div#menu ul ul a:hover {
	background: url(imagessubmenu-selected-bottom.gif) no-repeat 8px bottom;
	color:red;
}
div#menu ul ul a:hover span {
	background: url(imagessubmenu-selected-top.gif) no-repeat 0px 0px;
	color: #3d6800;
}
div#menu ul ul li.last {
	background: none;
}
div#menu ul ul li {
	width: 100%;
}
/* menu::level3 */
div#menu ul ul div {
	width: 208px;
	margin: -50px 0 0 190px !important;
	height: auto;
	_padding: 0 0 9px 3px;
}
div#menu ul ul ul {
	_padding-right:1px;
}
/* lava lamp */
div#menu li.back {
}
div#menu li.back .left {
}
