/**** Left-Side-Bar Links ****/
/*                           */
/* To add additional links, copy a code section below and  */
/* add 18 pixels to the 'top:' value, and 90 pixels to the */
/* 'left:' value.

/*-------------------------------------*/
/* Link 0 - All US Map locations       */
/*-------------------------------------*/
#LSB_Link0
{	position: absolute;
	left: 57px;
	top: 90px;
	width: 200px;
	height: 16px;
	z-index: 3;
	visibility: visible;
	text-align: left;
	cursor: default;
}

#LSB_Info0
{	visibility: hidden;
	top: 40px;						/* Keep same as LSB_Link       */
	left: -40px;						/* Add 80 pixels from LSB_Link */
	width: 220px;
	position: relative;
	z-index: 500;
	text-align: left;

	background-color: #FFFF99;
}
/*-------------------------------------*/


/*-------------------------------------*/
/* Link 1 - South Korea                */
/*-------------------------------------*/
#LSB_Link1 
{
	position: absolute;
	left: 10px;
	top: 208px;
	width: 200px;
	height: 16px;
	z-index: 3;
	visibility: visible;
	text-align: left;
	cursor: default;
}

#LSB_Info1
{	visibility: hidden;
	top: 144px;						/* Keep same as LSB_Link       */
	left: 100px;						/* Add 80 pixels from LSB_Link */
	
	position: absolute;
	z-index: 100;
	text-align: left;
	width: 110px;
	background-color: #FFFF99;
}
/*-------------------------------------*/

/*-------------------------------------*/
/* Link 2                              */
/*-------------------------------------*/
#LSB_Link2
{	position: absolute;
	z-index: 3;
	visibility: visible;
	text-align: left;
	left: 12px;
	top: 162px;
	width: 200px;
	height: 16px;
	cursor: default;
}

#LSB_Info2
{	visibility: hidden;
	top: 162px;						/* Keep same as LSB_Link       */
	left: 100px;						/* Add 80 pixels from LSB_Link */
	
	position: absolute;
	z-index: 100;
	text-align: left;
	width: 110px;
	background-color: #FFFF99;
}
/*-------------------------------------*/


/*-------------------------------------*/
/* Link 3                              */
/*-------------------------------------*/
#LSB_Link3
{	position: absolute;
	z-index: 3;
	visibility: visible;
	text-align: left;
	left: 12px;
	top: 180px;
	width: 200px;
	height: 16px;
	cursor: default;
}

#LSB_Info3
{	visibility: hidden;
	top: 180px;						/* Keep same as LSB_Link       */
	left: 100px;						/* Add 80 pixels from LSB_Link */
	
	position: absolute;
	z-index: 100;
	text-align: left;
	width: 110px;
	background-color: #FFFF99;
}
/*-------------------------------------*/


/*-------------------------------------*/
/* Link 4                              */
/*-------------------------------------*/
#LSB_Link4
{	position: absolute;
	z-index: 3;
	visibility: visible;
	text-align: left;
	left: 12px;
	top: 198px;
	width: 200px;
	height: 16px;
	cursor: default;
}

#LSB_Info4
{	visibility: hidden;
	top: 198px;						/* Keep same as LSB_Link       */
	left: 100px;						/* Add 80 pixels from LSB_Link */
	
	position: absolute;
	z-index: 100;
	text-align: left;
	width: 110px;
	background-color: #FFFF99;
}
/*-------------------------------------*/
