/*---------------------------------------------*/
/*  horiz_navigation_2.css                     */
/*  Version 1.20                               */
/*  Last Updated 09/22/2009                    */
/*                                             */
/*  Styles when use two-level navigation       */
/*---------------------------------------------*/

#navigation li li a {
 font-weight: normal;
 background-image: none;
 height:21px;
}

#navigation li li {
 background: transparent url(../images/tabs/02_ca/navigation_divider.gif) no-repeat 100% 11px; /* Dividers in the sublist */
}

#navigation li.mouse_over ul { /* Show sublist of hovered item */
 display: block;
}

body:last-child #navigation li:hover ul { /* Show sublist of hovered item, hack hides this from Opera, works in FF & Safari(?) */
 display: block;
}

* html #navigation li:hover ul { /* Show sublist of hovered item, hack hides this from Opera, works in IE */
 display: block;
}

#navigation li.nav_default_on ul { /* Show sublist of current page */
 display: block;
}

#navigation li.nav_default_off ul { /* Hide sublist of current page */
 display: none;
}

/* nav_vista ************************************ */
/* ********************************************** */
#nav_vista li.mouse_over ul { /* Show sublist of hovered item */
 display: block;
}

body:last-child #nav_vista li:hover ul { /* Show sublist of hovered item, hack hides this from Opera, works in FF & Safari(?) */
 display: block;
}

* html #nav_vista li:hover ul { /* Show sublist of hovered item, hack hides this from Opera, works in IE */
 display: block;
}

#nav_vista li.nav_default_on ul { /* Show sublist of current page */
 display: block;
}

#nav_vista li.nav_default_off ul { /* Hide sublist of current page */
 display: none;
}
