/* ################################################################
 System           : WEB SYSTEMS
 Program name     : itsmenu.css
 Description      : Stylesheet for the web menu 
 Date created     : 01-jan-2002 Ollie
 Date changed     : 13-MAY-2004 109706 Ollie Add Auto Navigate logic
 Date changed     : 21-JUN-2004 111948 Ollie Do not hide any menus 
                  : 10-SEP-2013 193330 Frans Specify Height of InsImg 100%
                  : 09-Nov-2018 DG 225095 Student experience improvement
                  : 10-NOV-2017 DG 225957 iEnabler look and feel enhancements
 Version          : v04.1.0.0
 Copyright        : Integrated Tertiary Software 01-JAN-1987
// ################################################################
*/

body {
	background-color: #FFFFFF;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
  margin-top: 0;
  margin-left: 5px;
}

a, 
a:link, 
a:visited {
	color : #5A7EDC;
	text-decoration: none;
}

a:active,
a:hover {
	color : #5A7EDC;
	text-decoration : underline;
}

.mnu_header {
  background-color:#e6f2ff; 
  text-align: center; 
  color: #A0BAF3; 
  font-weight: bold; 
  border-style: groove; 
  border-color: #A0BAF3; 
  border-width: 5px;
}

.mnu_image {
	position: relative;
  bottom: 0%;
  left: 0%;
}

.menuLvl0, .menuLvl0:active, .menuLvl0:link, .menuLvl0:visited, .menuLvl0:hover {
	color : red;
	font-weight : bold;
	text-decoration : none;
}

.menuLvlM1, .menuLvlM1:active, .menuLvlM1:link, .menuLvlM1:visited{
	color : #000000;
	text-decoration : none;
  margin: 100px 0px;
}

.menuLvlU1, .menuLvlU1:active, .menuLvlU1:link, .menuLvlU1:visited  {
	color : #526B84;
	text-decoration : none;
}

.menuLvlM2, .menuLvlM2:active, .menuLvlM2:link, .menuLvlM2:visited  {
	color : #000000;
	text-decoration : none;
}

.menuLvlU2, .menuLvlU2:active, .menuLvlU2:link, .menuLvlU2:visited  {
	color : #526B84;
	text-decoration : none;
}

.menuLvlM3, .menuLvlM3:active, .menuLvlM3:link, .menuLvlM3:visited  {
	color : #000000;
	text-decoration : none;
}


.menuLvlU3, .menuLvlU3:active, .menuLvlU3:link, .menuLvlU3:visited  {
	color : #526B84;
	text-decoration : none;
}

.menuLvlM4, .menuLvlM4:active, .menuLvlM4:link, .menuLvlM4:visited  {
	color : #000000;
	text-decoration : none;
}

.menuLvlU4, .menuLvlU4:active, .menuLvlU4:link, .menuLvlU4:visited  {
	color : #526B84;
	text-decoration : none;
}

.menuLvlM5, .menuLvlM5:active, .menuLvlM5:link, .menuLvlM5:visited  {
	color : #000000;
	text-decoration : none;
}

.menuLvlU5, .menuLvlU5:active, .menuLvlU5:link, .menuLvlU5:visited  {
	color : #526B84;
	text-decoration : none;
}

.menuLvlM1:hover, .menuLvlM2:hover, .menuLvlM3:hover, .menuLvlM4:hover, .menuLvlM5:hover {
  color: grey;
  background-color: transparent;
}

.menuLvlU1:hover, .menuLvlU2:hover, .menuLvlU3:hover, .menuLvlU4:hover, .menuLvlU5:hover {
    color: white;
    background-color: grey;
    text-decoration: underline;
}

/* L/S Ireland */
table.mnu_header_ire {
	background-color: transparent;
	background-position: bottom, left;
	width: 91%;
}

td.mnu_header_ire {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	width: 100%;
	color: #000000;
	text-align: left;
  vertical-align : top;
}
