/*
SFA page title below site menu
*/
#pagetitle {
	background-image:	url(/images/bg/Marble-White/page-title-lt_marble6.jpg);
	line-height:		27px;
	vertical-align:		top;
	text-align:			center;
	font-size:			medium;
	font-weight:		bold;
	font-variant: 		small-caps;
	}

/*
SFA page menu based on OSU's menu-tab css
*/
#sfa-menuholder {
	width: 			90%;
	margin-right: 	5%;
	margin-left: 	5%;
}

#sfa-menutab {
	background: 	transparent url("/images/red.gif") repeat-x bottom center;
	border-top: 	0px solid #BEBFBF;
	border-right: 	0px solid #BEBFBF;
	margin-top: 	16px;
/*	height:			22px; */
	line-height:	normal;
	font-size:		90%;
	font-variant: 	small-caps;
}

#sfa-topline {
	width: 			100%;
	background: 	transparent;
	border: 		0px;
	margin-left: 	5px;
}

.printable {
	float:			right ;
	border: 		0px; 
	margin-right:	10px; 
}

.inputtab {
	float:			none ;
	border: 		0px; 
	margin-right:	0px; 
}
#sfa-menutab ul, #sfa-menutab ol {
	margin: 	0px;
	padding: 	0px 0px 0px;
	list-style: none;
}

#sfa-menutab li {
	float: 		left;
	background: url("/images/tabs/2004/left.gif") no-repeat left top;
	margin: 	0px;
	padding: 	0px 0px 0px 9px;
}

#sfa-menutab a, #sfa-menutab a.last {
	float:			left;
	display: 		block;
	background: 	url("/images/tabs/2004/right.gif") no-repeat right top;
	padding: 		5px 15px 2px 6px;
	color: 			#222;
	text-decoration: none;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#sfa-menutab a, #sfa-menutab a.last {float:none;} 
/* End IE5-Mac hack */
	
#sfa-menutab #last a {
	background:  	url("/images/tabs/2004/right_last.gif") no-repeat right top;
	padding: 		5px 17px 2px 6px;
}

#sfa-menutab a:hover {
	color: 				black;
	text-decoration: 	underline;
}

#sfa-menutab #current { 
background-image: url("/images/tabs/2004/left_on.gif"); 
}

#sfa-menutab #current a	{
background-image: 		url("/images/tabs/2004/right_on.gif");
	padding-bottom: 	3px;
	color: 				#900;
	text-decoration: 	none;
	font-weight: 		bold;
}

/* Staff menu for formatting with rss events calendar feed */
.staff-menu {
	margin-left: 	5%; 
	margin-right: 	5%; 
	padding: 		8px;
	}



