/* CSS TLA top banner Document */

#tlanavlist {
	white-space:nowrap;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 755px;
	height: 3.8em;
	/*thin line along the bottom of the top banner that runs underneath the section banner tabs*/  
	border-bottom: solid #630031 3px;
}


#tlanavlist ul {
	float: right;
	white-space: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	bottom: 0;
}

#tlanavlist li {
	float: left;
	margin: 0;
}

#tlanavlist a {
	display: block;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-top: 1.3em;
	width: 10em;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	/*puts a thin vertical line on the left hand side in the colour specified*/
	border-left: 0.1em solid #fff;
	/*specifies the colour for the top tab bg & the top RH knock off corner*/	
	color: #fff;
	float: left;
	text-decoration: none;
	background: #630031;
}
/*given IE a width to avoid issue, now give all other browsers auto width*/
html>body #tlanavlist a { 
	width: auto;
	min-width: 10em;
}


#tlanavlist a:hover, #tlanavlist a:active, #tlanavlist a:focus, #tlanavlist .currenttab a  {
	color: #fff;
	background-color: #803058;
}

/* IE% Mac Hack \*/
#tlanavlist a {float: none;}

#tlanavlist .lasttab a {
	/*specifies the colour for the top tab bg & the top RH knock off corner*/
	background: #630031 url(http://www.open2.net/open2static/graphics/learning_top_corner2.jpg) no-repeat 100% 0;
}

#tlanavlist .lasttab a:hover, #tlanavlist .lasttab a:active {
	background: #803058 url(http://www.open2.net/open2static/graphics/learning_top_corner_hover.gif) no-repeat 100% 0;
}

/* IE% Mac Hack \*/
#tlanavlist .lasttab a {float: none;}
