﻿@charset "utf-8";
/* CSS Document */
body {margin:0; text-align1:center; background-image:url(../images/bg.png); background-repeat:repeat-x; background-color:#293E59;font:"宋体",Verdana, Geneva, sans-serif; font-size:12px;}
a:link {color:#333;text-decoration:none;}
a:visited {color:#333;text-decoration:none;}
a:hover {color:#666;text-decoration:none;}
a:active {color:#666;text-decoration:none;}
p{ text-indent:2em; padding:0px; margin:0px; line-height:0.5; }
ul {padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;padding-top:0px;}
li {padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;padding-top:0px;list-style:none;}
img { border:none;}

/*input*/
.input_on{
padding:2px 8px 0pt 3px;
height:18px;
border:1px solid #999;
background-color:#FFFFCC;
}
.input_on2{
padding:2px 60px 0pt 3px;
height:18px;
border:1px solid #999;
background-color:#FFFFCC;
}
.input_off{
padding:2px 8px 0pt 3px;
height:18px;
border:1px solid #CCC;
background-color:#FFF;
}
.input_off2{
padding:2px 60px 0pt 3px;
height:18px;
border:1px solid #CCC;
background-color:#FFF;
}
.input_move{
padding:2px 8px 0pt 3px;
height:18px;
border:1px solid #999;
background-color:#FFFFCC;
}
.input_move2{
padding:2px 60px 0pt 3px;
height:18px;
border:1px solid #999;
background-color:#FFFFCC;
}
.input_out{
/*height:16px;默认高度*/
padding:2px 8px 0pt 3px;
height:18px;
border:1px solid #CCC;
background-color:#FFF;
}
.input_out2{
/*height:16px;默认高度*/
padding:2px 60px 0pt 3px;
height:18px;
border:1px solid #CCC;
background-color:#FFF;
}
.input_out3{
/*height:16px;默认高度*/
padding:2px 60px 0pt 3px;
height:18px;
border:1px solid #CCC;
background-color:#FFF;
}
/*form*/
ul.input_test{
margin:0px auto 0 auto;
list-style-type:none;
}
ul.input_test li{
height:22px;
margin-bottom:0px;
}
.input_test label{
float:left;
padding-right:10px;
line-height:22px;
text-align:right;
font-size:1.4em;
}

.input_test span{
float:left;
padding-left:10px;
line-height:22px;
text-align:left;
font-size:1.2em;
color:#999;
}
/* style the outer div to give it width */
.menu {font-size:12px; padding-bottom:0px; width:1000px; color:#FFF;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:33px; background:transparent;}

/* style the sub-level lists */
.menu ul ul {width:82px;  border:1px solid #E4E4E4; margin-top:-1px; margin-left:-1px;}

/* 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:33px;line-height:33px; display:block;}
.menu ul li img {display:block;}

/* style the sub level list items */
.menu ul ul li {display:block;width:82px;height:auto; line-height:1em;}

/* style the links for the top level */
.menu ul a {display:block;float:left;height:100%; width:165px; font-size:13px; font-weight:bold; text-align:center;text-decoration:none;color:#fff;background: url(../images/bgOFF.jpg) center center; padding:0; }
/* hack IE5.x to get the correct the faulty box model and get the width right */

.menu ul a:link {color:#fff;}
.menu ul a:visited {color:#fff;}
.menu ul ul a:link {color:#B5B5B6;}
.menu ul ul a:visited {color:#B5B5B6;}
* html .menu a, * html .menu a:visited {width:82px; w\idth:82px;}

/* style the sub level links */
	.menu ul ul a, .menu ul ul a:visited {display:block;background:#eee; color:#B5B5B6;width:118px; font-size:12px; font-weight:100;height:100%;line-height:1em; text-align:center; padding:0.5em 0;position:relative;z-index:999999999;}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:82px; w\idth:82px;}


/* 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 :#eee;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#eee;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#293E59;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#293E59;}

/* style the level hovers */
/* first */
* html .menu a:hover {color:#FFF;background:#293E59 url(../images/bgON.jpg) center center; position:relative; z-index:100;}
.menu li:hover {position:relative;}
.menu :hover > a {color:#FFF;background:#293E59 url(../images/bgON.jpg) center center;}
/* second */
* html .menu ul ul a:hover{color:#595757;background:#eee; position:relative; z-index:110;}
.menu ul ul li:hover {position:relative;}
.menu ul ul :hover > a {color:#595757;background:#eee;}
/* third */
* html .menu ul ul ul a:hover {background:#eee; position:relative; z-index:120;}
.menu ul ul ul :hover > a {background:#eee;}
/* fourth */
.menu ul ul ul ul a:hover {background:#eee; 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:34px; left:0; width:82px;}

/* position the third level flyout menu */
.menu ul ul ul{left:0;top:0;width:82px;}


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible; height:auto; padding:0; background:transparent url(images/trans.gif); left:0;}
/* 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;}