/* Digit ry
* CSS styles green page theme
*
* author: Jouni Koivuviita
* created: 26.8.2006
**/


a:link {
	color:#26ae42;
	border-bottom:dotted 1px #55a666;
	text-decoration:none;
}

a:visited {
	color:#5f5f5f;
	border-bottom:dotted 1px #55a666;
	text-decoration:none;
}

a:active {
	color:#65d47c;
	border-bottom:none;
	text-decoration:none;
}

a:hover {
	color:#65d47c;
	border-bottom:solid 1px #6fa87b;
	text-decoration:none;
}


#page-header h3 {
	background:#19418d url(/images/site/submenu_header_bg_green.gif) no-repeat;
}

#page-header h3 span.right {
	background:#19418d url(/images/site/submenu_header_bg_right_green.gif) no-repeat;
}

#page-header h3 span.left {
	background:#19418d url(/images/site/submenu_header_bg_left_green.gif) no-repeat;
}

#page-menu li a:hover {
	border-left:solid 2px #1ea539;
}
