@charset "utf-8";
/* CSS Document */
.linkContent
{	
	display:block;
	height:36px;
	float:left;
	position:relative;
	display:
}
.dropDownContent
{
	display:none;
	width:111px;
	height:112px;
	position:absolute;
	z-index:200;
}
.dropDown
{
	display:block;
	width:108px;
	height:100px;
	padding-top:8px;
	background-color:#FFF;	
	border-left:1px solid;
	border-right:1px solid;
	border-color:#BCBEC0;
}
.dropDownL
{
	display:block;
	width:5px;
	height:5px;
	background-image:url(../img/left.png);
	float:left;
}
.dropDownR
{
	display:block;
	width:5px;
	height:5px;
	background-image:url(../img/right.png);	
	float:left;
}
.dropDownC
{
	display:block;
	width:100px;
	height:4px;
	background-color:#FFF;
	border-bottom:1px solid;	
	border-color:#BCBEC0;
	float:left;
}
.dropDown li
{
	display:block;
	margin-top:10px;
	margin-left:13px;
}
.dropDown li a
{
	font-size:11px;
	color:#4D4D4D;
}
.dropDown li a:hover
{
	color:#0C7EB2;
}
.dropDown li img
{
	position:relative;
	top:-1px;
	padding-right:6px;
}
