/*
Theme Name      University of St Andrews 2007 (Applications)
Theme URI       http://www.st-andrews.ac.uk
Description     Colour of #submenu carpet in #sidebar for all APPLICATION pages
Version         3.2
Author          gjms1

Last updated    Monday 09 July 2007
*/

#menu {
    background-color:   #8464c7;    /* Application Tool Purple (rgb 132, 100, 199) */
    }

/* Apply triangle/arrow to right-hand side of "Current Students" title on #menu */
/* Trivia: the triange/arrow is reminiscent of part of the university crest */
#menu h1 {
    background: #2f008f url("../images/menu_arrow_applications.gif") no-repeat center right;    /* Application Purple (rgb 47, 0, 143) */
    padding: 0 100px 0 32px;
    }

/* Allow sub-nav menu mouseovers to blend with background colour */
#sidebar a {
    border-left: 5px solid #b9b8ab;     /* Stone Sour (185,184,171) */
    }

#submenu {
    background-color: #b9b8ab;          /* Stone Sour (185,184,171) */
    }
