/************* Table of Contents ************
File Name: navigation.css

Basic (-)
Classes (>)
IDs (+)
Referrence ~

+ alphaBar
> menuTable (Top Menu)
	- div
		- a
		- a:hover
	> left

~ westTable (West Menu can be found in structureMid.css)

> tabs
	- ul
		> tabOn (li or div)
			- a
				- span
			- a:hover
				- span
		> tabOff (li or div)
			- a
				- span
			- a:hover
				- span
********************************************/

#alphaBar {
	font-size: 			.85em;
	font-weight: 		bold;
	height: 			20px;
	letter-spacing: 	1.2mm;
	text-decoration: 	none;
	position: 			absolute;
	right: 				5px;
	top:				43px;
	z-index: 			2;}

.tabs {
	float: 			left;
	line-height: 	normal;
	width: 			100%; 
	position: relative;
	z-index: 34;
}
	.tabs ul, 
	.tabs li, 
	.tabs a { margin: 0 }
	.tabs ul {
		list-style: 	none; 
		padding: 		10px 10px 0 0; }
	.tabs li {
		cursor: 	pointer;
		display: 	inline; 
		padding: 	0 0 0 2px; }
	.tabs a, 
	.tabs a span { float: left; }
	.tabs a {
		padding:			0 0 0 4px;
		text-decoration: 	none; }
		.tabs a span {
			display: 	block;
			padding: 	0 15px 1px 6px; }
	    /* Commented Backslash Hack hides rule from IE5-Mac \*/
		.tabs a span { float: none; }
		/* End IE5-Mac hack */
		.tabOn,
		.tabOff,
		.tabNull,
		.tabOver {
			position: 		relative;
			padding: 		3px;
			padding-top: 	4px;
			padding-right: 	40px;
			cursor: 		pointer;
			float: 			left; 
			border: 1px solid #888;
			background-color: #bdf}
		.tabOn { border-bottom: 1px solid white; background-color: white; padding-bottom: 12px;}
		.tabNull { 
			border-width: 0 0 1px 0; 
			z-index: 5px; 
			display: inline; 
			float: right; 
			width: 80%; 
			margin-bottom: -25px; 
			background-color: transparent;}
			.tabNull, .tabNull span, .tabNull a {cursor: default;}
			
.links {
	display: block;
	border: 1px solid #aaa;
	margin-top: -1px;
	background-color: #f8f8f8;
	padding: 5px; float: right;
	margin-bottom: -100%;
	position: relative;
	z-index: 1;}
	.links a {display: block; margin-bottom: 3px;}

.breadcrumbActive {color: 			#222;}
.breadcrumbs {font-size: 7pt;}
.linkActive {color: #000; font-size: 10px;}
.linkInactive {font-size: 10px;}