/*=========================================================
 Community List on rmenu
=========================================================*/

div#rmenu_community #communityList a{
	color:#00F;
	font-size:87%;
}

div#rmenu_community #communityList a:hover{
	text-decoration:underline;
}

div#rmenu_community #com-head{
	background:#C8DBFF;
	margin-bottom:10px;
}

div#rmenu_community .listLink{
	float:right;
	padding:0;
	margin:3px 5px;
	font-size:77%;
}

div#rmenu_community .comListTitle{
	padding:3px 5px;
	margin:5px;
	font-weight:bold;
	line-height:100%;
	border-bottom:3px solid #C8DBFF;
	text-align:left;
}

div#rmenu_community .communityList{
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
	font-size:87%;
}
div#rmenu_community .communityList li{
	padding:5px 10px;
	font-size:87%;
}
div#rmenu_community .communityList li p{
	margin:0;
	padding:0;
}

div#rmenu_community .communityList li p a{
	color: #555555;
}

div#rmenu_community .communityList li p a:hover{
	color: #000000;
	text-decoration: underline;
}

div#rmenu_community .communityList li .listThumb{
	float:left;
	position:absolute;
	overflow: hidden;
height: 80px;
}

div#rmenu_community .communityList li .listBody{
	padding-left:55px;
}

div#rmenu_community #entryList{
	padding:0;
	margin:10px;
	font-size:87%;
}

div#rmenu_community #entryList li{
    background: url("/image/rmenu/common/arrow02.gif") no-repeat scroll 0px 7px transparent;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
}

div#rmenu_community #entryList li a {
	font-size:87%;
	color: #555555;
}


div#rmenu_community #entryList li a:hover{
	color: #000000;
	text-decoration: underline;
}


div#rmenu_community a:hover .thumbImg{
	border:1px solid #00F;
}

div#rmenu_community a:hover .thumbImg img{
	width: 50px;
	height: auto;
}


div#rmenu_community a .thumbImg{
	border:1px solid #FFF;
	width: 50px;
	height: auto;
	overflow: hidden;

}

div#rmenu_community a.userNameLink{
	color:#000 !important;
	text-decoration:none;
	font-size:87%;
}

div#rmenu_community a.userNameLink:hover{
	color:#00F !important;
	text-decoration:underline;
	font-size:87%;
}


