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: 14px;
padding: 0;
margin: 0;
padding-top: 18px;
padding-bottom: 18px;
padding-right:1em;
border-left: 1px solid #fff;
padding-left:1em;

}
div.moduletable-tfmenu a.mainlevel:hover {	
background-position: 0px -25px;
background-color:#660000;
color:#fff;

}
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;
color: #333;
text-align:left;
border-bottom: 1px solid #fff;
background-color:#f3f1e9;
color:#660000;
}
div.moduletable-tfmenu ul ul a:hover {
background: url(../images/menu_bg.png) no-repeat;background-color:#660000;
color:#f3f1e9;
border-bottom: 1px solid #f3f3f3;

}
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;

}
