/*! Licensed Materials - Property of IBM.
    (c) Copyright IBM Corporation 2001, 2009.  All Rights Reserved.
    U.S. Government Users Restricted Rights:  Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
This CSS was built on August 21 2009. (version: OneUI-2.0.1_20090821-0327)
these are the styles for breadcrumbs
companion file is breadcrumbsTheme.css*/
/*** B R E A D C R U M B S ***/
/*these sit above the page header (lotusHeader)*/
/*use lotus divider for an image in between breadcrumbs that when clicked shows a drop-down menu, otherwise, just use &gt;
   between breadcrumbs*/
.lotusBreadcrumbs {
  margin:0 0 5px 0
}

.lotusBreadcrumbs .lotusDivider {
  padding:0 5px;
  background-position:left center;
  background-repeat:no-repeat;
  text-decoration:none
}

.lotusBreadcrumbs .lotusDivider:hover, .lotusBreadcrumbs .lotusDivider:focus, .lotusBreadcrumbs .lotusDivider:active {
  text-decoration:none
}

/***********************************************************/

