@charset "UTF-8";
.nav{
}
.kwicks {  
     float:right;
     list-style: none;  
     position: relative;  
     margin: 0;  
     margin-right:36px;
     -margin-right:18px;
     padding: 0; 
	 background-image:url(../img/no_flicker.png); 
	 border-left:1px #000 solid;
	 border-right:1px #000 solid;
	 border-top:1px #000 solid;
	 border-bottom:1px #000 solid;
	 /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/

 }  
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 125px;
	height: 40px;
	margin-right: 0px;
	background-image:url(../img/kwicks_sprite_cn.png);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-200px 0px;
}
#kwick3 {
	background-position:-400px 0px;
}
#kwick4 { 
	background-position:-600px 0px;
}
#kwick5 { 
	background-position:-800px 0px;
}

#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -200px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -400px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -600px bottom; 
}
#kwick5.active, #kwick5:hover {
	background-position: -800px bottom; 
}
/*
#kwick1 a{
	background-image:url(../images/kwicks_sprite_new.jpg);
	background-repeat:no-repeat;
	background-position: left 0px;
}

#kwick1 a:hover{
	background-position: left -80px;
}

#kwick4 a{
	background-image:url(../images/kwicks_sprite_new.jpg);
	background-repeat:no-repeat;
	background-position: right -40px;
}
#kwick4 a:hover{
	background-position: right -120px;
}
*/
.subnav li {
	background:none;
}
body {
	background-color:#484848;
}
#header {
	height:140px;
	background-color:#484848;
}
#nav {
	background-color:#484848;
	background-image:url(../img/header_theme_top.png);
	background-repeat:no-repeat;
	background-position:left -140px;
}
#navs {
	background-color:#484848;	
	
}
.block {
	display:block;
}
.none {
	display:none;
}
#navs .subcolumns {
	height:42px;
}
#navs .subcolumns2 {
        background-repeat:no-repeat;
        background-image:url(../img/user_manual_title_cn.png);
        background-position:center;
	height:130px;
}
#navs .subcolumns12 {
        background-repeat:no-repeat;
        background-image:url(../img/hot_meeting_title.jpg);
        background-position:center;
	height:130px;
}
#navs .subcolumns3 {
	height:32px;
}
#nav .subcolumns {
	height:42px;
}
#nav .subcolumns2 {
	height:60px;
}
#nav .subcolumns3 {
	height:32px;
}
.reflect {
	float:right;
	width:700px;
	background-image:url(../img/nav_reflect.png);
	background-position:top left;
	line-height:54px;
	height:54px;
	display:block;
}
#header {
	background-image:url(../img/header_theme_top.png);
	background-repeat:no-repeat;
	height:140px;
	background-position:top left;
}
#header .subcolumns .c66r{
	background-image:url(../img/features.png);
	height:140px;
	background-repeat:no-repeat;
	background-position:top right;
}
.c66rs{
	background-image:url(../img/solutions.png);
	height:140px;
	background-repeat:no-repeat;
	background-position:top right;
}
.c66rp{
	background-image:url(../img/pricing.png);
	height:140px;
	background-repeat:no-repeat;
	background-position:top right;
}
.c66rt{
	background-image:url(../img/partners.png);
	height:140px;
	background-repeat:no-repeat;
	background-position:top right;
}
.c66ra{
	background-image:url(../img/aboutus.png);
	height:140px;
	background-repeat:no-repeat;
	background-position:top right;
}
.handbook_head { 
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    text-decoration:underline;
}
