/*-----------
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:5 10 10 auto;
width:100%;
height:18px;
border-top:1px solid #fff;
border-bottom:1px solid #78919B;
background-color:#ffffff;
padding:6px 6px 0 0;
z-index:0;
}

#navheader li {
position:relative;
display:inline;
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
padding:0;
z-index:20;
display : block;
float : left;
}

#navheader li a {
text-decoration:none;
font-weight: bold;
color:#336600;
display : block;
text-align : center;
width : 80px;

}

#navheader li a:hover {
text-decoration:none;
font-weight: bold;
color:#0088bc;
cursor: hand;

}

#slider {
position:absolute;
border-bottom:5px solid #0088bc;
width:80px;
height:16px;
margin:0 2px 0 2px 0;
z-index:2;
margin-left : 5px;
padding-top: 6px;
}





