.dropdown td{
	background:none;
}

.dropdown, .dropdown a, .dropdown a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.dropdown .border
{
	height:1px;
	overflow:hidden;
	background:#A4B7C8;	
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

.dropdown .section .border
{
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

/*item 1*/

.dropdown .item1,
.dropdown .item1:hover,
.dropdown .item1-active,
.dropdown .item1-active:hover {
	text-decoration:none;
	display:block;
	position:relative;
	color: #fff;
	width:228px;
	height:18px;
}

.dropdown .item1 div,
.dropdown .item1-active div{
	z-index:2;
	position:absolute;
	width:218px;
	height:16px;
	padding:2px 0 0 10px;
	cursor:pointer;
}

.dropdown .item1 .arrow,
.dropdown .item1-active .arrow{
	background:url(images/menu_left_arrow1.gif);
	background-repeat:no-repeat;
	background-position: 218px 7px;
}

.dropdown .item1 span,
.dropdown .item1:hover span,
.dropdown .item1-active span,
.dropdown .item1-active:hover span {
	z-index:1;
	position:absolute;
	text-decoration: none;
	display: block;
	width:228px;
	height:18px;
	background: #fff;
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
}

.dropdown .item1:hover span,
.dropdown .item1-active:hover span {
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

/*item 2*/

.dropdown .item2,
.dropdown .item2:hover,
.dropdown .item2-active,
.dropdown .item2-active:hover {
	text-decoration:none;
	display:block;
	position:relative;
	color: #000;
	width:228px;
	height:18px;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
}

.dropdown .item2 div,
.dropdown .item2-active div{
	z-index:2;
	position:absolute;
	width:218px;
	height:16px;
	padding:2px 0 0 10px;
	cursor:pointer;
}

.dropdown .item2 .arrow,
.dropdown .item2-active .arrow{
	background:url(images/menu_left_arrow2.gif);
	background-repeat:no-repeat;
	background-position:218px 7px;
}

.dropdown .item2 span,
.dropdown .item2:hover span,
.dropdown .item2-active span,
.dropdown .item2-active:hover span {
	z-index:1;
	position:absolute;
	text-decoration: none;
	display: block;
	width:228px;
	height:18px;
	background:#fff;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

.dropdown .item2:hover span,
.dropdown .item2-active:hover span {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.dropdown .item_grey span,
.dropdown .item_grey:hover span,
.dropdown .item_grey-active span,
.dropdown .item_grey-active:hover span {
	background:#ccc;
}

.dropdown .item2_hl span,
.dropdown .item2_hl:hover span,
.dropdown .item2_hl-active span,
.dropdown .item2_hl-active:hover span {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.dropdown .item2_hl:hover span,
.dropdown .item2_hl-active:hover span {
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

/*others*/

.dropdown .section {
    border:0;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

