
/* Header Stylesheet
----------------------------------------------------------------------------- */
	
	* 
	{	
		margin: 0;
		padding: 0;
	}
		
	img 
	{	
		border: 0;
	}


/* Navigation
----------------------------------------------------------------------------- */

	#navigation,
	#navigation ul 
	{	
		list-style-type: none;		
		color: #3DDBFF;
	}
	
	#navigation 
	{	
		position: relative;
		float: left;
		/*width: 100% !important;*/
		width: 1000px;
		background: #000;		
		z-index: 2;
		color: #3DDBFF;
	}
		
	#navigation li 
	{	
		float: left;
		overflow: visible;
		color: #3DDBFF;
	}
		
	#navigation a 
	{	
		display: block;
		position: relative;
		z-index: 6;
		color: #3DDBFF;
		text-decoration: none;
		font: bold 11pt ariel, sans-serif;
		text-transform: uppercase;
		outline: none;
	}
		
		/*
	#navigation a.selected 
	{	
		background: #65864b;
	}*/
		
		
    /* Sub-Navigation */	
	#navigation div	
	{	
		position: absolute;
		overflow: hidden;
		width: 100%;
		left: 0;
		color: #3DDBFF;
		
	}
		
	#navigation ul 
	{	
		position: absolute;
		left: 0;
		float: left;
		z-index: 5;
		background: #000;
		color: #3DDBFF;
	}
		
	#navigation ul li 
	{	
		float: left;
		color: #F7F7F7;
	}
		
	#navigation ul li a 
	{	
		padding: 6px 7px;
		background: none;
		color: #F7F7F7;
		/*border-right: solid 1px #444;
		border-left: solid 1px #333;*/
	}
		
		
	#navigation ul li a:hover 
	{	
	    background-color: #3DDBFF;
		color: #000;
	}
		
		
/* Internet Explorer 6 Bug Fix
----------------------------------------------------------------------------- */


	* html #navigation div 
	{	
		top: 29px;
		overflow: visible;
		display: none;
		width: 1000px;
	}
		
	* html #navigation div ul 
	{	
		top: 0;
		width: 1000px;
		padding: 0;
	}