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

.dropdown .border
{
	height:1px;
	overflow:hidden;
	background:#EDEDED;
	/*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: #0C274C;
	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_inner_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=75);
	-moz-opacity:.75;
	opacity:.75;
}

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

/*others*/

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