
body{
	margin:0px; padding:0px;
	font-family:Segoe UI light; font-size:13pt;
	}
#main{
	 background:url(../images/rotate.png) no-repeat;
    background-position:-70px 310px; border:0px solid #ccc;
	 }
a{
	text-decoration:none;
	}
li{
	list-style:none;
	}
header{
	width:100%; height:auto;
	min-height:10px; border:0px solid #ccc;     
	overflow:hidden; margin:-24px 0 0 0;
	}
header .logo{
	width:20%; height:auto;
	margin:2.5% 0 0 11%;
	}
header .login{
	width:auto; height:auto;
	padding:0 20px; color:#000;
	margin:2.5% 13% 0 0; border:0px solid #ccc;
	float:right;
	}
header .login a{
	color:#666;
	-moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    -webkit-transition: 2s;
    transition: 2s;	 
	}
header .login a:hover{
	color:rgba(0,153,255,1);
	}
header .linetop{
	width:100%; height:10px;
	background-color:#fcdda6;
	}
header menu{
	padding:0px; margin:40px auto 0 5px;
	}
header menu .ul{
	padding:0px; margin:0px auto 0 auto;
	border:0px solid #CCC;
	width:78%; display:nonex;
	}
header menu .ul .li{
	width:auto; height:auto;
	min-height:40px;
	padding:0 3.9%; float:left;
	border:1px solid #ccc; line-height:40px;
	border-left:0px; color:#06F;
	
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    -webkit-transition: 2s;
    transition: 2s;	 
	}
header menu .ul .li:hover{
	background-color:rgba(102,204,102,0.3); border-top:1px solid #c6dea3;
	 border-bottom:1px solid #c6dea3;
	}	
	
header menu img{
	width:15px; height:12px;
	margin:0 0 -3px 2px;
	}
header menu .ul .home{
	background-color:#fcdda6; border-left:1px solid #ccc;
	}
header menu .ul .li ul{
	width:auto; height:auto;
	min-height:100px; min-width:50px;
	border:0px solid #ccc; background-color:#f0f0f0;
	padding:0px 5px 0 0px; overflow:hidden;
	position:absolute; display:none;
	}
header menu .ul .li:hover ul{
	display:block;
	}
header menu .ul .li ul li{
	width:250px; height:40px;
	float:left; color:#000;
	border-bottom:1px solid #ccc; line-height:40px;
	padding:0 0 0 10px;

    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    -webkit-transition: 2s;
    transition: 2s;	 
	}
header menu .ul li:hover{
	background-color:#fcdda6;
	}




