- /**
- * OUA NAV
- */
- @font-face {
- font-family: "FranchiseRegular";
- src: url("http://assets.open.edu.au/website-theme/rev-11606/fonts/franchise-bold-hinted-webfont.eot");
- src: url("http://assets.open.edu.au/website-theme/rev-11606/fonts/franchise-bold-hinted-webfont.eot?#iefix") format("embedded-opentype"),
- url("http://assets.open.edu.au/website-theme/rev-11606/fonts/franchise-bold-hinted-webfont.woff") format("woff"),
- url("http://assets.open.edu.au/website-theme/rev-11606/fonts/franchise-bold-hinted-webfont.ttf") format("truetype"),
- url("http://assets.open.edu.au/website-theme/rev-11606/fonts/franchise-bold-hinted-webfont.svg#FranchiseRegular") format("svg");
- font-weight: normal;
- font-style: normal;
- }
- #navigation { background: #022943; padding-top:50px }
- #navigation .primary ul, #navigation .secondary ul { width:960px; margin:0 auto; }
- #navigation .primary { border-bottom:1px solid #000 }
- #navigation .secondary { padding-top:1px; border-top:1px solid #154464; background:linear-gradient(top, #0e67a7 0%,#0c5e99 100%); border-bottom:1px solid #043452 }
- #navigation h2, #navigation h3 { display:none }
- #navigation ul { height:40px; border-radius:3px 3px 0 0; border-bottom:0; list-style:none; margin:0; padding:0; }
- #navigation li { margin:0; padding:0; float:left; position:relative; }
- #navigation li a { padding:11px 17px 12px 17px; display:block; color:#fff; text-decoration:none; font:normal 0.9em tahoma; }
- #navigation li:first-child a { border-left:none; }
- #navigation .primary a { border-left:1px solid #0a1e2b; border-right:1px solid #254a64; }
- #navigation .primary a:hover { background: linear-gradient(top, #20445b 0%,#002944 100%); }
- #navigation .primary .current a { background: linear-gradient(top, #074976 0%,#0e68a9 100%); position:relative; padding-top:13px }
- #navigation .secondary .current a, #navigation .secondary .current a:hover { background: linear-gradient(top, #c8c8c8 0%,#fbfbfb 100%); color:#0e68a9; border-right:1px solid #053c61;border-left:1px solid #053c61; }
- #navigation .secondary a:hover { background: linear-gradient(top, #3285bb 0%,#0067ab 100%);}
- #navigation .primary ul { background: linear-gradient(top, #08324f 0%,#284d66 100%); }
- #navigation .secondary ul { border-radius:0; background: linear-gradient(top, #0e67a7 0%,#0c5e99 100%); }
- .page-heading { border-top:1px solid #116b9a; background: #0195d3; padding:10px 0 }
- .site-area-heading { width:960px; margin:0 auto;color: white; font-size: 380%; letter-spacing:-2px; overflow:hidden; font:normal 450% FranchiseRegular; text-transform: uppercase; }
- /*Tooltip and Pointer CSS*/
- .navtip-out {
- position:absolute;
- width:0;
- height:0;
- border-left: 9px solid transparent;
- border-right: 9px solid transparent;
- border-top: 9px solid #1a6788;
- border-bottom: 0;
- left:43.1%;
- bottom:-9px;
- }
- .navtip-in {
- position:absolute;
- width:0;
- height:0;
- border-left: 7px solid transparent;
- border-right: 7px solid transparent;
- border-top: 7px solid #fbfbfb;
- border-bottom: 0;
- left:44%;
- }