.btn-2nd-level-sub, .btn-2nd-level-menu-active, .btn-2nd-level-sub-active {
    position:relative;
}

.level-3 {
	position:absolute;
	left:174px;
	top:-1px;
	border:1px solid #d3d3d3;
	border-top:1px solid #d3d3d3;
	background-color:#e3e3e3;
	font-weight:normal;
	float:left;
	display:none;
}

.level-3-right {
	position:absolute;
	left:-111px;
	top:-1px;
	border:1px solid #d3d3d3;
	border-top:1px solid #d3d3d3;
	background-color:#e3e3e3;
	font-weight:normal;
	float:left;
	z-index:20;
	display:none;
}

.btn-3rd-level a {
	text-decoration:none;
}


.btn-3rd-level a:hover {
	text-decoration:underline;
}

.btn-3rd-level, .btn-3rd-level-active {
	height: 26px;
	width: 100px;
	margin:0px;
	margin-bottom:1px;
	padding-left: 10px;
	line-height: 25px;
	background-color: #e6edf3;
	font-family: arial,sans-serif;
	font-size: 11px;
	color: #113567;
}

*html .btn-3rd-level, *html .btn-3rd-level-active {
	width:110px;
}

*html .btn-2nd-level, 
*html .btn-2nd-level-sub, 
*html .btn-2nd-level-sub-active, 
*html .ieHover, 
*html .btn-2nd-level-menu-active, 
*html .btn-2nd-level-sub-active, 
*html .btn-2nd-level-sub:hover {
	width:176px;
}

/*
.ieHover .level-3, .btn-2nd-level-sub-active:hover .level-3, .btn-2nd-level-sub:hover .level-3 {
	display:block;
}
*/

.ieHover, .btn-2nd-level-menu-active, .btn-2nd-level-sub-active, .btn-2nd-level-sub:hover {
height: 26px;
width:148px;
background-color: #e6edf3;
color: #113567;
border:1px solid #d3d3d3;
}


#thirdlevelfirst {
	margin-left:-1px;
	width:101px;
}

#thirdlevelrightfirst {
	margin-right:-1px;
	width:101px;
}

#thirdlevellast,
#thirdlevelrightlast {
	margin-bottom:0;
}

.btn-2nd-level-sub-active a {
	display:inline;
}

.btn-3rd-level a {
	display:block;
}

.btn-3rd-level-active {
	font-weight:bold;
}
