/* Left Special Module Menu */
#tcLeftCol div.module  a.mainlevel,
#tcLeftCol div.module a.mainlevel:visited,
#tcLeftCol div.module a.mainlevel:link
{
	display				: block;
	padding				: 5px 3px 5px 0px;
	font				: 12px/16px Arial, "Lucida Sans Unicode", sans-serif;
	letter-spacing		: 1px;
	color				: #393939;
	text-decoration		: none;
	border-bottom		: 1px solid #eff0f0;
	text-indent			: 14px;
	font-weight			: bold;
	
}

#tcLeftCol div.module  a.mainlevel:active,
#tcLeftCol div.module  a.mainlevel#active_menu {
	
	color				: #393939;
	border-bottom		: 1px solid #eff0f0;
	background			: url(../images/main-menu-active.gif) 0px 7px no-repeat;
}

#tcLeftCol div.module  a.mainlevel:hover,
#tcLeftCol div.module  a.mainlevel#active_menu:hover,
#tcLeftCol div.module  a.mainlevel:focus {
	color				: #393939;
	border-bottom		: 1px solid #eff0f0;
	background			: url(../images/main-menu-active.gif) 0px 7px no-repeat;
}

#tcLeftCol div.module a.sublevel,
#tcLeftCol div.module a.sublevel:visited {
	margin-left			: 10px !important;
	margin-left			: 5px;
	display				: block;
	text-decoration		: none;
	color				: #393939	;
	border				: none;
	text-indent			: 20px;
}

#tcLeftCol div.module  a.sublevel:hover,
#tcLeftCol div.module  a.sublevel:focus {
	color			: #333;
	border			: none;
}

#tcLeftCol div.module  a.sublevel:active,
#tcLeftCol div.module  a.sublevel#active_menu 
{
	color				: #333;
	text-decoration		: underline;
	border				: none;

}





/* Left Special Module Menu */
a.mainlevel,
a.mainlevel:visited,
a.mainlevel:link
{
	display				: block;
	padding				: 5px 3px 5px 0px;
	font				: 12px/16px Arial, "Lucida Sans Unicode", sans-serif;
	letter-spacing		: 1px;
	color				: #393939;
	text-decoration		: none;
	border-bottom		: 1px solid #eff0f0;
	text-indent			: 14px;
	font-weight			: bold;
	
}

a.mainlevel:active,
a.mainlevel#active_menu {
	
	color				: #393939;
	border-bottom		: 1px solid #eff0f0;
	background			: url(../images/main-menu-active.gif) 0px 7px no-repeat;
}

a.mainlevel:hover,
a.mainlevel#active_menu:hover,
a.mainlevel:focus {
	color				: #393939;
	border-bottom		: 1px solid #eff0f0;
	background			: url(../images/main-menu-active.gif) 0px 7px no-repeat;
}

a.sublevel,
a.sublevel:visited {
	margin-left			: 10px !important;
	margin-left			: 5px;
	display				: block;
	text-decoration		: none;
	color				: #393939	;
	border				: none;
	text-indent			: 20px;
}

a.sublevel:hover,
a.sublevel:focus {
	color			: #333;
	border			: none;
}

a.sublevel:active,
a.sublevel#active_menu 
{
	color				: #333;
	text-decoration		: underline;
	border				: none;

}
