﻿.dropdown
{
	display: block;
	position: relative;
}
.dropdown dt
{
	width: 150px;
	padding: 8px;
	line-height: 10px;
	cursor: pointer;
	background: url(    '../images/left-t-bg2.gif' );
	text-align: left;
}
.slidingList_none
{
	width: 150px;
	padding: 8px;
	line-height: 8px;
	cursor: pointer;
	background: url(    '../images/left-t-bg2.gif' );
}
.dropdown .upperdd
{
	border-bottom: none;
}
.dropdown dt:hover
{
	background: url(    '../images/left-t-bg2.gif' );
}
.dropdown dd
{
	text-align: left;
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 208px;
	display: none;
	background: #fff;
	opacity: 0;
}
.dropdown ul
{
	width: 204px;
	border: 1px solid #9ac1c9;
	list-style: none;
}
.dropdown li
{
	display: inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited
{
	display: block;
	padding: 5px;
	color: #333;
	text-decoration: none;
	width: 194px;
	background: #f5f5f5;
}
.dropdown a:hover
{
	background: #d9e1e4;
	color: #000;
}
.dropdown .underline
{
	border-bottom: 1px solid #b9d6dc;
}

