#topMenuContainer
{
	width: 890px;
}


#topMenuNav
{
	width: auto;
	margin-left: 15px;

	text-align: left;
	float: left;
}

#topMenuSpace
{
	width: 535px;
	float: left;
}

#topMenuTools
{
	width: auto;
	margin-right: 15px;

	text-align: left;
	float: left;
}


#topMenuText{
	float: left;
	padding-right: 5px;
}

a#topMenu{
	display: block;
	text-decoration: none;
	background-image: url(/images/tmGfx.gif);
	background-position: 0px 0px;
}

a#topMenu:link{
	 background-position: 0px 0px;
	 color: #A3A3A3;
}
a#topMenu:visited{
	 background-position: 0px 0px;
	 color: #A3A3A3;
}
a#topMenu:hover{
	background-position: -200px 0px;
	color: #008FD4;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
	line-height: 8px;


	margin-top: 6px;
	margin-left: 10px;
	padding: 0px 0px 0px 10px;
}

a.topMenu{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 9px !important;
	font-style: normal !important;
	text-transform: uppercase;
	line-height: 8px;
	color: #FFFFFF;

	margin-top: 6px !important;
	margin-left: 10px !important;
	padding: 0px 0px 0px 10px !important;
}