﻿ body
{
	margin: 0;
	padding: 0;
	font: 12px/1.5em 宋体; /*調整字體大小*/
}
img {
border-style: none;
	border-color: inherit;
	border-width: medium;
	margin-left: 0px;
	width: 14px;
	height: 5px;
}

div .Hearder
{
	border-style: none;
	border-color: inherit;
	border-width: 1;
	width:100%;
		height:100px;
		float:left;	
	background:url('../Images/bg-title.gif') right top;
}
div .Navigate
{
	border:1;
	width:100%;
	height:30px;
	float:left;	
}
/*
.MenuHorizontal {     
      float:left;
      width:100%;
      font-family: 宋体, Arial;
      font-size:100%;     
      border-bottom:1px solid #2763A5;
      line-height:normal;
      }
*/

.MenuHorizontal a
{		
	  float:left;
      background:url('../Images/tableft6.gif') no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      cursor:hand;

}

.MenuHorizontal a span 
{
	  float:left;
      display:inline;
      background:url('../Images/tabright6.gif') no-repeat right top; /*調整背景圖案*/
      padding:5px 15px 4px 6px; /*調整格子邊界(上下左右)*/
      color:#FFF;
      width:72px; /*調整格子寬度*/
      text-align:center;
      
      }     

/*MenuHorizontal a span {float:none;}*/
.MenuHorizontal a:hover span {
      color:#FFF;
      }
.MenuHorizontal a:hover {
      background-position:0% -42px;
      }
.MenuHorizontal a:hover span {
      background-position:100% -42px;
      }      

.MenuHorizontal .current a 
{
	background-position:0% -42px;
        }
.MenuHorizontal .current a span 
{
	background-position:100% -42px;
        }
        
/*直式menu的屬性值----------------------------------------------------------*/       
       
.MenuVertical {
        width: 1em;
        /*border-right: 1px solid #000;*/
        padding: 0 0 1em 0;
        margin-top: 1em;
        margin-bottom: 1em;
        font-family: 宋体, Arial;
                /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 10px;
        background-color: #90bade;
        color: #333;   
        }
        
.MenuVertical td{
                border-bottom: 1px solid #90bade;
                margin: 0;                
  
               }
.MenuVertical td
{
	width:12em;
}

.MenuVertical a{
        display: block;
        padding: 5px 5px 5px 0.5em;
        border-left: 10px solid #1958b7;
        border-right: 10px solid #508fc4;
        background:#2175bc;      
        color: #fff;
        text-decoration: none;
        width: 12em;
        }

.MenuVertical a:hover {
        border-left: 10px solid #1c64d1;
        border-right: 10px solid #5ba3e0;
        background-color: #2586d7;
        color: #fff;
        }

.MenuVertical li #active {
        border-left: 10px solid #1c64d1;
        border-right: 10px solid #5ba3e0;
        background-color: #2586d7;
        color: #fff;
        }
/*直式menu的屬性值----------------------------------------------------------*/            