@charset "utf-8";
/* CSS Document */

ul#nav{
	width:auto;
	height:50px;
	background-image: url(http://www.siiluperu.com/imagenes/bglimenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

ul#nav li{
	padding:0;
	margin:0;
	display:block;
	float:left;
	list-style-type: none;
}

ul#nav li a{
	border:0;
	display:block;
	text-decoration:none;
	text-align: center;
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 25px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
li#inicio a, li#quienes a, li#instalacion a, li#consulta a, li#enlaces a, li#contacto a { height::30px;
	background-image: url(http://www.siiluperu.com/imagenes/bglimenu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
li#inicio a{
	width:180px;
}
li#quienes a{
	width:180px;
}
li#instalacion a{
	width:180px;
}
li#consulta a{
	width:180px;
}
li#enlaces a{
	width:180px;
}
li#contacto a{ width:125px;}

/*Rollover del menú de navegación visitados*/
		li#inicio a:link, li#inicio a:visited {
	color:#333;
	font-weight:bold;
	background-image: url(http://www.siiluperu.com/imagenes/bgboton.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		}
		
		li#quienes a:link, li#quienes a:visited {
	color:#333;
	font-weight:bold;
	background-image: url(http://www.siiluperu.com/imagenes/bgboton.jpg);
	background-repeat: no-repeat;
		}
		
		li#instalacion a:link, li#instalacion a:visited {
	color:#333;
	font-weight:bold;
	background-image: url(http://www.siiluperu.com/imagenes/bgboton.jpg);
	background-repeat: no-repeat;
		}
		
		li#consulta a:link, li#consulta a:visited {
	color:#333;
	font-weight:bold;
	background-image: url(http://www.siiluperu.com/imagenes/bgboton.jpg);
	background-repeat: no-repeat;
		}
		
		li#enlaces a:link, li#enlaces a:visited {
	color:#333;
	font-weight:bold;
	background-image: url(http://www.siiluperu.com/imagenes/bgboton.jpg);
	background-repeat: no-repeat;
		}
		
		li#contacto a:link, li#contacto a:visited {
	color:#333;
	font-weight:bold;
	background-image: url(http://www.siiluperu.com/imagenes/bgboton.jpg);
	background-repeat: no-repeat;
		}
		
		
/*Rollover del menú de navegación*/
		li#inicio a:hover, li#inicio a:focus, li#quienes a:hover, li#quienes a:focus, li#instalacion a:hover, li#instalacion a:focus, 	li#consulta a:hover, li#consulta a:focus, li#enlaces a:hover, li#enlaces a:focus, li#contacto a:hover, li#contacto a:focus {
	color: #000;
	font-weight:bold;
	background-image: url(http://www.siiluperu.com/imagenes/bgboton.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
		}
/*Rollover del menú de navegación activo*/
		body#inicio-page ul#nav li#inicio a {
	color: #FFF;
	font-weight:bold;
		}
		
		body#quienes-page ul#nav li#quienes a {
	color: #FFF;
	font-weight:bold;
		}
		
		body#instalacion-page ul#nav li#instalacion a {
	color: #FFF;
	font-weight:bold;
		}
		
		body#consulta-page ul#nav li#consulta a {
	color: #FFF;
	font-weight:bold;
		}
		
		body#enlaces-page ul#nav li#enlaces a {
	color: #FFF;
	font-weight:bold;
		}

		body#contacto-page ul#nav li#contacto a {
	color: #FFF;
	font-weight:bold;
		}
