#menu {
	float: left;	
	font-family:Tahoma, Arial, Helvetic, sans-serif;
	font-size:10px;
	position: relative;
	margin-left: 1px;
	z-index:10000;
}

#customerbutton {
	float: right;	
	font-family:Tahoma, Arial, Helvetic, sans-serif;
	font-size:10.5px;
	position: relative;
	margin-right: 1px;
}

#customerbutton a {
	width: 135px;
	height: 27px;
	padding: 10px 0px 0px 0px;
	font-size: 10.5px;
	font-weight: normal;
	vertical-align: middle;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	color: white;
	border: none;
	white-space:nowrap;
	background:white url('https://support.ocr.ca/images/customer-login.png') top left no-repeat; background-size:135px 37px;
	float: left; 
	position: relative; 
	display: block;
}

#customerbutton a:hover {
	background:white url('https://support.ocr.ca/images/customer-login-selected.png') top left no-repeat; background-size:135px 37px;
	font-weight:bold;
	color: white;
    font-size: 10.3px;
}

html>body #menu {}

#menu ul {
	height: 37px;
	width:98px;
	list-style: none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	float: left;
}

#menu h2 {
	font-family:Tahoma, Arial, Helvetic, sans-serif;
	font-size:10px;
	font-weight:bold;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	border: none;
	height: 37px;
}

#menu li {position: relative;}

#menu h2 a.title {
	height: 27px;
	padding: 10px 0px 0px 0px;
	font-size: 11.5px;
	font-weight: normal;
	vertical-align: middle;
	text-transform: none;
	text-align: center;
	color: white;
	border: none;
	white-space:nowrap;
	background:white url('https://support.ocr.ca/images/menu-item.png') top left no-repeat;background-size:98px 37px;
    
}

#menu ul li a {
	font-family:Tahoma, Arial, Helvetic, sans-serif;
    font-size:10px;
	font-weight:normal;
	display: block;
	margin: 0;
	height: 10px;
	padding: 8px 0px 10px 10px;
	color: black;
	text-decoration: none;
    
}

#menu h2 a:hover.title {
	background: #fff url('https://support.ocr.ca/images/menu-item-selected.png') top left no-repeat;background-size:98px 37px; 
	font-weight:bold;
	color: black;
    
}

#menu ul li h2 a.current {
	background: white url('https://support.ocr.ca/images/menu-item-selected.png') top left no-repeat;background-size:98px 37px; 
	font-weight: normal;
	color:black;
    
}

#menu ul li h2 a:hover.current {
	color: #D3D3D3;
    }

#menu ul ul {
	position: absolute;
	top: 37px;
	left: -1px;
	width:220px;
}

#menu ul ul li  {
	border-left: solid 1px #1A4D8E;
	border-right: solid 1px #C7DDFA;
	background: white url('https://support.ocr.ca/images/menu-sub-item.png') bottom left repeat-x;background-size:90px 37px; 
}

#menu ul ul ul {
	position: absolute;
	top: 0px;
	left: 219px;
}

#menu a:hover {
	background: white url('https://support.ocr.ca/images/menu-sub-item-selected.png') bottom left repeat-x;background-size:90px 37px;
	color: white;
	font-weight: bold;
    }

#menu ul li ul li ul a:hover { 
	background: white url('https://support.ocr.ca/images/menu-sub-item-selected.png') bottom left repeat-x;background-size:35.2px 37.4px;
	color: white; 
	font-weight: bold; 
}

a.hassubnav {
	position:relative;
}

a.hassubnav span {
	display: none;
	text-align: right;
	position: absolute;
	right: 10px;
	width: 11px;
	height: 16px;
}

a.hassubnav span {
	display: inline;
	top: 6px;
	background: url('https://support.ocr.ca/images/menu-sub-arrow.png') center right no-repeat;
}

a:hover.hassubnav span {
	display: inline;
	top: 6px;
	background: url('https://support.ocr.ca/images/menu-sub-arrow-selected.png') center right no-repeat;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#sloganFR {font-family:Tahoma, Arial, Helvetic, sans-serif; font-size: 11pt; float: left; position: relative; display: block; color: #205EAC; font-variant: small-caps; font-weight: normal; height: 70px; vertical-align: middle; text-align: center; top: 4px; left: 45px;}
