﻿#floatswitcher a:hover {
    color: grey;
    
}
#floatswitcher a {
    color: white;
    
}

        span.dropt:hover
        {
            text-decoration: none;
            z-index: 6;
        }
        span.dropt span
        {
            position: absolute;
            left: -9999px;
            margin: 20px 0 0 0px;
            padding: 3px 3px 3px 3px;
            border-style: solid;
            border-color: black;
            border-width: 1px;
            background-color:#E0E6F8;
            color:#0A0A2A;
            z-index: 6;
            
        }
        span.dropt:hover span
        {
            left: 35%;
            width:200px;
            
        }
        span.dropt span
        {
            position: absolute;
            left: -9999px;            
            margin: 12px 0 0 0px;
            padding: 3px 3px 3px 3px;
            border-style: solid;
            border-color: #819FF7;
            border-width: 1px;
            
            
        }
        span.dropt:hover span
        {
            margin: 20px 0 0 170px;
            z-index: 6;
        }
        
        span.dropt2:hover
        {
            text-decoration: none;
            z-index: 6;
        }
        span.dropt2 span
        {
            position: absolute;
            left: -9999px;
            margin: 20px 0 0 0px;
            padding: 3px 3px 3px 3px;
            border-style: solid;
            border-color: black;
            border-width: 1px;
            background-color:#E0E6F8;
            color:#0A0A2A;
            z-index: 6;
            
        }
        span.dropt2:hover span
        {
            left: 15%;
            width:200px;
            
        }
        span.dropt2 span
        {
            position: absolute;
            left: -9999px;            
            margin: 12px 0 0 0px;
            padding: 3px 3px 3px 3px;
            border-style: solid;
            border-color: #819FF7;
            border-width: 1px;
            
            
        }
        span.dropt2:hover span
        {
            margin: 20px 0 0 170px;
            z-index: 6;
        }
/* %1 DPF 24/06/2013 - HDC: make the same colour blue as PTP */        
       a:link {
	font-family: arial, helvetica, sans-serif;
	color: #1F4E7A;  
	text-decoration: none
        }


legend {font-weight:bold;
        padding:0.5em}
