@charset "utf-8";
/* CSS Document */
a,
a:link,
a:visited {
	color:				#0066CC;
}

a:hover,
a:active {
	color:				#0066CC;
}

#cellHeader .linkLogo {
	width:				145px;
	height:				80px;

	background-image:	url('../images/logo_masling.gif');
}

#cellHeader a:hover,
#cellHeader a:active {
	color:				#0066CC;
}

#cellNavigation ul a {
	border-bottom:		1px solid #FFFFFF;

	background-color:	#0066CC;
}

#cellNavigation ul a:hover,
#cellNavigation ul a.selected {
	background-color:	#4694D0;
}

#cellNavigation ul ul a:hover {
	color:				#0066CC;
	
	background-image:	url('../images/bg_cellNavigation_ul_ul_a_masling_ovr.png') !important;	
}

#cellNavigation ul ul ul a:hover {
	color:				#0066CC;
	
	background-image:	url('../images/bg_cellNavigation_ul_ul_a_masling_ovr.png') !important;		
}

a.linkPDF {
	color:				#666666 !important;
}

a.linkPDF span {
	color:				#0066CC !important;
}

#cellFooter a:active,
#cellFooter a:hover {
	color:				#0066CC;
}



