/* Left Special Module Menu */
#tcLeftCol div.module  a.mainlevel,
#tcLeftCol div.module a.mainlevel:visited
{
	display			: block;
	padding			: 5px 3px 5px 20px;
	font			: 12px/16px Arial, "Lucida Sans Unicode", sans-serif;
	letter-spacing	: 1px;
	color			: #E6EFF4;
	text-decoration	: none;
	border			: none;
	background		: #3078A2;
	margin-bottom	: 1px;
}

#tcLeftCol div.module  a.mainlevel:active,
#tcLeftCol div.module  a.mainlevel#active_menu {
	
		color			: #E6EFF4;
	background		: #225674;
}

#tcLeftCol div.module  a.mainlevel:hover,
#tcLeftCol div.module  a.mainlevel#active_menu:hover,
#tcLeftCol div.module  a.mainlevel:focus {
	color			: #E6EFF4;
	background		: #225674;
	border			: none;
}

#tcLeftCol div.module a.sublevel {
	margin-left		: 10px !important;
	margin-left		: 5px;
	display			: block;
	text-decoration		: none;
	color			: #f5f5f5;
	border			: none;
	padding-left		: 20px;
	background		: #2D383A;
}

#tcLeftCol div.module  a.sublevel:hover,
#tcLeftCol div.module  a.sublevel:focus {
	color			: #82E210;
	border			: none;
}

#tcLeftCol div.module  a.sublevel:active,
#tcLeftCol div.module  a.sublevel#active_menu {
	color			: #CA4F59;
	text-decoration		: underline;
	border			: none;
}
