#frm_right
{
	float: left;
	width: 176px;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #FF0000;*/
}

.menu_div .member
{
	float: left;
	width: 75px;
	height: 90px;
	margin: 5px 5px 5px 5px;
	background-color: #111111;
	border: 1px solid #000000;
	text-align: center;
}

.menu_div .member:hover
{
	border: 1px solid #888888;
}

.menu_div .member a img
{
	width: 75px;
	height: 70px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #000000;
}

.menu_div .site 
{
	width: 160px;
	height: 31px;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000000;
}

.menu_div .site:hover
{
	border: 1px solid #888888;
}

.menu_div .site a img
{
	width: 160px;
	height: 31px;
	border: none;
}
