﻿/* Global Navigation CSS */

.Breadcrumb
{
	display: block;
	overflow: hidden;
	width: 734px;
	height: 65px;	
	padding: 0px;
	margin: 0 0 0 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #727272;	
}

.EmptyBreadcrumb
{
	height: 35px;	
	visibility:hidden;
}

#PlaceHolderTitleBreadcrumb
{
    border: 1px solid blue;
}


a.BreadcrumbLink
{
	/* border: 1px solid fuchsia; */
	background-image: url('../images/Breadcrumb_Bg.gif');
	background-position: left;
	background-repeat: no-repeat;
		
	display: inline-block;
	height: 29px;
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 0px;
} 

a:hover.BreadcrumbLink
{
    color:#454545;
}


.Breadcrumb a
{	
	display: inline-block;
	height: 29px;
	float: left;

	text-decoration: none;
	color: #727272;
	padding: 0px;
	margin-top: 16px;
	padding-left: 24px;
	padding-right: 7px;
	line-height: 30px;
}


.Breadcrumb a:hover
{
    text-decoration: underline:
	color: #454545;
}


.BreadcrumbCurrent
{
	background-image: url('../images/Breadcrumb_BgLastOne.gif');
	background-position: right;
	background-repeat: no-repeat;
	
	display: inline-block;
	height: 29px;
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
	padding-left: 0px;
	padding-right: 12px;
	line-height: 30px;
}


a.BreadcrumbHome
{  
    background-image: url('../images/Breadcrumb_Home_On.gif');
    background-position: right;
    background-repeat: no-repeat;
    
    display: inline-block;
    overflow: hidden;
    height: 29px;
    width: 30px;
    float: left;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0px;
    padding: 0px;
    
    font-size: 0px;
    color: #ffffff;
    text-decoration: none;
}


a:hover.BreadcrumbHome 
{
    background-image: url('../images/Breadcrumb_Home_Over.gif');
    background-position: right;
    background-repeat: no-repeat;
    
    font-size: 0px;
    color: #ffffff;
    text-decoration: none;
}


#ctl00_PlaceHolderTitleBreadcrumb_siteMapPath
{
    /* 
    This style controls the divider image in the 'SiteMapPath' control.
    It is empty here because divider images are not used in the current
    implementation
    */ 
}





