﻿/* Had to add .results to have more specificity than other ul styles */
.results .hTogglerJS_target { background-color: white; border: 1px solid #003366; border-width: 1px 1px 1px 1px; padding: 1.5em 0 1.5em 0; margin: 0 15px 0 15px; overflow: auto; position: relative; z-index: 2 }
.results .hTogglerJS_target .hTogglerJS_target { margin-left: 5px; margin-right: 5px }

.results ul.hTogglerJS { white-space: nowrap; padding: 0; margin: 0 0 0 15px; list-style-type: none }
.results .hTogglerJS_target ul.hTogglerJS { margin-left: 5px;}
.results .hTogglerJS li { display: inline; margin: 0; padding: 0; margin-right: -2px }
.results .hTogglerJS li a { white-space: nowrap; border: 1px solid #003366; padding: 1px 0.6em 1px 0.6em; color: #003366; background-color: #FFFFE9; text-decoration: none }
.results .hTogglerJS li a:hover { color: #fff; background-color: #003366 }
.results .hTogglerJS li.current a { color: #003366; background-color: white; border-bottom-style: none; z-index: 3; position: relative }
