/* TABBED NAVIGATION */
#tab_nav
{
	margin:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:0px;
	background:url('/template/basic/images/smallTab_back.gif') bottom left repeat-x;
	float:right;
	width:100%;
	text-align:center;
}

#tab_nav li
{
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#tab_nav a:link, #tab_nav a:visited
{
	margin-left:1px;
	float: left;
	font-size: 9px;
	line-height: 22px;
	font-weight: bold;
	text-align:center;
	width:100px;
	height: 22px;
	color:#000;
	background-image:url('/template/basic/images/smallTab.gif');
}
#tab_nav span
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	font-weight:normal;
	font-size:11px;
	color:#b60;
	text-transform: uppercase;
}

#tab_nav a:link.tab_active, #tab_nav a:visited.tab_active , #tab_nav a:hover.tab_active,
#tab_nav li.tab_active a:link, #tab_nav li.tab_active a:visited , #tab_nav li.tab_active a:hover
{
	background-image:url('/template/basic/images/smallTab_cur.gif');
	text-decoration:none;
	font-weight:bold;
	color: #000;
}

#tab_nav a:hover
{
	background-image:url('/template/basic/images/smallTab_hov.gif');
}
