﻿ul
{
	width: 800px;
	height: 22px;
	position: absolute;
	margin-top: 1px;
	margin-left: 10px;
}
/* Img */
.supportLegislation
{
	background: url(../../Images/SubMenuSupport.png) no-repeat 0 0;
}
.supportRADAR
{
	background: url(../../Images/SubMenuSupport.png) no-repeat 0 -22px;
}
.supportExchangeRate
{
	background: url(../../Images/SubMenuSupport.png) no-repeat 0 -44px;
}
.supportLinks
{
	background: url(../../Images/SubMenuSupport.png) no-repeat 0 -66px;
}
/* End img */
li
{
	display: inline;
}
li a:link, li a:visited
{
	position: absolute;
	top: 0;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
.home a:link, .home a:visited
{
	left: 0px;
	width: 23px;
}
/* Link */
.legislation a:link, .legislation a:visited
{
	left: 33px;
	width: 69px;
}
.RADAR a:link, .RADAR a:visited
{
	left: 112px;
	width: 54px;
}
.exchangeRate a:link, .exchangeRate a:visited
{
	left: 176px;
	width: 107px;
}
.links a:link, .links a:visited
{
	left: 293px;
	width: 39px;
}
/* End link */
