@charset "utf-8";
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
li{ padding:0; margin:0}
.menu {
z-index:1000;
font-size:100%;
/*margin:25px 0 50px 15px;  this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:182px;

}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu ul li:hover {position:relative;height:26px;}/* ff ie7 控制二级菜单 */
.menu ul li a:hover{position:relative;}/* ie6 控制二级菜单 */
/* get rid of the table */
.menu table {/*position:absolute;*/ border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block;
text-decoration:none;
height:25px;
line-height:25px;
/*width:182px;*/
text-indent:5px;

}
.menu a:hover{background:#4e7fed;}
.menu li ul a,.menu li ul a:visited{/*border:1px solid #d6ecfb;border-width:0 0 1px 1px !important;*/}
/* hack for IE5.5 */

/* style the link hover */
* html .menu a:hover { background:#4e7fed;}

.menu :hover > a {
color:#000; 
background:#4e7fed;

}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:182px;
background:#d9f0ff;
overflow:hidden;
/*border:3px solid #4e7fed;
padding:1px;*/
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
.a_ed a{ width:40px !important; display:inline}
#left_categroy li {/*height:27px;line-height:27px; border-top:1px dotted #ffffff; border-bottom:1px dotted #e4e4e4*/}
#left_categroy { }
#left_categroy li a{ padding-left:10px; display:block}

#left_categroy .subItem a{padding-left:2.5em;}
.Level2{background:url(/Images/websites/schuoban.com/collapsed.gif) no-repeat 170px center}
.paddingL{padding-left:1em !important; }




div.sdmenu {
	/*width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(/Images/websites/schuoban.com/bottom.gif) no-repeat  right bottom;
	color: #fff;*/
}
div.sdmenu div {
	background-color:#FFFFFF;
	/*overflow: hidden;*/
}
* html div.sdmenu div {

	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(/Images/websites/schuoban.com/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 27px; overflow:hidden
}
div.sdmenu div.collapsed ul{ display:none}
div.sdmenu div font {
	float:right;
	
	
	font-weight: bold;
	color: white;
	background: url(/Images/websites/schuoban.com/expanded.gif) no-repeat 10px center;
	cursor: default;
	 height:25px; width:20px;	
}
*html div.sdmenu div font{padding:3px 3px 1px 3px; border-top:1px dotted #ffffff; border-bottom:1px dotted #e4e4e4;margin:2px; height:16px;}
div.sdmenu div.collapsed font {
	background-image: url(/Images/websites/schuoban.com/collapsed.gif);
}
div.sdmenu a{
/*	padding: 5px 10px;
	background: #eee;
	display: block;
	color: #066;*/
	border-top:1px dotted #ffffff; border-bottom:1px dotted #e4e4e4;/*background: #fff;*/
	
}
div.sdmenu div a.current {
	background : #4e7fed;
}
div.sdmenu div a:hover {
/*	background : #066 url(/Images/websites/schuoban.com/linkarrow.gif) no-repeat right center;
	color: #fff;*/
	text-decoration: none;
}
#qqqq{overflow:visible !important; height:auto !important;}


















