/*
Stylesheet      Current Students
Theme Name      University of St Andrews 2008
URI             http://www.st-andrews.ac.uk
Version         4.9.1
Authors         gjms1
Description     Global stylesheet for Current Students section.
                Sets up navigation bar look and feel.
Last Updated    15/05/2008
*/

/* 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("http://www.st-andrews.ac.uk/media/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("http://www.st-andrews.ac.uk/media/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;
    }
