<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* MENU_A */
/* NAVIGATION MENU */
.disabled_link {
   pointer-events: none;
   cursor: default;
}

div.menu_A { float:left;width:100%;background:#F4F7FB;font-size:93%;line-height:normal;border-bottom:1px solid #BCD2E6;}
div.menu_A ul {margin:0;padding:10px 10px 0 20px;list-style:none;}
div.menu_A li {display:inline;margin:0;padding:0;}
div.menu_A a {float:left;background:url("images/tableft1.gif") no-repeat left top;margin:0;padding:0 0 0 4px;text-decoration:none;}
div.menu_A a span {float:left;display:block;background:url("images/tabright1.gif") no-repeat right top;padding:5px 15px 4px 6px;color:#0267B5;font-weight: bold;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.menu_A a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {color:#627EB7;}
div.menu_A a:hover, li.menu_active_node a {background-position:0% -42px;}
div.menu_A a:hover span, li.menu_active_node a span {background-position:100% -42px;}
div.menu_A li.active a{border-bottom:1px solid #fff; margin-bottom:-1px;}

/* MENU_B */
/* SECONDARY MENU */

div.menu_B
{
    width:170px;
    background-color: #FCFEFF;
    border: 1px solid #B3D5EF;
    padding: 10px;
    margin: 5px;
    margin-left: 0px;
    margin-top: 25px;
}

/* MENU_C */
/* joomla lateral menu (work in progress) */

div.menu_C {
	margin-bottom:10px;
	text-align: left;
	background-image: url('../images/module_menu_bg.gif');
	background-repeat: repeat-y;
	position: relative;
	padding:30px 10px 20px 10px;
	border-bottom: 1px solid  #E3EAEE;
}


div.menu_C h3 {
	margin: 0px;
	top: 0px;
	left: 0px;
	display:block;
	width:185px;
	height: 9px;
	position: absolute;
	background-image: url('../images/module_menu_t.gif');
	background-repeat: no-repeat;
	padding:7px 0px 10px 20px;
	color: #FFFFFF;
	font-size: 1.17em;
}

div.menu_C ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

div.menu_C ul li {
	border-bottom: 1px solid #e3eaee;
	padding: 5px 10px;
}
div.menu_C ul li ul li {
	border:0px;
}
div.menu_C ul li a {
	line-height: 1.2em;
	font-size: 0.92em;
	text-decoration: none;
	color:#003456;
	display:block;
	padding-left:15px;
	background-image: url('../images/bullet_menu.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
}


div.menu_C ul li a:hover {
	text-decoration: underline;
}

/* LAYOUT Type D*/
div.menu_D li{
	background:none;
}
div.menu_D {
  background: none repeat scroll 0 0 #F4F7FB;
  padding: 0;
  margin: 0 auto;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  border-bottom: 1px solid #BCD2E6;
}
div.menu_D ul,
div.menu_D ul li,
div.menu_D ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.menu_D ul {
  position: relative;
  float: left;
}
div.menu_D ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
}
div.menu_D ul li.hover,
div.menu_D ul li:hover {
background: rgb(231,88,88); /* Old browsers */
background: -moz-linear-gradient(top, rgba(231,88,88,1) 1%, rgba(254,255,255,1) 20%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(231,88,88,1)), color-stop(20%,rgba(254,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(231,88,88,1) 1%,rgba(254,255,255,1) 20%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(231,88,88,1) 1%,rgba(254,255,255,1) 20%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(231,88,88,1) 1%,rgba(254,255,255,1) 20%); /* IE10+ */
background: linear-gradient(to bottom, rgba(231,88,88,1) 1%,rgba(254,255,255,1) 20%); /* W3C */
  position: relative;
  z-index: 20;
  cursor: default;
}

div.menu_D ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
}
div.menu_D ul ul li {
  float: none;
}
div.menu_D ul ul ul {
  top: 1px;
  left: 99%;
}
div.menu_D ul li:hover &gt; ul {
  visibility: visible;
}
div.menu_D ul ul {
  top: 1px;
  left: 99%;
}
div.menu_D ul li {
  float: none;
}
div.menu_D ul ul {
  margin-top: 1px;
}
div.menu_D ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */
div.menu_D:after,
div.menu_D ul:after {
  content: '';
  display: block;
  clear: both;
}
div.menu_D a {
  color: #0267b5;
  display: inline-block;
  font-size: 12px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
div.menu_D a:hover {
  position: relative;
  top: 0;
}
div.menu_D ul {
  list-style: none;
}
div.menu_D &gt; ul {
  padding-top: 5px;
  width: 100%;
}

div.menu_D &gt; ul &gt; li {
  background: rgb(244,247,251); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(244,247,251,1) 0%, rgba(254,255,255,1) 82%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,247,251,1)), color-stop(82%,rgba(254,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(244,247,251,1) 0%,rgba(254,255,255,1) 82%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(244,247,251,1) 0%,rgba(254,255,255,1) 82%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(244,247,251,1) 0%,rgba(254,255,255,1) 82%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(244,247,251,1) 0%,rgba(254,255,255,1) 82%); /* W3C */
  float: left;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin-left: 1px;
  padding: 5px 0px 4px 0px;
  border-top: 1px solid #BCD2E6;
  border-left: 1px solid #BCD2E6;
  border-right: 1px solid #BCD2E6;
}

div.menu_D &gt; ul &gt; li.menu_active_node {
	background: rgb(231,88,88); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(231,88,88,1) 1%, rgba(254,255,255,1) 20%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(231,88,88,1)), color-stop(20%,rgba(254,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(231,88,88,1) 1%,rgba(254,255,255,1) 20%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(231,88,88,1) 1%,rgba(254,255,255,1) 20%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(231,88,88,1) 1%,rgba(254,255,255,1) 20%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(231,88,88,1) 1%,rgba(254,255,255,1) 20%); /* W3C */
}

div.menu_D &gt; ul &gt; li.has-sub {
	padding-right: 15px;
}

div.menu_D &gt; ul &gt; li:hover &gt; a {
  position: relative;
}

div.menu_D &gt; ul &gt; li a {
  line-height: 1.4em;
}
div.menu_D &gt; ul &gt; li a:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
div.menu_D .has-sub:hover ul {
  display: block;
}
div.menu_D .has-sub a {
  display: block;
  position: relative;
}
div.menu_D .has-sub &gt; a:after {
  content: '';
  display: block;
  width: 10px;
  height: 9px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  background-image: url(images/triangle.png);
  -webkit-transform: rotate(360deg);
}
div.menu_D .has-sub ul {
  background: #f6f6f6;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: none;
  padding: 3px 0px 3px 0px;
  position: absolute;
  left: 50%;
  top: 1.8em;
  margin-left: -70px;
  width: 140px;
  z-index: 10;
}
div.menu_D .has-sub ul li:hover &gt; a {
  background: #dddddd;
  color: #993333;
  border-color: #e5e5e5 transparent transparent transparent;
}
div.menu_D .has-sub ul a {
  line-height: 160%;
  padding: 8px 0;
}
div.menu_D .has-sub .has-sub a:after {
  background-image: url(images/triangle.png);
  -webkit-transform: rotate(360deg);
}
div.menu_D .has-sub .has-sub ul {
  background: #f6f6f6;
  left: 100%;
  top: 0;
  margin-left: 0;
}
div.menu_D .has-sub .has-sub ul a {
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
</pre></body></html>