div#menu {
	width: 529px;
	height:40px;
	margin-left: 20px;
	float: left;

}

* html #login_register {
	color: #99ff99;
	height: 20px;
	float: right;
	margin-left: 40px;	
	margin-top: 49px;
	display: inline;
}

#login_register {
	color: #99ff99;
	height: 20px;
	float: right;
	margin-left: 40px;	
	margin-top: 46px;
	display: inline;
}

#login_register a {
	color: #99ff99;
	text-decoration: none;
}
#login_register a:hover {
	color: #99ff99;
	text-decoration: underline;
}


ul#nav { 
/*	width: 100%;*/
	list-style: none;
	margin: 0;
	padding:  20px 0px 0px 0px;
	float: right;
}
#menu ul#nav li#home,
#menu ul#nav li#find,
#menu ul#nav li#findapro,
#menu ul#nav li#toolbox,
#menu ul#nav li#espanol,
#menu ul#nav li#login

 { 
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0;
}
#menu ul#nav li#help { 
	float: left;
	margin: 0px;
	padding: 0;
}

li span { 
	display: none;
	
}

li#home a {
	width: 56px;
	height: 28px;
	display: block;
	background: url('../gfx/buttons/inner/inicio.jpg') no-repeat;
	}

li#home, li#home a:hover { 
	background: url('../gfx/buttons/inner/inicio_on.jpg') no-repeat;
}

body#home_page li#home a { 
	background: url('../gfx/buttons/inner/inicio_on.jpg') no-repeat;
}


li#find a {
	width: 142px;
	height: 28px;
	display: block;
	background: url('../gfx/buttons/inner/buscar_trabajo.jpg') no-repeat;

	}

li#find, li#find a:hover { 
	background: url('../gfx/buttons/inner/buscar_trabajo_on.jpg') no-repeat;
}

body#find_page  li#find a { 
	background: url('../gfx/buttons/inner/buscar_trabajo_on.jpg') no-repeat;
}


/*li#resource a {
	width: 81px;
	height: 28px;
	display: block;
	background: url('../gfx/buttons/inner/articulos.jpg') no-repeat;
	}

li#resource, li#resource a:hover { 
	background: url('../gfx/buttons/inner/articulos_on.jpg') no-repeat;
}

body#resource_page li#resource a { 
	background: url('../gfx/buttons/inner/articulos_on.jpg') no-repeat;
}*/

li#toolbox a {
	width: 81px;
	height: 28px;
	display: block;
	background:  url('../gfx/buttons/inner/articulos.jpg') no-repeat;
	}

li#toolbox, li#toolbox a:hover { 
	background:  url('../gfx/buttons/inner/articulos_on.jpg') no-repeat;
}

body#resource_page li#toolbox a { 
	background: url('../gfx/buttons/inner/articulos_on.jpg') no-repeat; }

li#findapro a {
	width: 163px;
	height: 28px;
	display: block;
	background: url('../gfx/buttons/inner/buscar_profesionales.jpg') no-repeat;

	}

li#findapro, li#findapro a:hover { 
	background: url('../gfx/buttons/inner/buscar_profesionales_on.jpg') no-repeat;
}

body#findapro_page  li#findapro a { 
	background: url('../gfx/buttons/inner/buscar_profesionales_on.jpg') no-repeat;
}


li#espanol a {
	width: 70px;
	height: 28px;
	display: block;
	background: url('../gfx/buttons/inner/english.jpg') no-repeat;
	}

li#espanol, li#espanol a:hover { 
	background: url('../gfx/buttons/inner/english_on.jpg') no-repeat;
}

body#espanol_page li#espanol a { 
	background: url('../gfx/buttons/inner/english_on.jpg') no-repeat;
}

li#login a {
	width: 76px;
	height: 28px;
	display: block;
	background: url('../gfx/buttons/inner/ingresar.jpg') no-repeat;
	}

li#login, li#login a:hover { 
	background: url('../gfx/buttons/inner/ingresar_on.jpg') no-repeat;
}

body#login_page  li#login a { 
	background: url('../gfx/buttons/inner/ingresar_on.jpg') no-repeat;
}

li#help a {
	width: 62px;
	height: 28px;
	display: block;
	background: url('../gfx/buttons/inner/ayuda.jpg') no-repeat;
	}

li#help, li#help a:hover { 
	background: url('../gfx/buttons/inner/ayuda_on.jpg') no-repeat;
}

body#help_page  li#help a { 
	background: url('../gfx/buttons/inner/ayuda_on.jpg') no-repeat;
}
