/* Digit ry
* CSS styles lila page theme
*
* author: Jouni Koivuviita
* created: 26.8.2006
**/


a:link {
	color:#934ec0;
	border-bottom:dotted 1px #6b4f7e;
	text-decoration:none;
}

a:visited {
	color:#5f5f5f;
	border-bottom:dotted 1px #6b4f7e;
	text-decoration:none;
}

a:active {
	color:#a95ddb;
	border-bottom:none;
	text-decoration:none;
}

a:hover {
	color:#a95ddb;
	border-bottom:solid 1px #934ec0;
	text-decoration:none;
}


#page-header h3 {
	background:#19418d url(/images/site/submenu_header_bg_lila.gif) no-repeat;
}

#page-header h3 span.right {
	background:#19418d url(/images/site/submenu_header_bg_right_lila.gif) no-repeat;
}

#page-header h3 span.left {
	background:#19418d url(/images/site/submenu_header_bg_left_lila.gif) no-repeat;
}

#page-menu li a:hover {
	border-left:solid 2px #6e1da3;
}
