/* ---Tab Nav --- */
#tab-nav
{
	float: left;
	width: 100%;
	height: 25px;
	margin: 0 0 10px 0;
	padding: 0;
	background-image: url("../i/tabs/bar_off.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

#tab-nav ul
{
	padding: 0;
	margin: 0;
}

#tab-nav li
{
	float: left;
	height: 25px;
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
	border-right: #FFF;
	border-width: 0 1px 0 0;
	border-style: none solid none solid;
}

#tab-nav a
{
	float: left;
	background-image: url("../i/tabs/bar_on.gif");
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	padding: 4px 10px 6px 10px;
}

#tab-nav a:hover
{
	background-image: url("../i/tabs/bar_hover.gif");
	background-repeat: repeat-x;
	color: #FFF;
	text-decoration: none;
}

#tab-nav a.selected, .selected a:hover
{
	background-image: url("../i/tabs/bar_select.gif");
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
}

#selected
{
	background-image: url("../i/tabs/bar_select.gif");
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
}

#selected a, #selected a:hover
{
	background-image: url("../i/tabs/bar_selected.gif");
	background-repeat: repeat-x;
}

#highlight
{
	background-image: url("../i/tabs/bar_highlight.gif");
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
}

#highlight a, #highlight a:hover
{
	background-image: url("../i/tabs/bar_highlight.gif");
	background-repeat: repeat-x;
}