/*
<%@ Register TagPrefix="breadcrumb" TagName="BreadCrumb" Src="~/Controls/Navigation/BreadCrumb.ascx" %>

 <div id="breadcrumb">
    <div id="breadcrumb-top">
        <div id="breadcrumb-bottom">
            <div id="breadcrumb-content">
                <breadcrumb:BreadCrumb ID="BreadCrumb1" runat="server"></breadcrumb:BreadCrumb>
            </div>
        </div>
    </div>
</div>

*/

#breadcrumb
{
	background:url(/Templates/maxplay/images/content-repeater-large.gif) repeat-y top left;
	color:Black;
	border-bottom:1px solid #acc800;
	width:850px;
	position:absolute;
	top:160px;
	left:25px;
}

#breadcrumb a 
{
	color:Black;
}

#breadcrumb-top
{
	padding-top:3px;
	background:url(/Templates/maxplay/images/breadcrumb-top.gif) no-repeat top left;
}

#breadcrumb-bottom
{
	padding-bottom:3px;
	background:url(/Templates/maxplay/images/breadcrumb-bottom.gif) no-repeat bottom left;
}

#breadcrumb-content
{
	padding:0px 0px 0px 8px;
}

#breadcrumb-control-id
{
	margin:0;
	padding:0;
	list-style:none;
}

#breadcrumb-control-id li
{
	margin:0;
	padding:0;
	display:inline;
}

#breadcrumb-control-id li a
{
	padding:0 10px 0 10px;
	background:url(/Templates/maxplay/Images/breadcrumb-arrow.gif) no-repeat left 50%;
	font-weight:bold;
}

#breadcrumb-control-id li.breadcrumb-control-class-selected a
{
	font-weight:normal;
}

ul.breadcrumb-control-class
{
}

li.breadcrumb-control-class-home
{
	
}
