/* CSS Document */

/* ------------------------------------------------------下拉菜单样式1  ------------ 开始 ----------------------------------- */

/* style the outer div to give it width */
.menu {font-size:12px;  width:400px;height:29px; float:left;}



/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:29px; 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:29px;line-height:29px; display:block; }

/* style the sub level list items */
.menu ul ul li {display:block; height:auto; line-height:1em; }

/* style the links for the top level */
.menu a, .menu a:visited {isplay:block;float:left;height:29px; line-height:29px;  font-size:12px;text-decoration:none;color:#fff;  padding:0 5px 0 10px; }
/* hack IE5.x to get the correct the faulty box model and get the width right */                /*主菜单间距*/
* html .menu a, * html .menu a:visited {width:auto;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited { display:block; background:#cccccc ;border_top:1px solid #ffffff; border-left:1px solid #ffffff; border-right:1px solid #ffffff; color:#fff; height:15px; line-height:15px; padding:5px 10px; border-bottom:1px solid #ffffff;}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:80px;}


/* 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:1em; z-index:1; }


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#b4be9c url(sub_grad.gif);}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#c4ceac url(sub_grad.gif);}
/* 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:#ff0;background:#d4d8bd center center; position:relative; z-index:100;}
.menu li:hover {position:relative;}
.menu :hover > a {color:#ff0;background:#26879F center;}                                                 /*主菜单字体经过顔色*/
/* second */
* html .menu ul ul a:hover{color:#ff0;background:#7aa; position:relative; z-index:110;}
.menu ul ul li:hover {position:relative;}
.menu ul ul :hover > a {color:#ff0;background:#7aa;}                                                    /*下拉菜单字体经过顔色*/

/* third */
* html .menu ul ul ul a:hover {background:#ffffff; position:relative; z-index:120;}
.menu ul ul ul :hover > a {background:#7aa;}  
/* fourth */
.menu ul ul ul ul a:hover {background:#7aa; position:relative; z-index:130;}


/* 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:29px; left:0;}         /*  top: 下拉菜单与主菜单上下距离*/

/* 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; padding:0 3em 3em 3em; background:transparent ; left:-3em;  }/*下拉菜单左右距离*/
/* 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; left:9em;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}

/* ------------------------------------------------------下拉菜单样式1  ------------ 结束 ----------------------------------- */








/* ------------------------------------------------------下拉菜单样式2  ------------ 开始 ----------------------------------- */

/* style the outer div to give it width */
.lock {font-size:12px;height:20px; width:32px; float:left;}



/* remove all the bullets, borders and padding from the default list styling */
.lock ul {padding:0;margin:0;list-style-type:none; height:20px; background:transparent; }

/* style the sub-level lists */
.lock ul ul {width:15em;}


/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown lock positon */
.lock ul li {float:left;height:20px;line-height:20px; display:block; }

/* style the sub level list items */
.lock ul ul li {display:block; height:auto; line-height:1em; }

/* style the links for the top level */
.lock a, .lock a:visited {isplay:block;float:left;height:20px; line-height:20px;  font-size:12px;text-decoration:none;color:#fff;  padding:0 10px 0 10px; }
/* hack IE5.x to get the correct the faulty box model and get the width right */                /*主菜单间距*/
* html .lock a, * html .lock a:visited {width:auto;}

/* style the sub level links */
.lock ul ul a, .lock ul ul a:visited { display:block; background:#cccccc ;border_top:1px solid #ffffff; border-left:1px solid #ffffff; border-right:1px solid #ffffff; color:#fff; height:15px; line-height:15px; padding:5px 10px; border-bottom:1px solid #ffffff; width:70px; float:left}
* html .lock ul ul a, * html .lock ul ul a:visited  {width:auto;}


/* style the table so that it takes no part in the layout - required for IE to work */
.lock table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:1em; z-index:1; }


/* style the third level background */
.lock ul ul ul a, .lock ul ul ul a:visited {background:#b4be9c url(sub_grad.gif);}
/* style the fourth level background */
.lock ul ul ul ul a, .lock ul ul ul ul a:visited {background:#c4ceac url(sub_grad.gif);}
/* style the sub level 1 background */
.lock ul :hover a.sub1 {background:#447b7b;}
/* style the sub level 2 background */
.lock ul ul :hover a.sub2 {background:#447b7b;}

/* style the level hovers */
/* first */
* html .lock a:hover {color:#ff0;background:#d4d8bd center center; position:relative; z-index:100;}
.lock li:hover {position:relative;}
.lock :hover > a {color:#ff0;background:#26879F center;}                                                 /*主菜单字体经过顔色*/
/* second */
* html .lock ul ul a:hover{color:#ff0;background:#7aa; position:relative; z-index:110;}
.lock ul ul li:hover {position:relative;}
.lock ul ul :hover > a {color:#ff0;background:#7aa;}                                                    /*下拉菜单字体经过顔色*/

/* third */
* html .lock ul ul ul a:hover {background:#ffffff; position:relative; z-index:120;}
.lock ul ul ul :hover > a {background:#7aa;}  
/* fourth */
.lock ul ul ul ul a:hover {background:#7aa; position:relative; z-index:130;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.lock ul ul {visibility:hidden;position:absolute;height:0;top:19px; left:0;}         /*  top: 下拉菜单与主菜单上下距离*/

/* position the third level flyout lock */
.lock ul ul ul{left:12em;top:0;width:auto;}


/* make the second level visible when hover on first level list OR link */
.lock ul :hover ul{visibility:visible; height:auto; padding:0 3em 3em 3em; background:transparent ; left:-3em;  }/*下拉菜单左右距离*/
/* keep the third level hidden when you hover on first level list OR link */
.lock ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.lock ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.lock ul :hover ul :hover ul{visibility:visible; left:9em;}
/* make the fourth level visible when you hover over third level list OR link */
.lock ul :hover ul :hover ul :hover ul {visibility:visible;}

/* ------------------------------------------------------下拉菜单样式2  ------------ 结束 ----------------------------------- */



/* ------------------------------------------------------下拉菜单样式2  ------------ 开始 ----------------------------------- */

/* style the outer div to give it width */
.prscrn {font-size:12px;height:20px; width:32px; float:left;}



/* remove all the bullets, borders and padding from the default list styling */
.prscrn ul {padding:0;margin:0;list-style-type:none; height:20px; background:transparent; }

/* style the sub-level lists */
.prscrn ul ul {width:15em;}


/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown prscrn positon */
.prscrn ul li {float:left;height:20px;line-height:20px; display:block; }

/* style the sub level list items */
.prscrn ul ul li {display:block; height:auto; line-height:1em; }

/* style the links for the top level */
.prscrn a, .prscrn a:visited {isplay:block;float:left;height:20px; line-height:20px;  font-size:12px;text-decoration:none;color:#fff;  padding:0 10px 0 10px; }
/* hack IE5.x to get the correct the faulty box model and get the width right */                /*主菜单间距*/
* html .prscrn a, * html .prscrn a:visited {width:auto;}

/* style the sub level links */
.prscrn ul ul a, .prscrn ul ul a:visited { display:block; background:#cccccc ;border_top:1px solid #ffffff; border-left:1px solid #ffffff; border-right:1px solid #ffffff; color:#fff; height:15px; line-height:15px; padding:5px 10px; border-bottom:1px solid #ffffff; width:70px; float:left}
* html .prscrn ul ul a, * html .prscrn ul ul a:visited  {width:auto;}


/* style the table so that it takes no part in the layout - required for IE to work */
.prscrn table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:1em; z-index:1; }


/* style the third level background */
.prscrn ul ul ul a, .prscrn ul ul ul a:visited {background:#b4be9c url(sub_grad.gif);}
/* style the fourth level background */
.prscrn ul ul ul ul a, .prscrn ul ul ul ul a:visited {background:#c4ceac url(sub_grad.gif);}
/* style the sub level 1 background */
.prscrn ul :hover a.sub1 {background:#447b7b;}
/* style the sub level 2 background */
.prscrn ul ul :hover a.sub2 {background:#447b7b;}

/* style the level hovers */
/* first */
* html .prscrn a:hover {color:#ff0;background:#d4d8bd center center; position:relative; z-index:100;}
.prscrn li:hover {position:relative;}
.prscrn :hover > a {color:#ff0;background:#26879F center;}                                                 /*主菜单字体经过顔色*/
/* second */
* html .prscrn ul ul a:hover{color:#ff0;background:#7aa; position:relative; z-index:110;}
.prscrn ul ul li:hover {position:relative;}
.prscrn ul ul :hover > a {color:#ff0;background:#7aa;}                                                    /*下拉菜单字体经过顔色*/

/* third */
* html .prscrn ul ul ul a:hover {background:#ffffff; position:relative; z-index:120;}
.prscrn ul ul ul :hover > a {background:#7aa;}  
/* fourth */
.prscrn ul ul ul ul a:hover {background:#7aa; position:relative; z-index:130;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.prscrn ul ul {visibility:hidden;position:absolute;height:0;top:19px; left:0;}         /*  top: 下拉菜单与主菜单上下距离*/

/* position the third level flyout prscrn */
.prscrn ul ul ul{left:12em;top:0;width:auto;}


/* make the second level visible when hover on first level list OR link */
.prscrn ul :hover ul{visibility:visible; height:auto; padding:0 3em 3em 3em; background:transparent ; left:-3em;  }/*下拉菜单左右距离*/
/* keep the third level hidden when you hover on first level list OR link */
.prscrn ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.prscrn ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.prscrn ul :hover ul :hover ul{visibility:visible; left:9em;}
/* make the fourth level visible when you hover over third level list OR link */
.prscrn ul :hover ul :hover ul :hover ul {visibility:visible;}

/* ------------------------------------------------------下拉菜单样式3  ------------ 结束 ----------------------------------- */