#bottomSection div.moduletable a.mainlevel,
#bottomSection div.moduletable a.mainlevel:link,
#bottomSection div.moduletable a.mainlevel:visited,
#bottomSection div.moduletable a.mainlevel:active
{
	font-size 		: 11px;
	font-weight 		: normal;
	color 			: #616161;
	margin 			: 0;
	text-decoration 	: none;
	height			: 16px;
  	padding-left		: 10px;
  	padding-top		: 7px;
  	width			: 218px;
	margin-bottom		: 1px;
  	
}
  

#bottomSection div.moduletable a.mainlevel:hover {
	text-decoration		: none;
}

#bottomSection div.moduletable a.sublevel, 
#bottomSection div.moduletable a.sublevel:link, 
#bottomSection div.moduletable a.sublevel:active,
#bottomSection div.moduletable a.sublevel:visited  {
	font-size : 10px;
	font-weight : normal;
	margin : 0;
	color : #cc3333;
	padding-right : 0;
	padding-top : 0;
	padding-bottom : 0;
	padding-left	: 20px;
	text-decoration	: none;
	line-height		: 16px;
	border		: none;
  }

#bottomSection div.moduletable a.sublevel:hover 
{
	margin : 0;
	text-decoration : none;
	
}

#bottomSection div.moduletable a.mainlevel#active_menu
{
	color			: #333;

}

#bottomSection div.moduletable a.sublevel#active_menu
{
	text-decoration		: underline;
}

