﻿/*
/ --------------------------------------
/	Manston airport
/   Frame Digital
/ --------------------------------------
/
/	-	MAIN NAVIGATION FOR SITE
/   -   SUB NAVIGATION FOR PAGES 
/   -   SPECIAL TERTIARY NAV FOR RIGHT-HAND COLS
*/

#site #mega-menu {
	height:35px;
	margin:10px 0 0 0;

	left:0;
	top:0;
 	z-index: 2000;
 	position: relative; 

}


#site #mega-menu h3 a { text-decoration: none; }

#site #mega-menu ul { margin: 0px; padding:0px; }

#site #mega-menu ul li.top 
{ 
    float: left; 
    position: relative; 
    padding: 0px; margin: 0px;
        
    background-image: url(/themes/default/images/nav/navigation.png);
    background-repeat: no-repeat;
    display: block;
    width: 65px; 
    height: 35px;
    margin-right: 1px;
}

#site #mega-menu ul li.last{
	margin:0;
}

#site #mega-menu ul li.top a span { text-indent: -3000px; display: block; height: 35px; }
#site #mega-menu ul li.top a { display: block; cursor: pointer; }

#site #mega-menu ul li#home { width: 86px; background-position: 0px 0px; }
#site #mega-menu ul li#flight-passenger { width: 195px; background-position: -87px 0px; }
#site #mega-menu ul li#from-manston { width: 172px; background-position: -283px 0px;  }
#site #mega-menu ul li#shop-eat-enjoy { width: 164px; background-position: -456px 0px;  }
#site #mega-menu ul li#news-events { width: 75px;  background-position: -621px 0px;  }
#site #mega-menu ul li#for-business { width: 129px;  background-position: -697px 0px;  }
#site #mega-menu ul li#about-the-airport { width: 148px;  background-position: -827px 0px;  }

#site #mega-menu ul li#home.selected,
#site #mega-menu ul li:hover#home {background-position: 0px -35px; }

#site #mega-menu ul li#flight-passenger.selected,
#site #mega-menu ul li:hover#flight-passenger {background-position: -87px -35px; }

#site #mega-menu ul li#from-manston.selected,
#site #mega-menu ul li:hover#from-manston { background-position: -283px -35px;  }

#site #mega-menu ul li#shop-eat-enjoy.selected,
#site #mega-menu ul li:hover#shop-eat-enjoy { background-position: -456px -35px;  }

#site #mega-menu ul li#news-events.selected,
#site #mega-menu ul li:hover#news-events { background-position: -621px -35px;  }

#site #mega-menu ul li#for-business.selected,
#site #mega-menu ul li:hover#for-business { background-position: -697px -35px;  }

#site #mega-menu ul li#about-the-airport.selected,
#site #mega-menu ul li:hover#about-the-airport { background-position: -827px -35px;  }

div.subnav { display: none; margin: 0 0 0 -3px;}
#site #mega-menu ul li.top div.subnav a { display: inline; }
#site #mega-menu ul li:hover div.subnav { display: block; position: absolute; top: 35px; width: 850px; }
#site #mega-menu ul li:hover div.subnav div.column { width: 150px; float: left; margin-right: 20px; }


div.subnav ul { padding:5px 0 0 5px !important; }

div.subnav div.column{
	min-height:140px;
  height:auto !important;
  height:140px;
}

/*add borders onto certain mega menu columns*/
div.subnav div.divide{
background-image:url(../images/nav/subnav-divider.png);
background-position: top right;
background-repeat: no-repeat;
}

div.subnav div.column li 
{ 
    line-height: 20px; 
    padding: 0 0 0 10px;
    margin: 0px;
    list-style: none; 
    background-image: url(/themes/default/images/list-dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
}
div.subnav div.column li a { color: #ff6600; font-size: 12px; }


/*for testing...*/

/*#site #mega-menu ul li#flight-passenger div.subnav{
	display: block; position: absolute; top: 36px; width: 850px; left:-20px;
}

#site #mega-menu ul li#flight-passenger div.subnav div.column{
	width: 150px; float: left; margin-right: 10px;padding-right:10px;
}*/

/* ---------------------------------------- */
/* SUB NAVIGATION FOR PAGES  */
/* ---------------------------------------- */

div.subnav-left { width: 10px; float: left; height: 155px; background-image: url(/themes/default/images/nav/subnav-left.png); }
div.subnav-body { float: left; height: 155px; background-image: url(/themes/default/images/nav/subnav-body.png); padding: 0 10px 0 10px; }

div.subnav-body h3 
{ 
    margin: 14px 0 0 0; 
    font-size: 14px; 
    font-weight: bold; 
    padding: 3px 0 2px 20px;
    background: url(/themes/default/images/grey-white-arrow.gif); 
    background-position: 2px 0px;
    background-repeat:no-repeat;          
}

div.subnav-right { width: 10px; float: left; height: 155px; background-image: url(/themes/default/images/nav/subnav-right.png); }


#sub-nav
{
    padding:0px;margin:0px;
    margin-left: 16px;
    margin-top: 20px;
}
#sub-nav .section 
{ 
    padding: 0px; width: 180px; list-style: none; background-image: none;     
}

#sub-nav li.disabled{
	background-color: yellow;
}

#sub-nav .section a { color:#c1022c; font-weight: bold; display: block; width: 180px; text-decoration: none; font-size: 12px;

    background-image: url(/themes/default/images/dotted-red.gif); 
    background-position: bottom; 
    background-repeat:repeat-x;
    padding-bottom: 5px;
    
}

.sub-pages { margin:10px 0 0 10px;}

#sub-nav .page { list-style: none; 
    background-image: url(/themes/default/images/framework/orange-bullet.gif);
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding: 0px;margin:0px;
    padding-left: 10px;
    
}

#sub-nav .page a { background: none; font-weight: normal; color: #ff6600; }
#sub-nav .selected a { font-weight: bold; }
#sub-nav .page a:hover { text-decoration: underline; } 


/* ---------------------------------------- */
/* SPECIAL TERTIARY NAV FOR RIGHT-HAND COLS */
/* ---------------------------------------- */
p.tertiary-link
{
    color: #A60024;
    margin: 0 0 10px 0;
    padding:0px;
    
    padding-left: 20px !important;
    background-image: url(/themes/default/images/nav/white-red-white-arrow.gif);
    background-repeat: no-repeat;
    background-position: left 2px;
    
    font-weight: bold;
    font-size: 12px;
    
}

table.datatable p.tertiary-link{
margin:2px 0;
}

p.tertiary-link a{
    color: #C1022C;
	text-decoration: none;
}

p.tertiary-link a:hover{
	text-decoration: underline;
}

