/* CSS Document */

.tinyheader 	{
		padding-left:60px;	
		height:28px;
		position: static;
		top: 77px;
		border-bottom:4px solid #dedeee;
		background:url(../../imgs/navbartile.jpg);
		z-index: 1;
}
.tinyheader h1	{margin:0em;}
.tinyheader ul	{
		margin:0em;
		padding:0em;
		list-style: none;
		position: absolute;
		/* top: 150px;
		left:45px; */
}
.tinyheader li {
		float: left;
		padding: 0;
		margin: 0;
}
.tinyheader ul span, 
.tinyheader ul a:link, 
.tinyheader ul a:visited {
		display: block;
		float: left;
		padding: 7px 25px;
		text-decoration: none;
		border-right: 1px solid #45526F/*was 576178*/;
		border-left: 1px solid #13171F/*was 1f2635*/;
		color: #eee;
		height: 28px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 14px;
		font-weight:900;
}
.tinyheader ul li span,
.tinyheader ul li a.current,
.tinyheader ul li a:hover {
	background: url(../../imgs/buttontileshover.jpg);
	color: #fff;
	text-decoration: underline;
	border-bottom:5px solid #89a8d1;
	font-weight:800;
}

.tinyheader ul li span,
.tinyheader ul li a.current {
	text-decoration: none;
}