div.moduletable-tfmenu {
float:left;
margin: 0;
margin-left:-999em;
z-index: 10;
position: relative;	
}
div.moduletable-tfmenu, div.moduletable-tfmenu ul {	
padding: 0;
margin: 0;
list-style: none;
line-height: 1;
}
div.moduletable-tfmenu a.mainlevel:link,  div.moduletable-tfmenu a.mainlevel:visited {
display: block;
background: url(../images/menu_bg.png) no-repeat;
line-height: 24px;
padding: 0;
margin: 0;
padding-top: 12px;
padding-bottom: 12px;
padding-right:1em;


padding-left:1em;
color:#d7d4ca;

}
div.moduletable-tfmenu a.mainlevel:hover {	
background-position: 0px -25px;

color:#c4d9e5;

}
div.moduletable-tfmenu ul ul a:link, div.moduletable-tfmenu ul ul a:visited {
display: block;
background: url(../images/menu_bg.png) no-repeat;
border: 0px solid #000;
width:120px;
height: 25px;	
line-height: 24px;
font-size: 11px;

text-align:left;
border-bottom: 1px solid #fff;
background-color:#f3f1e9;
color:#333;
}
div.moduletable-tfmenu ul ul a:hover {
background: url(../images/menu_bg.png) no-repeat;background-color:#0b1c35;
color:#f3f1e9;
border-bottom: 1px solid #f3f3f3;
}
div.moduletable-tfmenu a#active_menu.mainlevel {
border-bottom:1px solid #fff;
color:#f6eb50;}
div.moduletable-tfmenu li {
float: left; 
padding: 0; margin: 0;

}
div.moduletable-tfmenu li ul {
	margin:0;
	padding:0;
	position: absolute;
	width:120px;
	left: -999em;
	z-index: -10;
	text-indent: 5px;
	background-color:#fff;
	color:#fff;
	text-align:left;
	margin-top:0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	
		
}
div.moduletable-tfmenu li:hover ul, div.moduletable-tfmenu  li {
left: auto;
padding-right:5px;
}
