/* TABS  */
#tabsF {
	float:left;
	width:100%;
	/*background:#efefef;*/
	/*font-size:100%;*/
	font-family:tahoma;
	font-size:9px;
	font-weight:bold;
	line-height:normal;
	/*border-bottom:1px solid #666;*/
	/*border-bottom:1px solid #7CA6C5;*/
	background:url(/portal/i/tab_bgpsd.jpg) repeat-x bottom;
	overflow:visible;
	height:30px;
}
#tabsF ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	display:inline;
}
#tabsF li {
	float:left;
	display:inline;
	margin:0;
	padding:0;
}
#tabsF a {
	float:left;
	background:url("/portal/i/tab.jpg") no-repeat left top;
	margin:0;
	padding:0 5 0 4px;
	text-decoration:none;
	color:#BCBCBC;
}
#tabsF a span {
	float:left;
	display:block;
	background:url("/portal/i/tab2.jpg") no-repeat right top;
	padding:8px 10px 8px 7px;
	color:#BCBCBC;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF a span {float:none;}
/* End IE5-Mac hack */
#tabsF a:hover span {
	color:#FFF;
}
#tabsF a:hover {
	text-decoration:none;
	color:#2A92B4;
}
#tabsF a:hover span {
	color:#666666;
}

#tabsF #current a {
	background-position:0% -30px;
}
#tabsF #current a span {
	background-position:100% -30px;
	color:#2A92B4;
}
