/*
navLnkPubs.css
--------------
Style sheet for NRS site - publications

Supplementary style for navigation links only

*/


/* 3. navigation */
/* ------------- */
/* Disable all sub-menu headers */
#mainNav li.mnuSubHdr {
	display: none;
}

/* Disable the main link on all pages in favour of the sub-menu */

#mainNav li#mnuPubs {
	display: none;
}

#mainNav li#mnuSubHdrPubs {
	display: block;
}

/* 'you are here' links */
#pgePubs a#lnkPubs,
#pgePubs a#lnkPubsS,
#pgePubsPrint a#lnkPubsPrint,
#pgePubsAll a#lnkPubsAll {
	font-weight: normal;
	background-color: #FFF;
	background-image: url(../images/map_pin_16px.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


