/*
+-------------------------------------------------------------------------+
+-- Buffalo News - Tab Menu Styles ---------------------------------------+
+-- Last Edited: 10-29-06 - jgh - nmm! for jrv ---------------------------+
+-------------------------------------------------------------------------+

+-- CONTENTS -------------------------------------------------------------+
These are the specific styles for the tab-style menus.  These styles 
effect both the presentation as well as the behavior.

See function: "selectmenu" in js/scripts.js

+-------------------------------------------------------------------------+
*/
#searchTabArea {
	font-family: georgia, serif;
	font-size: 11px;
	margin: 0;
	padding: 5px 0;
}
a.searchTab {
	background-color: #fff;
	color: #333;
	font-weight: normal;
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	z-index: 100;
}
a.searchTab:hover {
	background-color: #fff;
}
a.searchTab.activeTab, a.searchTab.activeTab:hover, a.searchTab.activeTab:visited {
	background-color: #f0f0f0;
	font-weight:bold;
}
a.searchTab.activeTab {
	z-index: 102;
}
#searchTabMain {
	background-color: #fff;
	margin: 0;
	padding: 0;
	z-index: 101;
}
#searchTabMain div.on {
	background-color: #f0f0f0;
	clear: left;
	display: block;
}
#searchTabMain div.off {
	display: none;
}
#searchTabMain ul {
	list-style-type: none;
	margin: 0;
	padding: 10px;
}
#searchTabMain ul a {
	color: #757575;
	text-decoration: none;
}
#searchTabMain ul a:hover {
	text-decoration: underline;
}
#searchTabMain ol {
	margin: 0;
	padding: 10px 20px;
}
#searchTabMain li {
	color: #333;
	font-family: georgia,serif;
	font-size: 12px;
	margin-left: 18px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#searchTabMain ol a:link, #searchTabMain ol a:visited {
	color: #1f3889;
}
#searchTabMain ol a:hover {
	text-decoration: underline;
}
