/*
 * This file is the intellectual property of Chris Franson.
 * It may be used in any way imaginable, as long as this
 * note remains at the top of the file.
 *
 * Questions/Comments: cwfranson@wisc.edu.
 */
#topBar {
	width: 890px;
	padding: 0;
	border: 0;
	margin: 12px 0px 12px 0px;
	background-image: url("separator.jpg");
	background-repeat: repeat-x;
}

#topBar td {
	font-size: .88em;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0;
	border-style: none;
}

/* NORMAL */
#topBar a:link, #topBar a:visited {
	margin: 0px 0px 0px 1px;
	text-decoration: none;
	color: #eeeeee;
	display: block;
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 12px;
	background: #445588 url("normalButton_off.jpg") repeat-x;
}
#topBar a:hover {
	color: #ffffff;
	background: #445588 url("normalButton_on.jpg") repeat-x;
}
#current a:link, #current a:visited, #current a:hover {
	background-image: url("normalButton_current.jpg"); color: #ffffff;
}

/* LEFT */
#leftButton a:link, #leftButton a:visited, #leftButton a:hover,
#lCurrent a:link, #lCurrent a:visited, #lCurrent a:hover {
	margin-left: 0;
	padding-left: .8em;
	background-color: #445588;
	background-repeat: no-repeat;
}
#leftButton a:link, #leftButton a:visited { background-image: url("lButton_off.jpg"); }
#leftButton a:hover { background-image: url("lButton_on.jpg"); color: #ffffff; }
#lCurrent a:link, #lCurrent a:visited, #lCurrent a:hover {
	background-image: url("lButton_current.jpg"); color: #ffffff;
}

/* RIGHT */
#rightButton a:link, #rightButton a:visited, #rightButton a:hover,
#rCurrent a:link, #rCurrent a:visited, #rCurrent a:hover {
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #445588;
	padding-right: 1em;
}
#rightButton a:link, #rightButton a:visited { background-image: url("rButton_off.jpg"); }
#rightButton a:hover { background-image: url("rButton_on.jpg"); color: #ffffff; }
#rCurrent a:link, #rCurrent a:visited, #rCurrent a:hover {
	background-image: url("rButton_current.jpg"); color: #ffffff;
}
