#tab-nav {
	float: left;
	width: 100%;
	background: transparent url("../images/bg.gif") repeat-x bottom;
	font-family: "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 10px;
	border-bottom: 0px solid #369;
}

#tab-nav ul {
	margin: 0;
	padding: 0px 0px 0;
	list-style: none;
}

#tab-nav li {
	float: left;
	background: url("../images/tab.png") no-repeat left top;
	margin: 0;
	padding: 0px 2px 0px 2px;
	width:100px;
}

#tab-nav a {
	float:left;
	display: block;
	background: url("../images/tab-right.png") no-repeat right top;
	padding: 1px 1px 3px 5px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tab-nav a {
	float: none;
}
/* End IE5-Mac hack */

#tab-nav a:hover {
	color: green;
}

#tab-nav #current {
	background-image: url("../images/tab_active.png");
}

#tab-nav #current a {
	background-image: url("../images/tab_active-right.png");
	color: #000;
	padding-bottom: 4px;
	font-weight: normal;
}

#tab-nav a em {
	text-decoration: underline;
	font-style: normal;
}

#tab-subnav {
	background: #369;
	padding: 8px;
	clear: both;
}
