@charset "utf-8";
/* CSS Document */
#container_0 #container_1 #content #navigation li:hover {
	background-image:url(../images/bg_hover_right.png);
	background-repeat:no-repeat;
	background-position:top right;
}
#container_0 #container_1 #content #navigation a:hover {
	background-image:url(../images/bg_hover_left.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.tip {
	width: 215px;
	padding-top: 27px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	color:#Fff;
	font-size:10px;
	background: transparent url(../scripts/theme/images/tipTop_2.png) no-repeat top;
	}
	
.tipMid {background: transparent url(../scripts/theme/images/tipMid_2.png) repeat-y; padding: 0 25px 0px 25px;}
.tipBtm {background: transparent url(../scripts/theme/images/tipBtm_2.png) no-repeat bottom; height: 47px;}



