﻿ul#factNavigation {
    margin:0;
    padding:0;	
	float:left;
}

#factNavigation li {
    display:inline;
    list-style-type:none;
    padding:0;
    margin:0;
}

#factNavigation a:link,
#factNavigation a:visited {
	color:#000000;
	background:#f5f5f5;
	height:24px;
	padding-top:6px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	text-decoration:none;
    font:bold 0.75em "Trebuchet MS";
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#d7d7d7;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#d7d7d7;
}

#factNavigation a:hover {
	background:#d7d7d7;
}

#factNavigation a.active {
	background:#d7d7d7;
}

#factNavigation div.edgeLeft {
	background-repeat:no-repeat;
	display:inline;
	float:left;
	width:4px;
	height:32px;
}

#factNavigation div.edgeLeft.active {
	background:url('/images/factnav_edge_left_active.gif');
}

#factNavigation div.edgeLeft.inactive {
	background:url('/images/factnav_edge_left_inactive.gif');
}

#factNavigation div.edgeRight {
	background-repeat:no-repeat;
	display:inline;
	float:left;
	width:4px;
	height:32px;
}

#factNavigation div.edgeRight.active {
	background:url('/images/factnav_edge_right_active.gif');
}

#factNavigation div.edgeRight.inactive {
	background:url('/images/factnav_edge_right_inactive.gif');
}

#factNavigation div.separator {
	background:#d7d7d7;
	display:inline;
	float:left;
	width:1px;
	height:32px;
}
