/* CSS Document */
/* style the outer div to give it width */


#v_gouwu {
	 DISPLAY: inline; FLOAT: right; MARGIN-LEFT: 11px; WIDTH: 93px; COLOR: #fff; LINE-HEIGHT: 20px; HEIGHT: 20px; TEXT-ALIGN: center
}

#v_gouwu A {
	BORDER-right: #675E72 1px solid; BORDER-left: #BAB5C0 1px solid; DISPLAY: block; FONT-SIZE: 14px; FLOAT: left; WIDTH: 93px; COLOR: #fff; HEIGHT: 100%; BACKGROUND-COLOR:#9F9AA6; TEXT-ALIGN: center; TEXT-DECORATION: none
}
#v_gouwu A:visited {
	BORDER-right: #675E72 1px solid; BORDER-left: #BAB5C0 1px solid; DISPLAY: block; FONT-SIZE: 14px; FLOAT: left; WIDTH: 93px; COLOR: #fff; HEIGHT: 100%; BACKGROUND-COLOR:#9F9AA6; TEXT-ALIGN: center; TEXT-DECORATION: none
}

 HTML #v_gouwu A:hover {
	BORDER-right: #675E72 1px solid; BORDER-left: #BAB5C0 1px solid; Z-INDEX: 100; BACKGROUND:#B3AFB8; COLOR: #fff; POSITION: relative
}

#v_huiyuan {
	DISPLAY: inline; FLOAT: right; WIDTH: 93px; COLOR: #fff; LINE-HEIGHT: 20px; HEIGHT: 20px; TEXT-ALIGN: center
}

#v_huiyuan A {
	BORDER-right: #795638 1px solid; BORDER-left: #CFB6A1 1px solid; DISPLAY: block; FONT-SIZE: 14px; FLOAT: left; WIDTH: 93px; COLOR: #fff; HEIGHT: 100%; BACKGROUND-COLOR:#B09278; TEXT-ALIGN: center; TEXT-DECORATION: none
}
#v_huiyuan A:visited {
	BORDER-right: #795638 1px solid; BORDER-left: #CFB6A1 1px solid; DISPLAY: block; FONT-SIZE: 14px; FLOAT: left; WIDTH: 93px; COLOR: #fff; HEIGHT: 100%; BACKGROUND-COLOR:#B09278; TEXT-ALIGN: center; TEXT-DECORATION: none
}

HTML #v_huiyuan A:hover {
	BORDER-right: #795638 1px solid; BORDER-left: #CFB6A1 1px solid; Z-INDEX: 100; BACKGROUND:#C0A690; COLOR: #fff; POSITION: relative
}

.menu {font-size:14px; height:28px; width:980px; margin:0 auto;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:28px; background:transparent;}

/* style the sub-level lists */
.menu ul ul {width:15em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:28px;line-height:28px; display:block;}

/* style the sub level list items */
.menu ul ul li {display:block;width:12em;height:auto; line-height:1em;}

/* 一级菜单设置，style the links for the top level */
.menu a, .menu a:visited {display:block; float:left; height:100%; width:93px; font-size:14px; text-decoration:none; color:#fff; background-color:#9F9AA6; border-left:1px solid #B1ACB7; border-right:1px solid #665C72; text-align:center; }
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu a, * html .menu a:visited {width:93px; w\idth:93px;}

/* 二级菜单背景、文字。style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#fff; color:#333; width:130px;height:100%;line-height:1em; padding:0.5em 1em; border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc; font-size:13px;}
/* 二级菜单宽度，style the sub level links */
* html .menu ul ul a, * html .menu ul ul a:visited  {width:130px; w\idth:130px;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:13px; z-index:1;}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#b4be9c;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#c4ceac;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#447b7b;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#447b7b;}

/* 火狐，style the level hovers */
/* 一级，first */
* html .menu a:hover {color:#fff; background:#814E7E; position:relative; z-index:100;}
.menu li:hover {position:relative;}
.menu :hover > a {color:#fff;background:#814E7E;}
/* 二级，second */
* html .menu ul ul a:hover{color:#333333;background:#F0E2EF; position:relative; z-index:110;}
.menu ul ul li:hover {position:relative;}
.menu ul ul :hover > a {color:#333333;background:#F0E2EF;}



/* 二级菜单设置，hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:28px; left:0; width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:12em;top:0;width:14em;}


/* 二级菜单位置，make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible; height:auto; margin:0px 3em 0px 3em; background:transparent; left:-3em;}



/* ---------------价格排列-------------------- */

/* style the outer div to give it width */
.menu2 {font-size:13px; height:20px; width:70px; margin:0 auto; float:left; padding-top:5px; padding-left:10px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {padding:0;margin:0;list-style-type:none; height:20px; background:transparent;}

/* style the sub-level lists */
.menu2 ul ul {width:15em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu2 ul li {float:left;height:20px;line-height:20px; display:block;}

/* style the sub level list items */
.menu2 ul ul li {display:block;width:12em;height:auto; line-height:1em;}

/* 一级菜单设置，style the links for the top level */
.menu2 a, .menu2 a:visited {display:block;float:left;height:100%; width:60px; font-size:13px;text-decoration:none;color:#fff;background:#814E7E ; border-left:1px solid #F0E2EF; border-right:1px solid #525433; text-align:center; }
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu2 a, * html .menu2 a:visited {width:60px; w\idth:60px;}

/* 二级菜单背景、文字。style the sub level links */
.menu2 ul ul a, .menu2 ul ul a:visited {display:block;background:#fff; color:#333;width:110px;height:100%;line-height:1em; padding:0.5em 0.5em; border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
/* 二级菜单宽度，style the sub level links */
* html .menu2 ul ul a, * html .menu2 ul ul a:visited  {width:110px; w\idth:110px;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu2 table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:13px; z-index:1;}


/* style the third level background */
.menu2 ul ul ul a, .menu2 ul ul ul a:visited {background:#b4be9c;}
/* style the fourth level background */
.menu2 ul ul ul ul a, .menu2 ul ul ul ul a:visited {background:#c4ceac;}
/* style the sub level 1 background */
.menu2 ul :hover a.sub1 {background:#447b7b;}
/* style the sub level 2 background */
.menu2 ul ul :hover a.sub2 {background:#447b7b;}

/* style the level hovers */
/* first */
* html .menu2 a:hover {color:#fff;background:#814E7E; position:relative; z-index:100;}
.menu2 li:hover {position:relative;}
.menu2 :hover > a {color:#fff;background:#814E7E;}
/* IE6二级，second */
* html .menu2 ul ul a:hover{color:#333333;background:#F0E2EF; position:relative; z-index:110;}
.menu2 ul ul li:hover {position:relative;}
/* 火狐二级，second */
.menu2 ul ul :hover > a {color:#333333;background:#F0E2EF;}


/* 二级菜单设置，hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {visibility:hidden;position:absolute;height:0;top:20px; left:0; width:14em;}

/* position the third level flyout menu */
.menu2 ul ul ul{left:12em;top:0;width:14em;}


/* 二级菜单位置，make the second level visible when hover on first level list OR link */
.menu2 ul :hover ul{visibility:visible; height:auto; padding:0px 0px 0px 36px; background:transparent; left:-3em;}


