/* 
  --------------------------------------------------------------
  File:    breadcrumbs.css
  Purpose: Bread crumb trail style sheet
  Author:  Ax3soft

  Copyright (c) 2006 Ax3soft, All Rights Reserved.
  --------------------------------------------------------------
*/
  #breadcrumbs {
    width             : 100%;
    height            : 20px;
    background-color  : #fff;
    color             : #444;
  }
  #breadcrumbs div.c1 {
    float             : left;
    width             : 24px;
  }
  #breadcrumbs div.c2 {
    float             : left;
    text-align        : left;
    }
  #breadcrumbs div.c3 {
    float             : right;
    width             : 24px;
    }
  #breadcrumbs div.c4 {
    float             : right;
    text-align        : right;
    }
  #breadcrumbs a,
  #breadcrumbs a:visited {
    color             : #444;
    text-decoration   : none;
    }
  #breadcrumbs a:hover,
  #breadcrumbs a:active {
    color             : #3a73a8;
    text-decoration   : none;
    }
