/* Bottom position menu behaviour */
#bottomMenu
{
	text-align	: center;
	padding-top	: 3px;
	padding-bottom	: 3px;
	margin-top	: 3px;
	margin-bottom	: 3px;
}

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

	font-family		: Arial;
	font-size 		: 10px;
	color 			: #003366;
	margin 			: 0;
	height			: 16px;
    	text-align		: right;
	margin-left		: 10px;
	margin-right		: 10px;
	text-decoration		: none;
}
  

#bottomMenu div.moduletable a.mainlevel:hover {

	color			: #333;
}

#bottomMenu div.moduletable a.sublevel, 
#bottomMenu div.moduletable a.sublevel:link, 
#bottomMenu div.moduletable a.sublevel:active,
#bottomMenu div.moduletable a.sublevel:visited  {
	font-size : 10px;
	font-weight : normal;
	margin : 0;
	color : #be2400;
	text-decoration	: none;
	line-height		: 16px;
	border		: none;
  }

#bottomMenu div.moduletable a.sublevel:hover 
{
	margin : 0;
	text-decoration : none;

	
}

#bottomMenu div.moduletable a.mainlevel#active_menu
{
	color 			: #333;
}

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


