#tabs {
	font-size: 0.9em;
	/* margin-top: 1em; */
	/* padding-top: 0.6em; */
	background-repeat: repeat-x;
}

#tabs ul, #tabs ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tabs ul {
	padding: 5px 0 2px;
	/*text-align: center;*/
}

#tabs ul li {
	display: inline;
	margin-right: .45em;
}

#tabs ul li.last {
	margin-right: 0;
}

#tabs ul li a {
	color: #FFFFFF;
	padding: 5px 0;
	text-decoration: none;
	background-image: url(/assets/images/tabs/tab-right.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#tabs ul li a span {
	padding: 5px 1em;
	background-image: url(/assets/images/tabs/tab-left.jpg);
	background-repeat: no-repeat;
}

#tabs ul li a:hover span {
	color: #0000AA;
	text-decoration: underline;
}

.tabselected {
	color: #0000AA;
	text-decoration: underline;
	font-weight:bold;
}

/*\*//*/
#tabs ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#tabs ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #navigation ul li a {
	padding: 0;
}
/**/

* html #tabs ul li a {
	padding: 0;
}
