/* main_content01a.css, ver. 1, updated 09.04.04
Principal Cascading Style Sheet / basic styles
www.albany.edu, University at Albany */


/* This line defines a standard left navigational button text as red in all states. It is used to notate the page currently displayed */
.topnav1_breadcrumb {
	background-color: #f8f2dc;
	font-size: 0.47em;
	color: #9A211E;
	font-weight: bold;
	text-transform: uppercase;
	height: 13px;
	vertical-align: top;
	text-align: center;
	letter-spacing: 0.1em;
	text-indent: 0.15em;
}

.topnav1_breadcrumb a:link {color: #BB0804;}
.topnav1_breadcrumb a:visited {
	color: #BB0804;
}

.topnav1_breadcrumb a:hover {
	color: #BB0804;
	text-decoration: none;
}

.topnav1_button {
	background-color: #f8f2dc;
	font-size: 0.47em;
	color: #140334;
	font-weight: bold;
	text-transform: uppercase;
	height: 13px;
	vertical-align: top;
	text-align: center;
	letter-spacing: 0.1em;
	text-indent: 0.15em;

}
.topnav2_button {
	background-color: #433364;
	font-size: 0.47em;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	height: 16px;
	vertical-align: middle;
	letter-spacing: 0.2em;
	text-align: center;
	text-indent: 0.15em;
}

.topnav1_spacer {
	height: 13px;
	width: 4px;
	background-image: url(http://www.albany.edu/main/css/images/topnav1_2_spacer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.topnav2_spacer {
	width: 4px;
	height: 16px;
	vertical-align: middle;
	background-image: url(http://www.albany.edu/main/css/images/topnav2_spacer.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.topnav1_button a:link {color: #140334;}
.topnav1_button a:visited {color: #140334;}
.topnav1_button a:hover {
	color: #BB0804;
	text-decoration: none;
}

.topnav2_breadcrumb {
	background-color: #9a211e;
	font-size: 0.47em;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	height: 16px;
	vertical-align: middle;
	letter-spacing: 0.2em;
	text-align: center;
	clear: both;
	float: none;
	position: relative;
	text-indent: 0.15em;
}

.topnav2_button a:link {display: block; color: #FFFFFF; background-color: #433364;}
.topnav2_button a:visited {display: block; color: #FFFFFF; background-color: #433364;}
.topnav2_button a:hover {
	display: block;
	color: #FFFFFF;
	background-color: #9a211e;
	text-decoration: none;
	white-space: normal;
}

.topnav2_breadcrumb a:link {display: block; color: #FFFFFF; background-color: #9a211e;}
.topnav2_breadcrumb a:visited {display: block; color: #FFFFFF; background-color: #9a211e;}
.topnav2_breadcrumb a:hover {
	display: block;
	color: #FFFFFF;
	background-color: #9a211e;
	text-decoration: none;
	white-space: normal;

}
