@charset "utf-8";
/* CSS Document */

.expand-nav{
	margin: 0px auto;
	background:url(../images/bg_bluemenu.jpg) no-repeat center center;
	width:232px;
	height:144px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	cursor:pointer !important;
	position:relative;
	z-index:2;
	text-transform:uppercase;
}
	.expand-nav #title{
		padding: 20px 30px;
		color:#FFFFFF;
		font-weight:bold;
	}
	.expand-nav ul.level-0{
		position: absolute;
		bottom: 7px;
		margin: 0px;
		padding: 0px;
		width: 232px;
		height: 80px;
	}
		.expand-nav #cat-3{
			border-bottom: solid rgba(0,0,0,0.2) thin;
			width: 173px !important;
		}
		.expand-nav ul.level-0 li{
			position:relative;
			margin: 0 0 0 20px;
			padding: 0 0 0 10px;
			width: 183px;
			height: 50%;
			line-height:40px;
			list-style: none;
		}
			.expand-nav ul.level-0 li .expand-arrow{
				position:absolute;
				top:0px;
				left:165px;
				padding:13px;
				background:url(../images/arrow_bluemenu.png) no-repeat center center;
				width:14px;
				height:12px;
			}
			.expand-nav ul.level-0 li:hover{
				background:url(../images/bg_menublue_expandable-principal.png) no-repeat center left;
			}
			.expand-nav ul.level-0 li ul.level-1{
				position:absolute;
				padding: 0px;
				margin: 0px;
				width:258px;
				display:none;
				bottom:4px;
				left:90%;
				font-size:13px;
				z-index: 8000;
				text-transform:none;
				background:url(../images/bg_menublue_expandable_middle.png) center right;
			}
				.expand-nav ul.level-0 li ul.level-1 .bg-top,.expand-nav ul.level-0 li ul.level-1 .bg-bottom{
					position:absolute;
					left:0px;
					width:100%;
					height:10px;
				}
				.expand-nav ul.level-0 li ul.level-1 .bg-top{
					bottom:100%;
					background:url(../images/bg_menublue_expandable_top.png) no-repeat right top;
				
					list-style: none;
					margin: 0px;
}
				.expand-nav ul.level-0 li ul.level-1 .bg-fusion-line{
					position: absolute;
					z-index: 9001;
					left: 1px;
					bottom: -1px;
					width: 6px;
					height: 34px;
					background: white;
				
					list-style: none;  margin: 0px;
}
				.expand-nav ul.level-0 li ul.level-1 .bg-bottom{
					top:100%;
					background:url(../images/bg_menublue_expandable_bottom.png) no-repeat right bottom;
				
					list-style: none;  margin: 0px;
}
				.expand-nav ul.level-0 li ul.level-1 li{
					margin:0px 0px 0px 30px;
					padding:0;
					width: 219px;
					height:20px;
					line-height:20px;
					list-style:url(../images/bullet_slide_inactive.png);
				}
					.expand-nav ul.level-0 li ul.level-1 li a:hover{
						color:#C06;
					}
					.expand-nav ul.level-0 li ul.level-1 li a{
						text-decoration:none;
						color:#333333;
					}