﻿
/*top区样式*/
#top
{
     width:1000px; height:162px;}
#menu01 li
{
float:left;
list-style:none;
width:90px;
font-size:16px;
margin-top:12px;}
/*菜单第二行层*/
#menu
{
color:#0A597A;
float:left;
width:1000px;
margin:0px;
border:0px;
padding:0px;
background-image:url(Images/index/index-nenu-bg.gif);
background-repeat:repeat-x; }

/*菜单层里面的UL*/
#menu01
{
margin:0px;
width:810px;
height:40px;}

/*菜单第二层的背景图像*/
#menubgpic
{
float:left;
width:187px;
height:40px;
border:0px;
margin:0px;
}

/*菜单超级链接样式*/
a.menulink
{
color:#0A597A;
text-decoration:none; 
 font-size:14px;
  font-weight:bold; font-family:'宋体';
}
a.menulink:hover
{
color:#0099FF;
text-decoration:none;
 font-size:14px;
  font-weight:bold; font-family:'宋体';
}

