/*-----------
www.sgclark.com
Stephen Clark
Mini-Slide Navigation - www.sgclark.com/sandbox/minislide
Last Updated: 1/28/2006

Inspired by Simplebits MiniTab Nav, and SlayerOffice Focus Slide Nav
------------*/

#navheader {
position:relative;
margin:0 auto;
width:95%;
height:18px;
/*border-top:1px solid #fff;
border-bottom:1px solid #78919B;
background-color:#ffffff;*/
padding:1px 0 0 0;

}

#navheader li {
position:relative;
display:inline;
font:18px Times new roman;
padding:0;
z-index:10;
display : block;
float : left;
}

#navheader li a {
text-decoration:none;
color:#000000;
display : block;
text-align : center;
width : 128px;

}

#navheader li a:hover {
text-decoration:none;
color:#999999;
cursor: hand;

}

#slider {
position:absolute;
border-bottom:7px solid #CCCCCC;
width:90px;
height:26px;
margin:0 2px 0 2px 0;
z-index:2;
margin-left : 5px;
}

/*---- Navigation Page Indicators ----*/
body#minislide li#home {
	border-bottom: 5px solid #999999;
	color:#999999;
	height:13px;
	width:80px;
	z-index:1;
}


