/* `Drop-Down Navigation
----------------------------------------------------------------------------------------------------*/

.dropdown {
	background: #fff;
	border: 0px solid #DDDBD9;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1px;
}

.dropdown a {
	background: #ccc url(_common/gradient2.gif) repeat-x;
	border: 1px solid #fff;
	border-top-width: 0;
	color: #666666;
	display: block;
	line-height: 30px;
	overflow: hidden;
	text-decoration: none;
	height: 30px;
}

.dropdown a:hover {
	color: #fff;
	background: #666;
}

.dropdown ul a {
	background: #eee;
}

.dropdown li {
	list-style: none;
	position: relative;
	text-align: center;
	width: 159px;
}

.dropdown li.dropdown_trigger {
	display: inline;
	float: left;
	margin: 0 0 0 0px;
}

.dropdown ul {
	background: #fff;
	border: 1px solid #999;
	border-top-width: 0;
	position: absolute;
	top: 30px;
	left: -1px;
	z-index: 9999;
}

.dropdown ul {
	display: none;
}

.dropdown li.dropdown_trigger:hover ul {
	display: block;
}

/* `Rounded Corners
----------------------------------------------------------------------------------------------------*/

.dropdown li.dropdown_trigger ul,
.dropdown li.dropdown_trigger ul li:last-child a {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
