﻿*{margin:0;padding:0;}    
.menu
{
    font-size: 9pt;
    position: relative;
    z-index: 1000;
    height: 27px;
   background-image: url( '../images/banbg.jpg' );
	background-repeat: repeat-x;
}
   
.menu ul
{
    list-style: none;
}    
.menu li
{
    float: left;
    position: relative;
    width: 88px;
}    

.menu li.last
{
    float: left;
    position: relative;
    width: 96px;
}
.menu ul ul
{
    visibility: hidden;
    position: absolute;
    left: 0px;  /*子菜单和主菜单左边的间距*/
    top: 27px;  /*子菜单和主菜单顶部的间距*/
}    
.menu table
{
    position: absolute;
    top: 0;
    left: 0;
}    
.menu ul li:hover ul, .menu ul a:hover ul
{
    visibility: visible;
} 

/*主菜单样式*/   
.menu a.top
{
   
    display: block;
    margin: 0px;
    color: #fff;
    text-decoration: none;
    height: 20px;
    text-align: center;
    padding-top: 7px;
    filter: glow(color=#000000, strength=1);
} 



/*主菜单上移链接样式*/      
.menu a.top:hover
{
    color: #fff;
    display: block;
    margin: 0px;
    text-decoration: none;
    height: 20px;
    text-align: center;
    padding-top: 7px;
    background-color: #f3bc51;
    filter: glow(color=#000000, strength=1);
} 

/*子菜单样式的字体*/   
.menu ul ul{}    
.menu ul ul li
{
    clear: both;
    text-align: left;
    font-size: 9pt;
} 

/*子菜单样式的样式*/     
.menu ul ul li a
{
    padding: 5px 0px 0px 0px;
    display: block;
    height: 22px;
    border: 0;
    background: #f3bc51;
    text-align: center;
}    

/*子菜单鼠标上移的样式*/  
.menu ul ul li a:hover
{
    padding: 5px 0px 0px 0px;
    height: 22px;
    text-align: center;
    border: 0;
     background-image: url( '../images/banbg.jpg' );
	background-repeat: repeat-x;
} 