#navigtoptable {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 4px;
	height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-color: #FFFFFF;
}



#navigtoptable a {
	color: #000000;
	text-decoration: none;
}


#navigtitle, #navigtext, #navighome {
	position: absolute;
	padding-top: 3px;
}

#navigtitle {
	left: 15px;
}

#navigtext, #navighome {
	background-color: #FFFF66;
	width: 40px;
	height: 15px;
	text-align:center;
	border-width: 1px;
	border-bottom-width: 0px;
	border-style: dotted;
	border-color: #000000;
	position: absolute;
	padding-top: 3px;
}

#navigtext {
	right: 15px;
}

#navighome {
	right: 100px;
}

#navigtext:hover, #navighome:hover  {
	border-style: solid;
	text-decoration: none;
	border-color: #999999;
}

