#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 			: #333333;
	margin 			: 0;
	display			: block;
	height			: 12px;
  	padding-left		: 20px;
  	padding-top		: 7px;
  	width			: 116px;
  	background		: url(../images/left-menu-bg.gif) no-repeat;
  	background-position	: 7px 12px;
}
  

#navigation div.moduletable a.mainlevel:hover {
	text-decoration		: none;
	color			: #000000;
	text-decoration 	: underline;
	background		: url(../images/left-menu-bg-hover.gif) no-repeat;
  	background-position	: 7px 12px;
}

#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 : #000000;
	padding-right : 0;
	padding-top : 0;
	padding-bottom : 0;
	padding-left	: 20px;
	text-decoration	: none;
	line-height		: 16px;
	border		: none;
  }

#navigation div.moduletable a.sublevel:hover 
{
	margin : 0;
	text-decoration : none;
	
}

#navigation div.moduletable a.mainlevel#active_menu
{
	color			: #000000;
}

#navigation div.moduletable a.sublevel#active_menu
{
	text-decoration		: underline;
}


