@charset "utf-8";
/* CSS Document */

#behill_nav {
	width:100%;
	height:40px;
	color:#848687;
	background:url(../image/nav/nav_bg.jpg) repeat-x;
}

#behill_nav div {
	width:1001px;
	margin:0 auto;
}

#behill_nav div div {
	float:left;
}	

#behill_nav div #logo {
	width:161px;
	height:40px;
	cursor:pointer;
}

#behill_nav div #game {
	width:200px;
	margin:0 0 0 20px;
	height:40px;
	line-height:40px;
}

#behill_nav div #game span {
	color:#D5211B;
}

#behill_nav div #action {
	float:right;
	width:300px;
	padding:8px 0;
	color:#848687;
}

#behill_nav div #action div {
	float:left;
	width:99px;
	height:23px;
	line-height:23px;
	cursor:pointer;
}

#behill_nav div #action #setindex {
	margin:0 20px 0 30px;
	padding-left:22px;
	width:77px;
	background:url(../image/nav/setindex.jpg) no-repeat;
}

#behill_nav div #action #collect {
	padding-left:32px;
	width:67px;
	background:url(../image/nav/collect.jpg) no-repeat;
}

#behill_nav div #action img {
	margin:0 10px;
}

