@charset "utf-8";
/* CSS Document */
/*from http://tutorials.mezane.org/tabbed-navigation-using-css/#Step_3
*/

.basic #container #navBar {
	font-weight: bold;
	height: 3em;
	text-align: right;
	font-size: 1.1em;
	width: 98%;
	padding-right: 2em;
	z-index: 200;
	position: relative;
	
}

ol#toc {
	height: 1.8em;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#toc li {
	background: #fff url(../layout/tabbedNav.gif) 0 100%;
	float: right;
	margin: 0 1px 0 0;
	padding-left: 1.3em;
}

ol#toc a {
	background: #fff url(../layout/tabbedNav.gif) 100% 100%;
	color: #333;
	display: block;
	float: left;
	line-height: 25px;
	outline: none;
	padding-right: 1.5em;
	text-decoration: none;
}


ol#toc a:hover {
	background: #fff url(../layout/tabbedNav.gif) 0% 12%;
	color: #FFFFFF;
	display: block;
	float: left;
	line-height: 25px;
	outline: none;
	Margin-left:-1.5em;
	padding-left: 1.5em;
	text-decoration: none;
}
