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


#menu #spanish a {
font: 12px Tahoma, Arial, sans-serif;
text-align:center;
line-height: 31px;
margin: 0;
border: 1px solid #ccc;
border-left: 0;
border-right: 0;
color: #666;
/*background-image:url(images/tab.gif);*/
text-decoration:none;
width: 129px;
padding: 0;
}

#menu #spanish a:hover {
	color:#900;
	/*background:url(images/tab.gif)*/
}


/* for standard menu*/


#menu {
width: 100%;
background: #336699;
float: left;
background-image:url(images/nav_background.gif);
/*margin-bottom:20px;*/
height:31px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 140px;
float: left;
border: 1px;
border-style:solid;
border-color:#ccc;
border-left: 0;
}

/* Step Two*Create Child Menus*/
#menu a, #menu h2 {
font: 15px Tahoma, Arial, sans-serif;
text-align:center;
/*line-height: 31px;*/
display: block;
margin: 0;
}

#menu h2 a {
font: 12px Tahoma, Arial, sans-serif;
text-align:center;
/*line-height: 31px;*/
display: block;
margin: 0;
color: #666;
padding: 0;
line-height: 31px;
}

#menu h2 a:hover {
/*font: bold 11px/16px “Myriad Pro”, Helvetica, Arial, sans-serif;
text-transform: uppercase;
line-height: 31px;*/
color: #a00;
padding: 0;
}


#menu a {
color: #666;
background: #fff;
text-decoration: none;
}

/*Step 4* Posistion over content*/
#menu ul ul {
position: absolute;
z-index: 500;
border: 1px;
border-style:solid;
border-color: #ccc;
width: 139px;
}

#menu ul ul li {
	border-bottom:#ccc 1px solid;
}

/*Step 5* Hiding and reveling*/
div#menu ul ul {
display: visable;
}


#menu a:hover {
color: #a00;
background: #efefef;
/*background-image:url(images/tab-body-hilite.gif);*/
}

div#menu ul li:hover ul /*to make ie happy*/
{display: block;}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

/*step 6* for child menu links*/

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* IE Hover Hack*/
body {
behavior: url(csshover3.htc);
}

[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 31px;} 

#menu a, #menu h2 {
/*font: bold 0.8em/0.8em Helvetica, Arial, sans-serif;*/
font: 0.8em Helvetica, Arial, sans-serif;
/*line-height: 31px;*/
}

#menu h2 {
/*font: bold 0.7em/0.7em Helvetica, Arial, sans-serif;*/
line-height: 31px;
}
</style>
<![endif]

