/* Bottom position menu behaviour */
#bottomMenu
{
	text-align	: left;
	padding-top	: 7px;
	margin-top	: 7px;
	padding-left	: 10px;
}

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

	font-family		: "Trebuchet MS";
	font-size 		: 11px;
	color 			: #fff;
	margin 			: 0;
	height			: 16px;
    	text-align		: right;
	margin-right		: 10px;
	text-decoration		: none;
}
  

#bottomMenu div.module a.mainlevel:hover {

	color			: #000;
}

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

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

	
}

#bottomMenu div.module a.mainlevel#active_menu
{
	color 			: #fff;
}

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


