﻿div .Hearder
{
	border:1;
	width:100%;
	height:100px;
	float:left;	
}
div .Navigate
{
	border:1;
	width:100%;
	height:30px;
	float:left;	
}

.MenuHorizontal {     
      float:left;
      width:100%;
      font-family: 宋体, Arial;
      font-size:100%;     
      border-bottom:0px ;
      line-height:normal;
      }

.MenuHorizontal a
{		
		float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      cursor:hand;

}

.MenuHorizontal a span 
{
	   float:left;
      display:inline;
      background:url("images\\tabright10.gif") no-repeat right top;
      padding:5px 0px 4px 0px;     
      /*上、右、下、左空隙设置
		5px 15px 4px 6px
	*/
      color:#FFF;     /*导航栏标题文字颜色*/
      width:50px;  /*导航栏每一项的宽度*/
      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;
        }
.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:10em;
}

.MenuVertical a{
        display: block;
        padding: 5px 5px 5px 0.5em;
        
 /* 已取消      border-left: 10px solid #1958b7;
        border-right: 10px solid #508fc4;*/
 
        background:#b08e2d;   /*　2175bc子菜单颜色　*/   
        color: #fff;        /*子菜单字的颜色*/
       text-decoration: none;
        width: 10em;
       　　　　　　　/*子菜单的宽度*/
        }

.MenuVertical a:hover 
{
	
     /*  已取消
         border-left: 10px solid #1c64d1;
        border-right: 10px solid #5ba3e0;*/
     
        background-color: #e2da1f; /* 2586d7子菜单鼠标移上去后的颜色*/
        color: #fff;
        }

.MenuVertical li #active {
        border-left: 10px solid #1c64d1;
        border-right: 10px solid #5ba3e0;
        background-color: #2586d7;
        color: #fff;
        }
        
        /* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
