/************************************************************************/
/* With the Star Styles
/************************************************************************/

#header #languages .language:hover .marker,
#header #languages .language.current .marker,
#contents #submenu .bar.submenuitem.current a,
#contents #submenu .bar.submenuitem.current a:hover,
#contents #submenu .bar.submenuitem a:hover,
#contents .submenuright.current a,
#contents .submenuright a:hover
{
	background-color: #2723B2;
}

#header #menu a,
#contents #submenu .bar.submenuitem a
{
	color: #2723B2;
}

#header #menu a.current,
#header #menu a:hover
{
	border-bottom-color: #2723B2;
}

@media all and (max-width: 640px) 
{
	#menu a:not(.current):hover,
	#header #menu a:not(.current)
	{
		color: #2723B2 !important;
	}
	#contents .submenuitem.current a,
	#contents .submenuright.current a
	{
		background-color: #2723B2 !important;
	}
}
