﻿/* CSS Document */
@import url(../Master.css);
h1 {color: #89b600;}
a {color: #89b600;}
#CatButtons li a:link, #CatButtons li a:visited {background: url(../../Images/CatButton-Solutions.gif);}
#CatButtons li a:hover, #CatButtons li #current {background: url(../../Images/CatButton-Solutions.gif) 0 -25px;}
#CatButtons .CatButtonsSelected a {background: url(../../Images/CatButton-Solutions.gif) 0 -50px !important;}

.categoryHeader 
{
	background: url(../../Images/CatButton-Solutions.gif);
	background-repeat: no-repeat;
}

.categoryHeader A 
{
	background: url(../../Images/CatButton-Solutions.gif);
	color: White;
}

.categoryHeader A:hover
{
	background: url(../../Images/CatButton-Solutions.gif) 0 -25px !important;
	color: Green;
}

.sectionHeader
{
	background-image:url('/Images/SectionHead-Solutions.jpg');
	background-repeat: no-repeat;
}