﻿.breadcrumb
{
    position:relative;
}

.breadcrumb_left, .breadcrumb_right
{
    top:0px;
    position:absolute;
    background-repeat: no-repeat;
    width:3px;
    height:24px;    
}

.breadcrumb_left
{
    left:0px;
    background-image: url(images/box_left.gif);    
}

.breadcrumb_right
{
    right:0px;
    background-image: url(images/box_right.gif);        
}

.breadcrumb_middle
{
    font-family:Arial;
    color:Black;
    font-size:1.22em;
    font-weight:bold;
    text-align:left;
    text-transform:uppercase;
    height:24px;
    background-image: url(images/box_slice.gif);
    background-repeat: repeat-x;
    padding:4px 0px 0px 15px;
}

.breadcrumb a
{
    color:#777777;    
    text-decoration: underline;
}

.breadcrumb a:hover
{
    /*color:#80b332;*/
    text-decoration: none;
}






/*#breadcrumb
{
    background-color: white;
    color: #777777;
    font-size: 11px;
    font-family: Arial;
    height: 24px;
    margin-top: 0px;
    padding-top: 0px;
}

#breadcrumb a
{
    color: White;
    text-decoration: underline;
}

#breadcrumb a:hover
{
    text-decoration: none;
}

#breadcrumb td
{
    padding: 0px 10px;    
    height: 24px;
    vertical-align: middle;  
    font-family: Tahoma;      
    color: White;
    font-size: 12px;    
}

#breadcrumb td.h1
{
    background-color: #cc8331;
}

#breadcrumb td.s
{
    background-color: #cc8331;
    padding: 0px;
}*/
