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

body
{
	background-color:#f2f2f2;
	color:#000;
}
#pageWrapper, #innerColumnContainer, #masthead, #footer
	border-color:#141414;
}
div.twoColumns div.leftColumn, div.twoColumns div.rightColumn, #rightColumn ul.vnav li a, #hiliteBlock, #AdBox
{
	border-color:#333333;
}
#pageWrapper
{
	background-color:#f2f2f2;
	color:#000;
}
#masthead, #footer
{
	background-color:#cccccc;
	color:#000;
}
#masthead h2
{
	color:#666666;
}
#outerColumnContainer
{
	background-color:#fff;
	color:#000;
	border-right-color:#e6e6e6; /* right column background color */
}
#hiliteBlock
{
	background-color:#e6e6e6;
}
#rightColumn ul.vnav li a:link, #rightColumn ul.vnav li a:visited, #rightColumn ul.vnav li a:active, #AdBox
{
	background-color:#f2f2f2;
	color:#333333;
}
#rightColumn ul.vnav li a:hover
{
	background-color:#cccccc;
	color:#fff;
}
#rightColumn h3.vnav
{
	color:#adadad;
}

/* menu coloration*/

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

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

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

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

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

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

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

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

