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

.anylinkcss{
	position:absolute;
	z-index: 1000;
	visibility: hidden;
	border:1px solid #cccccc;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height: 15px;
	background-color: #7a8ca0;
	width: 180px;
	list-style:none;
	overflow:hidden;/*must have*/
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #cccccc;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color:#e8f1fa;
}



.anylinkcss a:hover{
	background-color: #e8f1fa;
	/*background-color:#fd0002*/
	color: #000000;
}


.select-free
{
	position:absolute;
	z-index:10;/*any value*/
	overflow:hidden;/*must have*/
	
}
.select-free iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px;/*must have for any big value*/
}
.select-free .bd
{
	border:solid 1px #6e6e6e;
	padding:0; 
	/*background:#333333 ;*/
	background:#ffffff;
    /*margin-top:-100px;*/
    
	/*filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
}

.select-free .bd a
{ 
	display:block;
	
	margin:0;
	padding:5px; 
	width:125px;
	
	color:#333333; text-decoration:none; font:12px/12px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold;
	
	text-align:left;

  }
.select-free .bd a:hover{ 
background-color:#fd0002; 
/*color:#25574b;*/
color:#ffffff;
 text-decoration:none; font:12px/12px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold;
text-align:left;
}

.underline
{
	
/*width:120px;
margin:0px;
padding:0px;
border-top:solid 1px #6e6e6e;
height:4px;
display:block;*/
border-bottom:solid 1px  #ffffff;

}


/*.select-free .bd{border:solid 1px #aaaaaa;padding:12px;}*/

/*
#dd3
{
	margin-top:5px;
}
#dd4
{
	margin-top:5px;
}
*/
#divcontact
{
	margin-top:5px;
}
#divcayman
{
	margin-top:5px;
}



.drop_down
{
	position:absolute;
	z-index:10;/*any value*/
	overflow:hidden;/*must have*/

}
.drop_down iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px;/*must have for any big value*/
}
.drop_down .bd
{
	border:solid 1px #6e6e6e;
	padding:0;
	/*background:#333333 ;*/
	background:#ffffff;
    /*margin-top:-100px;*/

	/*filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
}

.drop_down .bd a
{
	display:block;

	margin:0;
	padding:5px;
	width:125px;

	color:#333333; text-decoration:none; font:12px/12px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold;

	text-align:left;

  }
.drop_down .bd a:hover{
background-color:#fd0002;
/*color:#25574b;*/
color:#ffffff;
 text-decoration:none; font:12px/12px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold;
text-align:left;
}