@charset "utf-8";
/* CSS Document */
.imgbor {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}


.popmenu{
position: relative;
z-index: 0;
}

.popmenu:hover{
background-color: transparent;
z-index: 400;
}

.popmenu span{ /*CSS for enlarged image*/
	position: absolute;
	visibility: hidden;
	width:85px;
	height:25px;
	text-decoration: none;
	z-index: 500;
	text-align:center;
	background-image: url(../home_img/taglogo.png);
	text-shadow:#cccccc;
	font-size:11px;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	}

.popmenu span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.popmenu:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 5px;
}


