/*	Horizontal Tabs	*/

/*	Original #horz	*/
/*	#horz {
		font-size: 10pt;
		font-family: 'Trebuchet MS', 'Lucida Grande',
		  Verdana, Lucida, Geneva, Helvetica, 
		  Arial, sans-serif;
		font-weight: bold;			
		position:fixed;
		left: 190px;
		top: 118px;
		list-style: none;			
		display:inline;
		list-style-type: none;	
		text-decoration: none;
	}	*/

	#horz {		/*	for IE	*/
		font-size: 10pt;
		font-family: 'Trebuchet MS', 'Lucida Grande',
		  Verdana, Lucida, Geneva, Helvetica, 
		  Arial, sans-serif;
		font-weight: bold;			
		position:fixed;
		left: 190px;
		top: 118px;
		list-style: none;			
		display:inline;
		list-style-type: none;	
		text-decoration: none;
	}

	html>body #horz {		/*	for non-IE	*/
		font-size: 10pt;
		font-family: 'Trebuchet MS', 'Lucida Grande',
		  Verdana, Lucida, Geneva, Helvetica, 
		  Arial, sans-serif;
		font-weight: bold;			
		position:fixed;
		left: 190px;
		top: 118px;
		list-style: none;			
		display:inline;
		list-style-type: none;	
		text-decoration: none;
	}

/* #header {margin-bottom: 3em;}
	html>body #header {margin-bottom: 1em;}		*/
   
	#horz li {
/*		border: 1px #ffffff ; 
		background-color: #FF33FF;
		background-color: #ddf; */
		border: 1px #000000 ; 
		display:inline;
		margin: 0;
    }
    
/*	#horz a {
		background: #ddf;
		color: #000000;
		text-align: left;
    } */

    #horz ul {
		list-style: none;
	}
	
	#horz #selected { 
/*		border-color: #FF0000;  */
/*		border-color: #FF0000;  */
/*		background-color: #FF0000; */
/*		color: #0000cc; */
	}

	#horz #selected a {
/*		top: 1px; 
		color: #0000cc;
		background-color: #999999;	*/
/*		color: #33FF33;
		background-color: #CCFF00;	*/

		background: #999999;
		color: #0000cc;		
	} 
	
	#horz a:hover {
		background: #CCCCCC;
		color: #fff;
	} 

	#horz a:active {
	color: #fff;
	background-color: #999999;
	} 

	#horz a:visited {
/*	color: #C9C9D7;	*/
	color: 551a8b;
	} 
					
/*	ul#horz li:hover ul#subnavlist {
		display: block;
		font-size: 8pt;
		padding-top: 5px;
	}

	ul#horz li:hover ul#subnavlist li a {
		display: block;
		border: none;
		padding: 2px;
		font-size: 8pt;
	} */
	
/* Vertical Navigation	*/

	#vert {
		font-size: 10pt;
		font-family: 'Trebuchet MS', 'Lucida Grande',
		  Verdana, Lucida, Geneva, Helvetica, 
		  Arial, sans-serif;
		font-weight: bold;
		border-right: 1px solid #000;
		margin-bottom: 1em;
		background-color: #ddf;
		color: #333;
		height:auto;
		position:fixed;
		left: 9px;
		max-width: 13em;
		width: 13em;
		z-index: 2;
	}

	#vert #start_selected a {
		background: #999999;
		color: #0000cc;
		border-left: 10px solid #999999;
		border-right: 10px solid #999999;
}		
	
	#vert ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	position: fixed;
	}
		
	#vert li {
		border: 1px #ffffff outset;
		background-color: #ddf;
		margin: 0;
	}
		
	#vert li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #ddf;
		border-right: 10px solid #ddf;
		background-color: #ddf;
		color: #000000;
		text-decoration: none;
		width: 100%;
	}

	html>body #vert li a { width: inherit; }

	#vert li a:hover {
		border-left: 10px solid #CCCCCC;
		border-right: 10px solid #CCCCCC;
		background-color: #CCCCCC;
		color: #fff;
		width: 100%;
	}

	#vert li a:active {
		background: #999999;
		color: #0000cc;
		border-left: 10px solid #999999;
		border-right: 10px solid #999999;
	}

	#vert #selected a {
		color: #0000cc;
		background-color: #999999;
		border-left: 10px solid #999999;
		border-right: 10px solid #999999;
	}	
