@charset "utf-8";
/* CSS Document */

.navi_a {
	position: relative;
	left:0px;
	width: 250px;
}


.navi_b {
	position: relative;
	left: 250px;
	width: 250px;
}


.navi_c {
	position: relative;
	left: 500px;
	width: 250px;
}


.trigger {
	position: absolute;
}


/* Bubble pop-up */

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	background-color: transparent;
}
/*================================================================================================*/


.popup_box{
	width:187px;
	/*display: none;*/
	background-color: transparent;
}
.popup_box2{
	width:237px;
	/*display: none;*/
	background-color: transparent;
}


.popup_top{
	width:187px;
	height:23px;
	background-image:url(../images/popup_top.png);
	_background-image:url(../images/ie6_popup_top.gif);
	background-repeat:no-repeat;
}
.popup_top2{
	width:237px;
	height:23px;
	background-image:url(../images/popup_top2.png);
	_background-image:url(../images/ie6_popup_top2.gif);
	background-repeat:no-repeat;
}

.popup_center{
	width:187px;
	background-image:url(../images/popup_center.png);
	_background-image:url(../images/ie6_popup_center.gif);
	_background-repeat:repeat-y;
	_margin-top:-3px;
}

.popup_center2{
	width:237px;
	_width:207px;
	background-image:url(../images/popup_center2.png);
	_background-image:url(../images/ie6_popup_center2.gif);
	_background-repeat:repeat-y;
	_margin-top:-3px;
}


.popup_inner{
	/*width: 157px;
	_width:163px;*/
	margin:0 15px 0 15px;
	padding: 2px 0 2px 0;
	_padding: 0;
	background-color: transparent;
}

.popup_inner2{
	/*width:217px;
	_width:217px;*/
	margin:0 15px 0 15px;
	padding: 2px 0 2px 0;
	_pading: 0;
	background-color: transparent;
}


.popup_dot_line_top{
	height:7px;
	background-image:url(../images/popup_dot_line.gif);
	background-repeat:repeat-x;
	background-position:0px 4px;
	margin:-8px 15px 0px 15px;
	_margin:-17px 15px -8px 15px;
}


.popup_dot_line{
	height:7px;
	background-image:url(../images/popup_dot_line.gif);
	background-repeat:repeat-x;
	background-position:0px 4px;
	margin:-8px 15px 0px 15px;
	_margin:-21px 15px -9px 15px;
}


.popup_inner a,
.popup_inner2 a{
	font-size:12px;
	color:#522C16;
	text-decoration:none;
	background-color: transparent;
}


.popup_inner a:hover,
.popup_inner2 a:hover{
	font-size:12px;
	color:#522C16;
	text-decoration:none;
	background-image:url(../images/popup_dot_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
	_background-position:0px 15px;
}


.popup_inner dl,
.popup_inner2 dl{
	font-size:12px;
	color:#522C16;
}


.popup_inner dt,
.popup_inner2 dt{
	background-image:url(../images/popup_pointer.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	_background-position:0px 3px;
	width:13px;
	height:14px;
	line-height:14px;
	float:left;
}


.popup_inner dd,
.popup_inner2 dd{
	width:144px;
	float:left;

	height:14px;
	line-height:18px;
	
	_height:14px;
	_line-height:14px;
}

.popup_inner2 dd{
	width:174px;
}


.popup_inner dd a:hover,
.popup_inner2 dd a:hover{
	font-size:12px;
	color:#522C16;
	text-decoration:none;
	background-image:url(../images/popup_dot_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
	_background-position:0px 15px;
}


.popup_bottom{
	width:187px;
	height:13px;
	background-image:url(../images/popup_bottom.png);
	_background-image:url(../images/ie6_popup_bottom.gif);
	background-repeat:no-repeat;
	background-color: transparent;
}

.popup_bottom2{
	width:237px;
	_width:227px;
	height:13px;
	background-image:url(../images/popup_bottom2.png);
	_background-image:url(../images/ie6_popup_bottom2.gif);
	background-repeat:no-repeat;
	background-color: transparent;
}

/*================================================================================================*/


