.MainMenuLink{ text-decoration: none;
	cursor: hand;
	color: #3399FF;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10pt;
	font-style:normal;
	font-variant: normal;
	font-weight: normal;
}

.MainMenuLink:link
{
	text-decoration: none;
	cursor: hand;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10pt;
	font-style:normal;
	font-variant: normal;
	font-weight: normal;
}

.MainMenuLink:visited
{
	text-decoration: none;
	cursor: hand;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10pt;
	font-style:normal;
	font-variant: normal;
	font-weight: normal;
}

.MainMenuLink:hover
{
	text-decoration: underline;
	cursor: hand;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10pt;
	font-style:normal;
	font-variant: normal;
	font-weight: normal;
}

.MainMenuLink:active
{
	text-decoration: underline;
	cursor: hand;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

/*------------------- SUBMENU -----------------*/
.submenuLink 
{
	text-decoration: none;
	cursor: hand;
	color: #000;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 1em;
	font-style:normal;
	font-variant: normal;
	font-weight: normal;
}

.submenuLink:link
{
	text-decoration: none;
	cursor: hand;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 1em;
	font-style:normal;
	font-variant: normal;
	font-weight: normal;
}

.submenuLink:visited
{
	text-decoration: none;
	cursor: hand;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 1em;
	font-style:normal;
	font-variant: normal;
	font-weight: normal;
}

.submenuLink:hover
{
	text-decoration: none;
	cursor: hand;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 1em;
	font-style:normal;
	font-variant: normal;
	font-weight:normal;
}

.submenuLink:active
{
	text-decoration: none;
	cursor: hand;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight:normal;
}
/*------------------- END OF SUBMENU ----------*/

a{ text-decoration: none;
	cursor: hand;
	color: #3399FF;
}

a:link
{
	text-decoration: none;
	cursor: hand;
}

a:visited
{
	text-decoration: none;
	cursor: hand;
}

a:hover
{
	text-decoration: underline;
	cursor: hand;
}

a:active
{
	text-decoration: underline;
	cursor: hand;
}

#FTSLpicture
{
	background-image:url(img/Logo.gif);
	background-repeat:no-repeat;
	width:840px;
	height:96px;	
	color:#454450;	
	text-align:right;
	vertical-align:bottom;
	font-size:10px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:5px;
}

#FTSLpicture a, #FTSLpicture a:visited, #FTSLpicture a:link, #FTSLpicture a:active

{
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;
}

#FTSLpicture a:hover
{
	text-decoration:underline;
	color:#FFFFFF;
	cursor:pointer;
}

#divider1
{
	clear:both;
}

*
{
	font-family:Helvetica,Arial,sans-serif;
	font-size:12pt;
	font-style:normal;
	font-variant:normal;
	line-height:1.2;
}

#FeaturesList ul,
#FeaturesList li,
#FeaturesList a
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size:18px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1.7em;
}
		
		#navigationBar *{
			margin:0pt;
			padding:0pt;
			
		}
		
		#globalnav ul
		{
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
		}
		
		#globalnav li
		{
			float:left;
			margin:0pt;
			padding:0pt;
			text-indent:0pt;
		}
		
		#glovalnav li a, a:visited, a:hover, a:active, a:link
		{text-decoration:none;}
		
		#globalnav li a
		{
			background-repeat:no-repeat;
			float:left;
			height:35px;
			line-height:35px;
			text-indent:-999em;
			overflow:hidden;
			width:120px;
			cursor:pointer;
		}
		
		.menu_selected
		{
			opacity:1;
			filter:alpha(opacity=100);
		}
		
		.menu_normal
		{
			opacity:0.7;
			filter:alpha(opacity=70);
		}
	
	.submenu_block
	{
		background-color:#fff;
		border:1px solid #000;
		z-index:10000;
		padding:10px;
		font-size:0.8em;
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		cursor:default;
		padding-top:8px;
		text-align:center;
		opacity:0.5;
		filter:alpha(opacity=50);
		width:208px;
		margin:0px;
		padding-left:0px;
		padding-right:0px;
		-moz-border-radius-topleft:6px;
		-moz-border-radius-topright:6px;
	}
	
	.submenu_block_selected
	{
		background-color:#eee;
		border:1px solid #000;
		z-index:10000;
		padding:10px;
		padding-left:0px;
		padding-right:0px;
		font-size:0.8em;
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		cursor:default;
		padding-top:8px;
		text-align:center;
		width:208px;
		margin:0px;
		-moz-border-radius-topleft:6px;
		-moz-border-radius-topright:6px;
	}
		
	.small_menu_block
	{
		background-color:#EEE;
		border:1px solid #000;
		z-index:10000;
		padding:10px;
		padding-left:0px;
		padding-right:0px;
		font-size:0.8em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		cursor:default;
		padding-top:8px;
		text-align:center;
		width:80px;
		height: 80px;
		opacity:0.5;
		filter:alpha(opacity=50);
		margin:0px;
	}
	
	.small_menu_block_selected
	{
		background-color:#eee;
		border:1px solid #000;
		z-index:10000;
		padding:10px;
		font-size:0.8em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		cursor:default;
		padding-top:8px;
		text-align:center;
		width:80px;
		height: 80px;
		padding-left:0px;
		padding-right:0px;
		margin:0px;
	}
	
	.menu_block
	{
		background-color:#EEE;
		border:1px solid #000;
		z-index:10000;
		padding:10px;
		font-size:0.8em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		cursor:default;
		padding-top:8px;
		text-align:center;
		width:120px;
		height: 120px;
		opacity:0.7;
		filter:alpha(opacity=70);
	}
	
	.menu_block_selected
	{
		background-color:#eee;
		border:1px solid #000;
		z-index:10000;
		padding:10px;
		font-size:0.8em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		cursor:default;
		padding-top:8px;
		text-align:center;
		width:120px;
		height: 120px;
	}
	
	.text_block_simple_norad
	{
		background-color:#EEE;
		border:1px solid #000;
		z-index:10000;
		padding:10px;
		font-size:1em;
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		cursor:default;
		padding-top:8px;
		text-align:justify;
	}
		
	.text_block_simple
	{
		background-color:#EEE;
		border:1px solid #000;
		z-index:10000;
		padding:10px;
		font-size:1em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		cursor:default;
		padding-top:8px;
		text-align:justify;
	}
		
		#globalnav li#navhome a
		{background-image:url(img/home_normal.gif);}		
		#globalnav li#navhome a:hover
		{background-image:url(img/home_hover.gif);}
		
		#globalnav li#navhome_sel a
		{
			background-image:url(img/home_normal.gif);
			cursor:default;
		}
		
		/*#globalnav li#navhome a:active
		{background-image:url(img/home_pressed.gif);}*/
		
		#globalnav li#navfeatures a
		{background-image:url(img/features_normal.gif);}		
		#globalnav li#navfeatures a:hover
		{background-image:url(img/features_hover.gif);}	
		#globalnav li#navfeatures_sel a
		{background-image:url(img/features_normal.gif);
			cursor:default;}	
		/*#globalnav li#navfeatures a:active
		{background-image:url(img/features_pressed.gif);}*/
		
		#globalnav li#navfaq a
		{background-image:url(img/faq_normal.gif);}
		#globalnav li#navfaq_sel a
		{background-image:url(img/faq_normal.gif);
			cursor:default;}		
		#globalnav li#navfaq a:hover
		{background-image:url(img/faq_hover.gif);}		
		/*#globalnav li#navvideos a:active
		{background-image:url(img/videos_pressed.gif);}*/
		
		
		#globalnav li#navclient a
		{background-image:url(img/client_normal.gif);}
		#globalnav li#navclient_sel a
		{background-image:url(img/client_normal.gif);
			cursor:default;}		
		#globalnav li#navclient a:hover
		{background-image:url(img/client_hover.gif);}
		
		#globalnav li#navdownload a
		{background-image:url(img/get_normal.gif);}
		#globalnav li#navdownload_sel a
		{background-image:url(img/get_normal.gif);
			cursor:default;}		
		#globalnav li#navdownload a:hover
		{background-image:url(img/get_hover.gif);}		
		/*#globalnav li#navdownload a:active
		{background-image:url(img/download_pressed.gif);}*/
		
		#globalnav li#navorder a
		{background-image:url(img/order_normal.gif);}		
		#globalnav li#navorder_sel a
		{background-image:url(img/order_normal.gif);
			cursor:default;}
		#globalnav li#navorder a:hover
		{background-image:url(img/order_hover.gif);}		
		/*#globalnav li#navorder a:active
		{background-image:url(img/order_pressed.gif);}*/
		
		#globalnav li#navnews a
		{background-image:url(img/news_normal.gif);}
		#globalnav li#navnews_sel a
		{background-image:url(img/news_normal.gif);
			cursor:default;}		
		#globalnav li#navnews a:hover
		{background-image:url(img/news_hover.gif);}		
		/*#globalnav li#navnews a:active
		{background-image:url(img/news_pressed.gif);}*/
		
		#globalnav li#navabout a
		{background-image:url(img/about_normal.gif);}	
		#globalnav li#navabout_sel a
		{background-image:url(img/about_normal.gif);
			cursor:default;}	
		#globalnav li#navabout a:hover
		{background-image:url(img/about_hover.gif);}		
		/*#globalnav li#navabout a:active
		{background-image:url(img/about_pressed.gif);}*/