/*--------------------------------------------------
version: enrichment.css - 1.3
created: 12-10-2010
modified: 07-04-2015
author: Paul Gunn, Michael Eccleston ~ GlobalGraphics Associates Ltd.
email: webmaster@globalgraphics.co.uk
website: http://www.globalgraphics.co.uk/
--------------------------------------------------*/

input[type="submit"], a.button,.button { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#index li a { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
#index li a { background: -webkit-linear-gradient(#fff,#99f); background: -o-linear-gradient(#fff,#99f); background: -moz-linear-gradient(#fff,#99f);  background: linear-gradient(#fff,#99f); }
#index li.active a, #index li a:hover { background: -webkit-linear-gradient(#2e3192,#39f); background: -o-linear-gradient(#2e3192,#39f); background: -moz-linear-gradient(#2e3192,#39f); background: linear-gradient(#2e3192,#39f); }