/* change /images_green/ to /images_color/ and change #40FF60 to #xxxxxx */
/* (where color is the directory with colored graphics, and #xxxxxx is the desired color) */
/**
h1,h2,h3,.componentheading, .contentheading{font: normal normal 200% "Trebuchet MS",Arial,sans-serif; font-weight:bold;color: #40FF60;}
*/
h3 {
	color: #40FF60;
}
h2 {
	color: #40FF60;
}
.componentheading {

	color: #40FF60;
}
.contentheading {
	color: #40FF60;
}
a:link ,  a:visited{
	color: #40FF60;
}

li.latestnews a:link, li.latestnews_box a:link, li.latestnews_head a:link, li.latestnews_boxhead a:link,
li.mostread a:link, li.mostread_box a:link, li.mostread_head a:link, li.mostread_boxhead a:link, 
li.popular a:link, li.popular_box a:link, li.popular_head a:link, li.popular_boxhead a:link
{
	background-image: url(../images_green/starbullet.png);
}
ul#nav a:hover {
	background-image: url(../images_green/buttonhover.png);
	background-color: #40FF60;   */
	}
ul#nav li.activelink a,ul#nav li.activelink a:hover{color: #fff;background-image: url(../images_green/buttonhover.png);	background-color: #40FF60;}
#nav a:link#active_menu-nav, #nav a:visited#active_menu-nav{color: #fff;background-image: url(../images_green/buttonhover.png);	background-color: #40FF60;}
ul#mainlevel a:hover
{
background-color: #40FF60;
background-image:url(../images_green/vertnavbutton-hover.png);
}
ul#mainlevel a:link#active_menu, ul#mainlevel a:visited#active_menu
{
background-color: #40FF60;
background-image:url(../images_green/vertnavbutton-hover.png);
}

.button:hover  {
	background: url(../images/button-bg.gif) repeat-x top #40FF60;
	color: #fff;
}
