/* CSS File - Left 4 Dead */

h1
{
	color: #36b336;
}

h1 a:link,
h1 a:hover,
h1 a:visited
{
	color: #36b336;
}

a:link
{
	color: #3dcc3d;
	text-decoration: none;
}

a:visited
{
	color: #3dcc3d;
	text-decoration: none;
}

a:hover
{
	color: #7ee57e;
	text-decoration: underline;
}

a:active
{
	color: #3dcc3d;
	text-decoration: none;
}

a.menu:link
{
	color: #3dcc3d;
	text-decoration: none;
}

a.menu:visited
{
	color: #3dcc3d;
	text-decoration: none;
}

a.menu:hover
{
	color: #7ee57e;
	text-decoration: underline;
}

a.menu:active
{
	color: #3dcc3d;
	text-decoration: none;
}

input.textbox:focus, input.login_text:focus, input.login_pw:focus, input.news_headline:focus, textarea:focus, select:focus
{
	border: 1px solid #3dcc3d;
}


#menu_top table#menu_sections td#menu_sections_td_l4d.active
{
	/*background-image: url(../../images/topmenu/hover/topbtn_l4d.jpg);*/
	background-repeat: no-repeat;
	background-color: #36b336;
}

div.news_list_compact_row:hover a
{
	color: #7ee57e;
}

