#link_theme_switcher a{
	text-decoration:none;
	color:#9B9B9B;
}

#link_theme_switcher{
	height:30px;
	width:85px;
}

#link_theme_switcher a:hover{
	color:#fff;
	text-decoration:underline;
}

#link_theme_switcher h2{
	color:#bbb;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	margin: 5px 0;
}

#link_theme_switcher p{
	color:#fff;
	padding:0 10px;
	font-weight: bold;
	font-size: 12px;
}

#link_theme_switcher ul{
	margin: 7px 0;
    padding: 0 19px;
}


	#link_theme_switcher .content{
		display:none;
/* 		opacity:0;  */
		position:absolute; 
		top:30px;
		left:0px;
		width:165px;
		z-index:100;
		
		background:#333;
		border-radius:5px;
		padding:5px;
		
/* 		-webkit-transition: all 0.4s ease-in;
		-moz-transition: all 0.4s ease-in;
		-o-transition: all 0.4s ease-in;
		transition: all 0.4s ease-in; */

	}
	
/* 	#link_theme_switcher:focus .content,
	#link_theme_switcher:hover .content{display:block;opacity:1;} */