﻿a
{
    color:#666666;
}
a:hover
{
    /*color:#ff0000;*/
    color:#18599d;
}

/* GREEN GREEN GREEN GREEN GREEN GREEN GREEN GREEN */

.parenttitle, .sectionheading
{
    background-color:#c1d83c;
}

.divmenu
{
	background-color: #c1d83c;
}

.pagetitle
{
	color:#c1d83c;
}

.listitemtitle
{
    color:#a6ce38;
}

.menuitem
{
/*    background-color:#ffffff; */
}

.sectionheading, .parenttitle, .divmenu a, .divmenu a:hover, .menuitem a:hover
{
    color:#ffffff;
}

.divmenu li a:hover
{
    display:block;
    background-color:#a6ce38;
}

li.homelink
{
	background-color: #fff !important;
	width: 50px;
}

li.homelink a
{
	padding: 0;
	display: block;
	width: 100%;
	height: 35px;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(../images/look_feel/home_link.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

li.homelink a:hover
{
	background-color: #fff !important;
}