/*  skoot theme | green.css : 2006.11  */

body, #pageWrapper
{
	color:#000;
	background-color:#f0f9ec;
}
div.twoColumns div.leftColumn, div.twoColumns div.rightColumn, #rightColumn ul.vnav li a, #hiliteBlock, #AdBox
{
	border-color:#306020;
}
#pageWrapper, #innerColumnContainer, #masthead, #footer
{
	border-color:#041306;
}
#masthead, #footer
{
	color:#000;
	background-color:#87cf70;
}
#masthead h2, #rightColumn h3.vnav
{
	color:#478f30;
}
#outerColumnContainer
{
	color:#000;
	background-color:#fff;
	border-right-color:#d7efcf; /* right column background color */
}
#hiliteBlock
{
	background-color:#d7efcf;
}
#rightColumn ul.vnav li a:link, #rightColumn ul.vnav li a:visited, #rightColumn ul.vnav li a:active, #AdBox
{
	color:#306020;
	background-color:#f0f9ec;
}
#rightColumn ul.vnav li a:hover
{
	color:#fff;
	background-color:#87cf70;
}

/* menu coloration*/

/* links - top level */
#menu a, #menu a:visited {background:#306020;}

/* links - 2nd level */
#menu ul ul a, #menu ul ul a:visited {background:#b0e0a0;}

/* links - 3rd level */
#menu ul ul ul a, #menu ul ul ul a:visited {background:#87cf70;}

/* links - 4th level */
#menu ul ul ul ul a, #menu ul ul ul ul a:visited {background:#5fbf40;}

/* style the level hovers */
/* first */
* html #menu a:hover {color:#000; background:#d7efcf;}
#menu :hover > a {color:#000; background:#d7efcf;}

/* second */
* html #menu ul ul a:hover{color:#000;background:#d7efcf;}
#menu ul ul :hover > a {color:#000;background:#d7efcf;}

/* third */
* html #menu ul ul ul a:hover {background:#d7efcf;}
#menu ul ul ul :hover > a {background:#d7efcf;}

/* fourth */
#menu ul ul ul ul a:hover {background:#d7efcf;}

