/* --- Megadrowpdwon Menu ---*/

#mainnav .dropdown {
    display: none; 
    position: absolute; 
    height: 400px;   
    color: #484A4D; 
    text-transform: none;
    font-size: 10pt; 
    margin-top: -6; 
    z-index: 200; 
    width: auto; 
    min-width: 190px; 
    z-index: 100; 
    top: 18px; 
    left: -4px;
}


#mainnav .dropdown.mega {
    width:952px;
}  

#mainnav .dropdown.mega {
    /* left:-508px; */
	left:-535px;
} 
                               

#mainnav .dropdown.last {
    left: auto;
    right: -4px;
}

#mainnav .dropdown .boxtop {
	font-size: 6px;
	line-height: 6px;
	position: relative;
	height: 6px;
	background: transparent url(/img/dropdown_o.png) repeat-x;
	margin-left: 6px;
	margin-right: 6px;
	z-index: 101; 
	display: block; 
    clear: both;  
}

#mainnav .dropdown .corLtop {
	position: absolute;
	top: 0;
	left: -6px;
	width: 6px;
	height: 6px;
	background: transparent url(/img/dropdown_lo.png) no-repeat top left; 
}

#mainnav .dropdown .corRtop {
	position: absolute;
	top: 0;
	right: -6px;
	width: 6px;
	height: 6px;
	background: transparent url(/img/dropdown_ro.png) no-repeat;   
}

#mainnav .dropdown .boxbot {
	font-size: 6px;
	line-height: 6px;	
	position: relative;
	height: 6px;
	background: transparent url(/img/dropdown_u.png) repeat-x ;
	margin-left: 6px;
	margin-right: 6px;
	z-index: 2;	
	display: block; 
    clear: both; 
    z-index: 102; 
}

#mainnav .dropdown .corLbot {
	position: absolute;
	top: 0;
	left: -6px;
	width: 6px;
	height: 6px;
	background: transparent url(/img/dropdown_lu.png) no-repeat bottom left;
}

#mainnav .dropdown .corRbot {
	position: absolute;
	top: 0;
	right: -6px;
	width: 6px;
	height: 6px;
	background: transparent url(/img/dropdown_ru.png) no-repeat;
}

#mainnav .dropdown .left {
    position: absolute;
    display: block;  
    background: transparent url(/img/dropdown_l.png) repeat-y top left; 
    height: 100%;
    width: 6px; 
    left: 0px; 
    z-index: 103;  
    
}

#mainnav .dropdown .right {
    position: absolute;
    display: block;  
    background: transparent url(/img/dropdown_r.png) repeat-y top right; 
    height: 100%;
    width: 6px;
    right: 0px; 
    z-index: 104;     
}

#mainnav .dropdown .center {
    height: auto; 
	position: relative;
	z-index: 3; 
	height: auto; 
	width: auto; 
    padding: 0px;  
    z-index: 105;  
}

#mainnav .dropdown .boxContent{
    position: relative; 
    background: #fff; 
    background-color: white;  
    height: auto; 
    width: auto;
    left: 6px; 
    margin-right: 12px; 
    margin-bottom: 0px; 
    padding: 8px 8px; 
    z-index: 107;   
}


