.box_ai {
	color: gray;
	font-size: 12px;
	font-style: italic;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.box_column_divider { border-left: 1px dotted silver;}

.box_item {
	font-size: 14px;
	padding-bottom: 10px;
}

.box_letter {
	color: #00bf00;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #00bf00;	
}

.nav_item {
	border: 1px solid #fff;
	height: 14px;
	padding: 9px 12px 7px 0px;
	width: 125px;
	text-align: right;
	font: 14px Arial;
}

.nav_item_over {
	text-align: right;
	font: 14px Arial;
	padding: 15px 30px 0px 0px;
	color: #00bf00;	
}

.nav_item .wrap {
	text-align: left;
}

.nav_item .subitem {
	display: none;
	margin: -32px 0 0 153px;
	border: 1px solid #00bf00;
}

.subitem .box_item {
	white-space: nowrap;
}

* html+.nav_item .subitem {
	margin: -15px 0 0 0;
}

.nav_item.jshover,
.nav_item:hover {
		z-index: 888;
}

.nav_item.jshover a,
.nav_item:hover a {
	color: #00bf00;
	text-decoration: none;
}

.nav_item.jshover .subitem,
.nav_item:hover .subitem {
	display: block;
	position: absolute;
	z-index: 888;
}

.nav_item .subitem a {
	color: #0082c3;
	text-decoration: underline;
}

.nav_item .subitem a:hover {
	color: #00bf00;
}

.nav_item .subitem table {
	padding: 0;
	background: #fff;
	width: 300px;
	background-image: url(v2pics/greenverticalfade.gif);
	background-position: bottom right;
	background-repeat: repeat-x;	
}

.nav_item .subitem table td.box_column_divider {
	padding: 0;
}

.nav_item .subitem .no-border {
	display: block;
	overflow: hidden;
	width: 165px;
	height: 45px;
	position: absolute;
	margin: 0px 0 0 -164px;
	background: #fff;
}

.nav_item .subitem .no-border-bottom {
	display: block;
	overflow: hidden;
	width: 165px;
	height: 46px;
	position: absolute;
	margin: -1px 0 0 -165px;
	background-image: url(v2pics/greenfade2.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	cursor: pointer;
}

.nav_item .subitem .no-border-top {
	display: block;
	overflow: hidden;
	width: 165px;
	height: 1px;
	position: absolute;
	margin: -1px 0 0 -165px;
	background-image: url(v2pics/greenfade2.gif);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 889;
}
