<?php header('Content-type: text/css'); ?>
span.actuator {
  background-image: url(/images/plus.gif);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position:left;
  padding-left: 10px;
  text-decoration: none;
}

span.actuator:hover {
	font-weight: bold;
}

span.actuatoropen {
  background-image: url(/images/minus.gif);
  background-repeat: no-repeat;
  background-color: transparent;
  padding-left: 10px;
  text-decoration: none;
}

span.actuatoropen:hover {
	font-weight:bold;
}

.menu li a {
  background-color: transparent;
  text-decoration: none;
}

.menu li a:hover {
  border-bottom-style: dashed;
  border-bottom-color: #000000;
  border-bottom-width: 1px;
}

span.key {
  text-decoration: underline;
}

ul.expandable {
	list-style-type: none;
	padding-left: 10px;
}

ul.expandable ul {
	list-style-type: none;
	padding-left: 20px;
}

ul.expandable .switch {
	margin-right: 5px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
/* expandable.js menu: */
/* expandable menu list with alternate switch symbol */
#navigation ul.altsym {
    margin: 0;
    padding: 0;
}
#navigation ul.altsym ul {
    margin: 0;
    padding-left: 5px;
}
#navigation ul.altsym li {
    list-style-type: none;
    position: relative;
	text-indent: 15px;
}
#navigation ul.altsym li.menutitle { text-indent: 0; }
#navigation ul.altsym a {
    text-decoration: none;
    padding-left: 2px;
}
#navigation ul.altsym a:link { text-decoration: none; }
html>body ul.altsym a { width: auto; } /* hidden from Win/IE */
#navigation ul.altsym .switch {
    background: transparent url(/images/arrows.gif) no-repeat top left;
    border: none;
    height: 10px;
    left: 6px;
    line-height: 0px; /* Win/IE needs this for some reason */
    margin: 0;
    padding: 0;
    text-indent: -5500px; /* Moves the +/- text hyperlink out of the window */
    position: absolute;
    width: 10px;
}
#navigation ul.altsym a.switch:hover {
    background-color: transparent;
    border: none;
}
#navigation ul.altsym a.on { background-position: bottom left; }
#navigation ul.altsym a.off { background-position: top left; }
/* Box-model hacks for Win/IE 5.5 \*/
* html ul.altsym { width: 202px; w\idth: 177px; }
* html ul.altsym a { margin-left: 0px; ma\rgin-left: 17px; }
* html ul.altsym a.switch { left: -11px; lef\t: 6px; }
/* end hacks */
/* end DHTML menu */
