div#TransSubLinks ul
{
	margin: 0;
	overflow: hidden;
	padding: 0;
	list-style-type: none;
}
div#TransSubLinks li
{
	width: auto;
	float: left;
}
div#TransSubLinks ul a
{
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 0 10px;
}
div#TransSubLinks ul a img
{
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
div#TransSubLinks a:hover 
{
	color: #fff;
}
div#TransSubLinks ul ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}
div#TransSubLinks ul ul a
{
	background-color: #cecece;
}
div#TransSubLinks ul ul a:hover
{
	color: #fff;
}
div#TransSubLinks li ul 
{
	position: absolute;
	width: 140px;
	left: -999em;
	background-color: #fff;
	border: solid 1px;
	border-color: #efefef #aaa #aaa #efefef;
	border: none;
	z-index: 1000;
}
div#TransSubLinks li:hover
{
	background-position: 0 0;
}
div#TransSubLinks ul li:hover li:hover,
div#TransSubLinks ul li.hover li.hover
{
	background-color: #f3f3f3;
}
div#TransSubLinks ul ul li
{
	width: 140px;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	border-bottom: 1px solid #aaa;
	line-height: 0.75;
}
div#TransSubLinks ul ul a
{
	width: 132px;
	display: block;
	padding: 6px 4px;
	margin: 0;
}
div#TransSubLinks li:hover ul,
div#TransSubLinks li.hover ul
{
	left: auto;
}