#tcLeftCol div.module a.mainlevel,
#tcLeftCol div.module a.mainlevel:link,
#tcLeftCol div.module a.mainlevel:visited,
#tcLeftCol div.module a.mainlevel:active
{

	font-family		: Arial;
	font-size 		: 12px;
	color 			: #dddddd;
	margin 			: 0;
	display			: block;
    	text-align		: left;
  	text-indent		: 19px;
  	background		: url(../images/mainmenu-normal.gif) no-repeat 0px 6px;
  	margin-left		: 0px;
  	height			: 20px;
  	font-weight		: normal;
  	border-bottom		: 1px solid #434343;
}
  

#tcLeftCol div.module a.mainlevel:hover {
	text-decoration		: none;
	color			: #000;
	background		: #ffebbc url(../images/mainmenu-hover.gif) no-repeat 0px 6px;;
}

#tcLeftCol div.module a.sublevel, 
#tcLeftCol div.module a.sublevel:link, 
#tcLeftCol div.module a.sublevel:active,
#tcLeftCol div.module a.sublevel:visited  {
	font-size : 10px;
	font-weight : normal;
	margin : 0;
	padding: 0;
	color : #DDD;
	text-decoration	: none;
	border		: none;
	text-indent	: 30px;
	display		: block;
  }

#tcLeftCol div.module a.sublevel:hover 
{
	margin : 0;
	text-decoration : none;
	background	: none;
	color		: #000;
}

#tcLeftCol div.module a.mainlevel#active_menu
{
	text-decoration		: none;
	color			: #000;
	background		: #ffebbc url(../images/mainmenu-hover.gif) no-repeat 0px 6px;;

}

#tcLeftCol div.module a.mainlevel:hover#active_menu
{
	text-decoration		: none;
	color			: #000;
}

#tcLeftCol div.module a.sublevel#active_menu
{
	text-decoration		: underline;
	color			: #d3d0a7;
	background		: none;
}






#tcRightCol div.module a.mainlevel,
#tcRightCol div.module a.mainlevel:link,
#tcRightCol div.module a.mainlevel:visited,
#tcRightCol div.module a.mainlevel:active
{

	font-family		: Arial;
	font-size 		: 12px;
	color 			: #dddddd;
	margin 			: 0;
	display			: block;
    	text-align		: left;
  	text-indent		: 15px;
  	background		: url(../images/mainmenu-normal.gif) no-repeat 0px 6px;
  	margin-left		: 0px;
  	height			: 20px;
  	font-weight		: normal;
  	border-bottom		: 1px solid #434343;
}
  

#tcRightCol div.module a.mainlevel:hover {
	text-decoration		: none;
	color			: #000;
	background		: #ffebbc url(../images/mainmenu-hover.gif) no-repeat 0px 6px;;
}

#tcRightCol div.module a.sublevel, 
#tcRightCol div.module a.sublevel:link, 
#tcRightCol div.module a.sublevel:active,
#tcRightCol div.module a.sublevel:visited  {
	font-size : 10px;
	font-weight : normal;
	margin : 0;
	padding: 0;
	color : #DDD;
	text-decoration	: none;
	border		: none;
	text-indent	: 30px;
	display		: block;
  }

#tcRightCol div.module a.sublevel:hover 
{
	margin : 0;
	text-decoration : none;
	background	: none;
	color		: #000;
}

#tcRightCol div.module a.mainlevel#active_menu
{
	text-decoration		: none;
	color			: #000;
	background		: #ffebbc url(../images/mainmenu-hover.gif) no-repeat 0px 6px;;

}

#tcRightCol div.module a.mainlevel:hover#active_menu
{
	text-decoration		: none;
	color			: #000;
}

#tcRightCol div.module a.sublevel#active_menu
{
	text-decoration		: underline;
	color			: #d3d0a7;
	background		: none;
}


