@charset "utf-8";
<!--
/*Author:alixixi.com*/
body{
background-color:white;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
color:white;
}
ul,li{
margin:0px;
padding:0px;
}
li{
display:inline;
list-style:none;
list-style-position:outside;
text-align:center;
font-weight:bold;
float:left;
height:36px;
line-height:36px;
text-align:center;
}
#nav a:link{
color:#fff;
text-decoration:none;
float:left;
width:100px;
height:36px;
line-height:36px;
text-align:center;
}
#nav a:visited{
color:#fff;
text-decoration:none;
float:left;
width:100px;
height:36px;
line-height:36px;
text-align:center;
}
#nav a:hover{
color:#fff;
float:left;
height:36px;
line-height:36px;
text-align:center;
width:100px;
text-decoration:none;
background-color:#00c4fd;
}
#nav a:active{
color:#fff;
float:left;
height:36px;
line-height:36px;
text-align:center;
width:100px;
text-decoration:none;
background-color:#00c4fd;
}
#nav{
width:980px;
height:36px;
border-bottom:0px;
position:absolute;
background:url(../imgaes/menu_bg.jpg) repeat-x;
z-index:1;
}
.list{
line-height:24px;
text-align:center;
font-weight:normal;
}
.menu1{
width:100px;
height:auto;
border:1px solid #00669f;
background:#00669f;
color:#fff;
cursor:hand;
overflow-y:hidden;
}
.menu2{
width:100px;
height:36px;
line-height:36px;
background:url(../imgaes/menu_bg.jpg) repeat-x;
color:#fff;
overflow-y:hidden;
cursor:hand;
}
