@charset "utf-8";

#header {
	position:relative;
	width:960px;
	height:85px;
	background-image:url(../img/global_header_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#header h1#logo {
	width:195px;
	height:85px;
	background-image:url(../img/can_tv_logo.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#header h1#logo a{
	display:block;
	width:195px;
	height:85px;
}
#canAD468 {
	position:absolute;
	width:468px;
	height:60px;
	left: 240px;
	top: 12px;
	background-color:#FFFFFF;
}
#headerMenu {
	position:absolute;
	width:192px;
	height:40px;
	left: 745px;
	top: 45px;
}
#headerMenu li {
	float:left;
	margin-right:6px;
}
#headerMenu li a {
	display:block;
	width:90px;
	height:25px;
	background-position:top left;
	background-repeat:no-repeat;
}

#headerMenu li#headrMenu1 a{
	background-image:url(../img/header_btn1_bg.jpg);
}

#headerMenu li#headrMenu2 a{
	background-image:url(../img/header_btn2_bg.jpg);
}
#headerMenu li a:hover{
	background-position:0 -25px;
}

#globalMenu {
	position:relative;
	width:960px;
	height:35px;
	background-image:url(../img/global_header_btn_bg.jpg);
	z-index:100;
}

#globalMenu ul{
	width:960px;
}

