@charset "utf-8";
/* CSS Document */
ul.dropdown{
	position:relative;
	}
ul.dropdown .dir a{
	/*background:url(../images/down.png) no-repeat 50% calc(100% - 3px);*/
	background:url(../images/down.png) no-repeat 50% 28px;
	}
ul.dropdown ul{
	width:150px;
	position:absolute;
	/*left:0;
	top:100%;*/
	left:auto;
	top:auto;
	z-index:501;
	visibility:hidden;
	border:1px solid #222222;
	}
ul.dropdown li:hover > ul {
	visibility: visible !important;
}

ul.dropdown ul li{
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	float:none;
	background:none !important;
	border-top:1px solid #222222;
	height:auto !important;
}
ul.dropdown ul li:first-child{
	border-top:none;	
}
ul.dropdown ul li a{
	background-image:none !important;
	background-color:#2b2b2b !important;
	height:auto !important;
	padding:3px 12px !important;
}
ul.dropdown ul li a:hover{
	background:#353535 !important;
}
