#navigation div.moduletable a.mainlevel,
#navigation div.moduletable a.mainlevel:link,
#navigation div.moduletable a.mainlevel:visited,
#navigation div.moduletable a.mainlevel:active
{

	font-family		: Arial;
	font-size 		: 12px;
	font-weight 		: bold;
	color 			: #333;
	margin 			: 0;
	display			: block;
	height			: 20px;
  	width			: 180px;
    	text-align		: left;
  	margin-bottom		: 3px;
  	padding-top		: 4px;
  	padding-left		: 28px;
  	background		: url(../images/mainmenu-bg.gif) no-repeat;
}
  

#navigation div.moduletable a.mainlevel:hover {
	text-decoration		: none;
	color			: #333;
	background		: url(../images/mainmenu-bg-hover.gif) no-repeat;
}

#navigation div.moduletable a.sublevel, 
#navigation div.moduletable a.sublevel:link, 
#navigation div.moduletable a.sublevel:active,
#navigation div.moduletable a.sublevel:visited,
#navigation div.moduletable a.sublevel:hover {
	font-size : 10px;
	font-weight : normal;
	margin : 0;
	color : #333;
	text-decoration	: none;
	line-height		: 16px;
	border		: none;
	display	: block;
	text-align	: left;
	padding-left	: 22px;
	width		: 191px;
	margin-bottom	: 3px;
  }


#navigation div.moduletable a.mainlevel#active_menu
{
  	color			: #000;
  	background		: url(../images/mainmenu-bg-hover.gif) no-repeat;
  	
}

#navigation div.moduletable a.sublevel#active_menu
{
	text-decoration		: underline;
}


