/* CSS Document */

	
.topNav1{
	float:left; 
	position:absolute; 
	left:180px; 
	top:88px;
	}
	
.topNav2{
	clear:left; 
	position:absolute; 
	left:132px; 
	top:101px; 
	padding-top:3px; 
	height:17px;
	color:#FFFFFF;
	}
.topNavHighlight {
	color:#FFC600;
}

#topNavButton1 {
	width:97px;
	background-image:url(/img/input-topnav-1.gif);
	background-repeat:no-repeat;
	border:0;
	font-size:12px;
	line-height:14px;
	padding-top:2px;
	padding-bottom:4px;
	text-align:center;
	position:absolute;
	left:0;
}
*html #topNavButton1 {
	padding-top:3px;
	padding-bottom:3px;
}
#topNavButton2 {
	width:69px;
	background-image:url(/img/input-topnav-2.gif);
	background-repeat:no-repeat;
	border:0;
	font-size:12px;
	line-height:14px;
	padding-top:2px;
	padding-bottom:4px;
	margin-left:1px;
	text-align:center;
	position:absolute;
	left:100px;
}
*html #topNavButton2 {
	padding-top:3px;
	padding-bottom:3px;
}
#topNavButton1 a, #topNavButton2 a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#topNavButton1 a:hover, #topNavButton2 a:hover {
	font-weight:bold;
	color:#FFCC00;
	text-decoration:none;
}

#navBreadcrumb {
	position:absolute;
	top:118px;
	color:#969696;
	font-size:10px;
	line-height:13px;
	padding:2px;
	padding-left:13px;
}
#navBreadcrumb a, #navBreadcrumb a:visited {
	color:#969696;
}
