﻿.menutab
{
	  margin:0;
	  background-color:#444444;
	  width:99%;
	  border:0;
	  border-collapse:collapse;	

height:25px;
}

.menutd
{
	 color:#ffffff;
	 width:50px;
	 text-align:center;
	 vertical-align:middle;
	 font-size:16px;
	 font-family:宋体;
	 font-weight:bold;
	 white-space:nowrap;
	 text-decoration:none;
	 height:25px;
	 border-top: 1px solid Gray;
	 border-bottom: 1px solid Gray;
	 border-left: 1px solid Gray;
	 border-right: 0;
	 cursor:pointer;	 
}

.menuicon
{
	color:#ffffff;
	 width:15px;
	 text-align:center;
	 vertical-align:middle;	
	 height:25px;
	 cursor:pointer;
	 font-size:10.8pt;
	 border-top: 1px solid Gray;
	 border-bottom: 1px solid Gray;
	 border-right: 1px solid Gray;
	 border-left: 0;
}

.divListChild
{
	 border:1px solid Gray;
	 position:absolute;
	 background-color:#ffffff;
	 margin:0;
	 z-index:10;
}

#divMenuChild table tr
{
     height:30px;
}

#divMenuChild table td
{
    font-size:10.8pt;	
}

#divMenuChild table a
{
    position: relative;
    display: block;
    margin: 0;
    padding: 2px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    
    background: #ffffff;
    color: rgb(50,50,50);
    font-family: 宋体;
    font-size: 10.8pt;           
}
#divMenuChild table a:hover
{
    color: #ffffff;
    background: #444444;
}