@charset "utf-8";
/* CSS Document */ 
	
        .logo
        {
			width:244px;
			height:58px;
			background:#fff url(../images/logo.jpg) no-repeat 0 0px;
        }
		 .logo1
        {
			width:244px;
			height:58px;
			background:#fff url(../images/logo-home.JPG) no-repeat 0 0px;
        }
		.home{
	position:absolute;
	top:4px;
	left:834px;
	width:182px;
	font-size: 8pt;
	color: #999;
	font-family:Arial;
	text-decoration: none;
			}
		.home a{
	text-decoration: none;
	color: #999;
	
				}
		.home a:hover{
	text-decoration: none;
	color: #02A0C8;
			}
       .menu1
        {
	position: absolute;
	top: 24px;
	right: 36px;
	display: inline;
	width:800px;
        }
        .menu1 li
        {
	position: static;
	height: 19px;
	float: left;
	padding: 0 5px;
	list-style-type: none;
        }
        .menu1 ul li a
        {
	display: block;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	color: #000;
        }
		.menu1 a:hover
		{
	color:#02A0C8;
		}
        .menu1 li ul
        {
	position: absolute;
	top: 16px;
	right: 4px;
	width: 758px;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
	visibility: hidden;
        }
        .menu1 li ul li
        {
            float: right;
            background-color: Transparent;
            margin: 0;
            padding: 0;
            list-style-type: none;background:#000;
        }
		
        .menu1 li ul li a
        {
	background-color: #286794;
	padding: 0 5px;
	font-family:Arial;
	font-size: 11px;
	color: #C8EDFB;
	text-decoration: none;
	font-weight: 600;
        }
		 .menu1 li ul li a:hover
		 {
	color:#FFF;
  
}

