/*BEGIN image replacement for big logo on the splash page*/
#casa_aztlan {
	margin:0; padding:0;
}

#casa_aztlan a {
	display:block;
	width:349px; height:46px;
	margin:0; padding:0;
	background: url("/images/casa_aztlan.gif") top left no-repeat;
	text-decoration: none;
}
#casa_aztlan a:hover {
	background-image: url("/images/casa_aztlan.gif");
}
#casa_aztlan a span { display:none; }
/*END image replacement for big logo on the splash page*/

/*BEGIN image replacement for English button on the splash page*/
#eng{
	margin:0; padding:0;
}

#eng a {
	display:block;
	width:77px; height:16px;
	margin:0; 
	padding:0 4px 0 0;
	background: url("/images/en_btn.gif") top left no-repeat;
	text-decoration: none;
}
#eng a:hover {
	background-image: url("/images/en_btn_hover.gif");
}
#eng a span { display:none; }
/*END image replacement for English button on the splash page*/

/*BEGIN image replacement for Spanish button on the splash page*/
#esp{
	margin:0; padding:0;
}

#esp a {
	display:block;
	width:84px; height:16px;
	margin:0 0 0 4px; 
	padding:0;
	background: url("/images/es_btn.gif") top left no-repeat;
	text-decoration: none;
}
#esp a:hover {
	background-image: url("/images/es_btn_hover.gif");
}
#esp a span { display:none; }
/*END image replacement for Spanish button on the splash page*/

/*BEGIN image replacement for the logo on regular pages*/
#logo{
	margin:0; padding:47px 0 0 50px;
}

#logo a {
	display:block;
	width:434px; height:116px;
	margin:0; padding:0;
	background: url("/images/logo.png") top left no-repeat;
	text-decoration: none;
}
#logo a:hover {
	background-image: url("/images/logo.png");
}
#logo a span { display:none; }
/*END image replacement for the logo on regular pages*/

/*BEGIN image replacement for Navigation*/
.main{
	margin:0; padding:0;
}

.main .navimg{
	display:block;/*this line blows the layout in IE6 :( Adding a float here blows it too*/
	width:135px; height:17px;
	margin:0; padding:0;
	text-decoration: none;
	padding-bottom:10px; /*spaces out image buttons in the main nav*/
}
.submenu{
	position:relative;
	top:-10px; /*releases submenu items in the list from spacing set above*/
}
.submenu a,
.submenu a:visited {
	font-size:12px;
	text-decoration:none;
	padding-right:20px; /*i just know this is going to blow it in IE6*/
}
.submenu a:hover {
	text-decoration:underline;
}
/*Begin: English*/
#nav2 .navimg{ /*Home Page*/
	background: url("/images/nav_01.png") top left no-repeat;
}
#nav8 .navimg{ /*About Us*/
	background: url("/images/nav_02.png") top left no-repeat;
}
#nav18 .navimg{ /*Programs*/
	background: url("/images/nav_03.png") top left no-repeat;
}

#nav34 .navimg{ /*Classes*/
	background: url("/images/nav_04.png") top left no-repeat;
}

#nav52 .navimg{ /*News*/
    background: url("/images/nav_05.png") top left no-repeat;
}

#nav92 .navimg{ /*Events*/
    background: url("/images/nav_14.png") top left no-repeat;
}

#nav30 .navimg{ /*Art and Culture*/
    background: url("/images/nav_13.png") top left no-repeat;
}

#nav62 .navimg{ /*Resources*/
   background: url("/images/nav_06.png") top left no-repeat;
}

#nav72 .navimg{ /*Donations*/
   background: url("/images/nav_07.png") top left no-repeat;
}

#nav74 .navimg{ /*Honors*/
   background: url("/images/nav_08.png") top left no-repeat;
}

#nav76 .navimg{ /*Viva Aztlan Festival*/
   background: url("/images/nav_09.png") top left no-repeat;
}

#nav78 .navimg{ /*Sponsors*/
   background: url("/images/nav_10.png") top left no-repeat;
}

#nav108 .navimg{ /*Forum*/
	background: url("/images/nav_11.png") top left no-repeat;
}

#nav80 .navimg{ /*Contact Us*/
	background: url("/images/nav_12.png") top left no-repeat;
}
/*END: English*/

/*BEGIN: Spanish*/
#nav5 .navimg{ /*Pagina Principal*/
	background: url("/images/nav_01_span.png") top left no-repeat;
}
#nav9 .navimg{ /*Acerca de Nosotros*/
	background: url("/images/nav_02_span.png") top left no-repeat;
}
#nav19 .navimg{ /*Programas*/
	background: url("/images/nav_03_span.png") top left no-repeat;
}

#nav35 .navimg{ /*Clases*/
	background: url("/images/nav_04_span.png") top left no-repeat;
}

#nav53 .navimg{ /*Noticias*/
    background: url("/images/nav_05_span.png") top left no-repeat;
}

#nav93 .navimg{ /*Eventos*/
    background: url("/images/nav_14_span.png") top left no-repeat;
}

#nav31 .navimg{ /*Are y Cultura*/
    background: url("/images/nav_13_span.png") top left no-repeat;
}

#nav61 .navimg{ /*Recursos*/
   background: url("/images/nav_06_span.png") top left no-repeat;
}

#nav71 .navimg{ /*Donacion*/
   background: url("/images/nav_07_span.png") top left no-repeat;
}

#nav73 .navimg{ /*Honores*/
   background: url("/images/nav_08_span.png") top left no-repeat;
}

#nav75 .navimg{ /*Festival Viva Aztlan*/
   background: url("/images/nav_09_span.png") top left no-repeat;
}

#nav77 .navimg{ /*Patricionadores*/
   background: url("/images/nav_10_span.png") top left no-repeat;
}

#nav107 .navimg{ /*Foro*/
	background: url("/images/nav_11_span.png") top left no-repeat;
}

#nav79 .navimg{ /*Contacto*/
	background: url("/images/nav_12_span.png") top left no-repeat;
}
/*END: Spanish*/





.main .hidden{ 
	display:none; 
}
/*END image replacement for Navigation*/
