#navigation div.moduletable a.mainlevel,
#navigation div.moduletable a.mainlevel:link,
#navigation div.moduletable a.mainlevel:visited,
#navigation div.moduletable a.mainlevel:active
{
	font-size 		: 11px;
	font-weight 		: normal;
	color 			: #fff;
	margin 			: 0;
	text-decoration 	: none;
	line-height 		: 180%;
	width			: 152px;
	display			: block;
	padding-left		: 28px;	
	background		: url(../images/menu-normal-hover.gif) no-repeat;
	height			: 21px;
  }
#navigation div.moduletable a.mainlevel:hover {
	text-decoration		: none;
	color			: #fff;
	background		: url(../images/menu-normal-hover.gif) no-repeat;
	background-position	: 0px -21px;
	height			: 21px;
  }
#navigation div.moduletable a.sublevel, 
#navigation div.moduletable a.sublevel:link, 
#navigation div.moduletable a.sublevel:active,
#navigation div.moduletable a.sublevel:visited  {
	font-size : 10px;
	font-weight : normal;
	margin : 0;
	color : #fff;
	padding-right : 0;
	padding-top : 0;
	padding-bottom : 0;
	padding-left	: 20px;
	text-decoration	: none;
  }

#navigation div.moduletable a.sublevel:hover 
{
	margin : 0;
	text-decoration : none;
	
}

#navigation div.moduletable a.mainlevel#active_menu
{
	color			: #fff;
	background		: url(../images/menu-normal-hover.gif) no-repeat;
	background-position	: 0px -21px;
	height			: 21px;
}

#navigation div.moduletable a.sublevel#active_menu
{
	text-decoration		: underline;
}

