	#popupmenu {
		float:right;
		margin-right:-13px;
	}
	*html #popupmenu { 
		margin-right: 0;
	}
	.FISpop a {
		font-weight:bold;
		font-size:11px;
		text-decoration:none;
		display:block;
	}
	.FISpop_main {
		width:auto;
		margin-bottom:10px;
		text-align:right;
		
	}
	.FISpop_item_main {
		
	}
	.FISpop_item_main a {
		color:#086868;
		border-right:1px solid #086868;
		padding:0 13px;
		border-bottom:1px solid white;		
	}
	#popupmenu .FISpop_item_main:last-child a {
		border-right:none;
	}
	.FISpop_item_main_hover a {
		
	}
	
	.FISpop_sub_outer {
		
	}
	.FISpop_sub {
		border:1px solid silver;
		margin-top:1px;
		background-color:white;
		padding-bottom:30px;
		position:absolute;
		z-index:1000;
	}
	.FISpop_item_sub a {
		padding:3px 13px;
		white-space:nowrap;
		color:#086868;
		font-weight:bold;
		border-bottom:1px solid #B5CFF0;
	}
	.FISpop_item_sub a:hover {
		color:#086868;
		text-decoration:underline;
	}
	
