/* ----------- Main Menu ----------- */
.mainMnCont {
	background:url(../images/comun/menuBg.png) no-repeat;
	width:1021px;
	height:65px;
}

.menu_align{
	float:left;
	padding-left:250px;
	padding-top:13px;
}

.menu_align_2{
	float:left;
	padding-left:8px;
	padding-top:13px;
}

#mainMn{
	float:left;
}

#mainMn li{
	float:left;
	line-height:3.3;
	cursor:pointer;
	position:relative;	
	z-index:5000;
}
#mainMn li.sep img{	padding-top:8px; }

#mainMn li a:link, #mainMn li a:visited{ 
	float:left;
	font-weight:bold;
	font-size:1.2em;
	color:#000;
	text-align:center;
}

#mainMn .mainMn_1{ width:132px; height:39px;}
#mainMn .mnItem_1{ width:130px; height:39px;}
#mainMn .mainMn_2{ width:172px; height:39px;}
#mainMn .mnItem_2{ width:170px; height:39px;}
#mainMn .mainMn_5{ width:132px; height:39px;}
#mainMn .mnItem_5{ width:130px; height:39px;}

#mainMn .mnItem_1:hover, #mainMn .mnItem_1:active,
#mainMn .mnItem_2:hover, #mainMn .mnItem_2:active,
#mainMn .mnItem_5:hover, #mainMn .mnItem_5:active{
	border-top: 1px solid #b9b0b0;
	border-left: 1px solid #b9b0b0;
	border-right: 1px solid #b9b0b0;
	text-decoration:none;
	background-color:#FFF;
	color:#ee7c00;
}

#mainMn .mainMn_0{ width:72px; height:38px;}
#mainMn .mnItem_0{ width:70px; height:38px;}
#mainMn .mainMn_3{ width:90px; height:38px;}
#mainMn .mnItem_3{ width:88px; height:38px;}
#mainMn .mainMn_4{ width:70px; height:38px;}
#mainMn .mnItem_4{ width:68px; height:38px;}

#mainMn .mnItem_0:hover, #mainMn .mnItem_0:active,
#mainMn .mnItem_3:hover, #mainMn .mnItem_3:active,
#mainMn .mnItem_4:hover, #mainMn .mnItem_4:active{
	border: 1px solid #b9b0b0;
	text-decoration:none;
	background-color:#FFF;
	color:#ee7c00;
}

/* --- SubMenu --- */
#mainMn li #sub_1,#mainMn li #sub_2,#mainMn li #sub_5{
	position:absolute;
	z-index:20000;
	left:0;
	top:39px;	
}

#mainMn .subItem{
	border-left: 1px solid #b9b0b0;
	border-right: 1px solid #b9b0b0;
	background-color:#FFF;
}

#mainMn #sub_1 .subItem { width:130px; height:20px;}
#mainMn #sub_2 .subItem { width:170px; height:20px;}
#mainMn #sub_5 .subItem { width:130px; }
#mainMn #sub_1 a { width:120px; height:20px;}
#mainMn #sub_2 a { width:160px; height:20px;}
#mainMn #sub_5 a { width:120px; padding-bottom:5px;}

#mainMn #sub_1 li, #mainMn #sub_2 li, #mainMn #sub_5 li{
	float:left;
	line-height:1.4;	
	text-indent:10px;
	border-top:1px solid #e6e5e5;
	padding-top:5px;
}
#mainMn #sub_1 a, #mainMn #sub_2 a, #mainMn #sub_5 a{
	font-size:1.1em;
	font-weight:normal;
	text-align:left;
}

#mainMn #sub_1 a:hover, #mainMn #sub_1 a:active,
#mainMn #sub_2 a:hover, #mainMn #sub_2 a:active,
#mainMn #sub_5 a:hover, #mainMn #sub_5 a:active{

/*	font-weight:bold;*/
	text-decoration:none;
	color:#ee7c00;
	
}

#mainMn #sub_1 li.subFirst, #mainMn #sub_2 li.subFirst, #mainMn #sub_5 li.subFirst {
	border-top:0px solid #FFF;
	padding-top:10px;
}
#mainMn #sub_1 li.subLast, #mainMn #sub_2 li.subLast, #mainMn #sub_5 li.subLast {
	border-top:0px solid #FFF;
	padding-top:0px;
}

.busOverlayAlign{
	left:13px;
	position:absolute;
	top:-55px;
}


