/* CSS Document */
<!--
.navCell {
	font-size: 12px;
	background-image: url(/SFXPictures/homePage/navigation/divBg.png);
	background-position: left top;
	padding: 3px;
	cursor: pointer;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
*html .navCell {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/SFXPictures/homePage/navigation/divBg.png", sizingMethod="scale");
}
.navCellOver {
	background-image: url(/SFXPictures/homePage/navigation/divBgOver.png);
	background-position: left top;
	font-size: 12px;
	padding: 3px;
	cursor: pointer;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
*html .navCellOver {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/SFXPictures/homePage/navigation/divBgOver.png", sizingMethod="scale");
}
.navCellFeature {
	color: #fff;
	font-size: 12px;
	background-image: url(/SFXPictures/homePage/navigation/divBgFeature.png);
	background-position: left top;
	padding: 3px;
	cursor: pointer;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
*html .navCellFeature {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/SFXPictures/homePage/navigation/divBgFeature.png", sizingMethod="scale");
}
.navCellOverFeature {
	color: #fff;
	background-image: url(/SFXPictures/homePage/navigation/divBgOverFeature.png);
	background-position: left top;
	font-size: 12px;
	padding: 3px;
	cursor: pointer;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
*html .navCellOverFeature {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/SFXPictures/homePage/navigation/divBgOverFeature.png", sizingMethod="scale");
}
img{
	behavior: url(/pngbehavior.htc);
}
.navDivOff {
	position: absolute;
	visibility: hidden;
}
.navDivOver {
	position: absolute;
	visibility: visible;
	z-index: 3;
}
.mainMenuButtons{
	padding-top:10px;
}
.shadowRight {
	background-image: url(/SFXPictures/homePage/navigation/shadow/shadow_03.png);
	background-repeat: repeat-y;
}
*html .shadowRight {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/SFXPictures/homePage/navigation/shadow/shadow_03.png", sizingMethod="scale");
}
.shadowLeft {
	background-image: url(/SFXPictures/homePage/navigation/shadow/shadow_01.png);
	background-repeat: repeat-y;
}
*html .shadowLeft {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/SFXPictures/homePage/navigation/shadow/shadow_01.png", sizingMethod="scale");
}
.shadowBottom {
	background-image: url(/SFXPictures/homePage/navigation/shadow/shadow_05.png);
	background-repeat: repeat-x;
}
*html .shadowBottom {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/SFXPictures/homePage/navigation/shadow/shadow_05.png", sizingMethod="scale");
}
.pageBorderLeft {
	background-image: url(/sfxPictures/sfxStyles/pageBorder/pageBorder_04.png);
	background-repeat:repeat-y;
}
*html .pageBorderLeft {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/sfxPictures/sfxStyles/pageBorder/pageBorder_04.png", sizingMethod="scale");
}
.pageBorderRight {
	background-image: url(/sfxPictures/sfxStyles/pageBorder/pageBorder_06.png);
	background-repeat:repeat-y;
}
*html .pageBorderRight {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/sfxPictures/sfxStyles/pageBorder/pageBorder_06.png", sizingMethod="scale");
}
.pageBorderTop {
	background-image: url(/sfxPictures/sfxStyles/pageBorder/pageBorder_02.png);
	background-repeat:repeat-x;
}
*html .pageBorderTop {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/sfxPictures/sfxStyles/pageBorder/pageBorder_02.png", sizingMethod="scale");
}
.pageBorderBottom {
	background-image: url(/sfxPictures/sfxStyles/pageBorder/pageBorder_08.png);
	background-repeat:repeat-x;
}
*html .pageBorderBottom {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/sfxPictures/sfxStyles/pageBorder/pageBorder_08.png", sizingMethod="scale");
}
-->