/*FX NAV CSS*/
DIV#FXGloblaNav
{
	width: 750px;
	height: 16px;
	overflow: hidden;
	padding-top: 3px;
	background-color: #F2ECD8;
}
SPAN.FXNavItems
{
	display: block;
	text-indent: -100000px;
	background: transparent url(http://www.fxgroupevents.com/images/global/FxNavSprite.png) no-repeat;
	border-right: 3px solid #F3EDD9;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	cursor: hand;
}
SPAN#FXTV
{
	width: 109px;
}
A:hover SPAN#FXTV
{
	width: 109px;
	background-position: 0px -16px;
}
SPAN#FXEvents
{
	width: 120px;
	background-position: -109px 0px;
}
A:hover SPAN#FXEvents
{
	background-position: -109px -16px;
}
SPAN#FXLighting
{
	width: 104px;
	background-position: -229px 0px;
}
A:hover SPAN#FXLighting
{
	background-position: -229px -16px;
}
SPAN#FXEnvironments
{
	width: 139px;
	background-position: -333px 0px;
}
A:hover SPAN#FXEnvironments
{
	background-position: -333px -16px;
}
SPAN#FXStore
{
	width: 99px;
	background-position: -472px 0px;
}
A:hover SPAN#FXStore
{
	background-position: -472px -16px;
}
SPAN#MyFX
{
	width: 80px;
	background-position: -571px 0px;
}
A:hover SPAN#MyFX
{
	background-position: -571px -16px;
}


SPAN#FXLighting{background-position: -229px -16px;}
