@charset "utf-8";
/* CSS Document */

 
 
.top_content_right ul li
{	margin: 0;
	padding: 0;
	list-style: none;
	display:inline;
	height:20px;
	float:right;
	font-size:12px;
	font-weight:lighter;
	
}
.top_content_right li a
{	display: block;
	width:auto;
	color: #474747;
	text-align: center;
	text-decoration: none;
	line-height:20px;
	padding:0px 10px 0px 10px;
}

.top_content_right li a:hover
{
	color:#0066cc;
}

.top_content_right div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #dedede;
	z-index:99;
}

.top_content_right div a
{	
	position: relative;
	display: block;
	margin: 0;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #ffffff;
	color: #474747;
	font-size:12px;
	font-weight:lighter;
}

.top_content_right div a:hover
{	
   background: #ededed;
   color: #0066cc;
}