/* Menu links style
 * Light 78abd1
 * Medium 3674a0
 * Dark 2c5c81
*/

/* set the background colour */
.mainMenu a , .children a, .children .children a
{
background:#78abd1;
}
/* set the hover colour */
.mainMenu ul li a:hover, .uniHome a:hover, .children ul li a
{
background:#2c5c81 !important;
}
/* search bar, home and uni home buttons */
.uniHome a, #searchForm
{
	background:#3674a0 !important;
}

/* set the currently selected item */
.current-menu-item a 
{
    background-color: #2c5c81 !important;
}

/* Colour in menu parent item to show top of sub-menu 
 * This works but ...
 */
.current-menu-item .sub-menu a 
{
    background-color: #3674a0 !important;
}
.sub-menu .current-page-item a 
{
 	background-color: #2c5c81;
}
.current-menu-parent .sub-menu  a ,
.sub-menu .current-menu-parent  a ,
.current-menu-ancestor  a
{
 	background-color: #3674a0;
}
 
