/*-----------
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;
	width:520px;
	height:18px;
	border-top:1px solid #78919B;
	border-bottom:1px solid #78919B;
	background-color:#464646;
	z-index:2000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navheader li {
	position:relative;
	display:inline;
	padding:0;
	z-index:2000;
	display : block;
	float : left;
	font-family: verdana;
	font-size: 10px;
	color: #CCCCCC;
}

#navheader li a {
text-decoration:none;
color:#DCDCDC;
display : block;
text-align : center;
width : 86px;

}

#navheader li a:hover {
text-decoration:none;
color:#999999;
cursor: hand;

}

#slider {
position:absolute;
border-top:4px solid #78919B;
width:104px;
height:16px;
margin:0 2px 0 2px 0;
z-index:8000;
margin-left : 5px;
}

/*---- Navigation Page Indicators ----*/
body#m1 li#home {
	border-bottom: 5px solid #FFFFFF;
	color:#FFFFFF;
	height:13px;
	width:80px;
	z-index:1;
}
body#m2 li#empresa {
	border-bottom: 5px solid #FFFFFF;
	color:#FFFFFF;
	height:13px;
	width:80px;
	z-index:1;
}
body#m3 li#productos {
	border-bottom: 5px solid #FFFFFF;
	color:#FFFFFF;
	height:13px;
	width:80px;
	z-index:1;
}
body#m4 li#proyectos {
	border-bottom: 5px solid #FFFFFF;
	color:#FFFFFF;
	height:13px;
	width:80px;
	z-index:1;
}
body#m5 li#descargas {
	border-bottom: 5px solid #FFFFFF;
	color:#FFFFFF;
	height:13px;
	width:80px;
	z-index:1;
}
body#m6 li#contacto {
	border-bottom: 5px solid #FFFFFF;
	color:#FFFFFF;
	height:13px;
	width:80px;
	z-index:1;
}
