ul.dropdown {
	list-style: none;
	margin: 0;
	padding-left:0;
	position: relative;
	z-index: 597;
	float: left;
	height:34px;
}

ul.dropdown li {
	list-style: none;
	margin: 0;
	float: left;
	zoom: 1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}

ul.dropdown *.item {
	color: #FFF;
	width: 105px;
	padding-top: 11px;
	padding-bottom: 11px;
	font-weight: bold;
}

ul.dropdown *.item_br {
	color: #FFF;
	width: 105px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-weight: bold;
}

ul.dropdown *.item.hover,
ul.dropdown *.item:hover,
ul.dropdown *.item_br.hover,
ul.dropdown *.item_br:hover{
	background-image:url(../imgs/layout/b_fco.jpg);
	color: #FFF;
}

ul.dropdown *.sep {
	width: 2px;
}

ul.dropdown li.over,
ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	color: #FFF;
	background-color: #D3BF93;
}

ul.dropdown ul {
	list-style: none;
	visibility: hidden;
	position: absolute;
	z-index: 598;
	width: 220px;
	top:30px;
	border: 1px solid #ACACAC;
	padding-left:0;
	font-weight: normal;
	left:0px;
	color: #666;
	*.left:-40px;
}

ul.dropdown ul li{
	background-color:#FFF;
	padding-top: 6px;
	padding-bottom: 6px;
	float: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACACAC;
	cursor:pointer;
	padding-left:3px;
	color: #666;
	font-weight: normal;
}

ul.dropdown ul li a{
	color: #666;
	font-weight: normal;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}
