﻿div.Page div.Content div.Breadcrumb{
	padding-bottom: 28px;
}

div.Panel{
	overflow: visible;
}

div.Panel span{
	border: solid 1px #6b6b6b;
	overflow: visible;
	display: block;
	width: 100%;
	position: relative;
	left: 207px;
	background-color: #4b4b4b;
}

div.Panel a{
	display: block;
	/* padding: 0.5em; */
	color: #4b4b4b;
	line-height: 1.2em;
	padding: 0.5em;
	margin-left: 16px;
	border-left: solid 1px #4b4b4b;
	background-color: #fff;
}

div.Panel a:hover{
	background-color: #4b4b4b;
	color: #fff;
	text-decoration: none;
}

span.Breadcrumb{
    vertical-align: bottom;
}

.ajax__dropdown_arrow_image{
    background-image: url('/Images/Arrow.png')!important;
    background-position: 5px 4px!important;
    background-repeat:no-repeat!important;
    background-color: Transparent;
    border: solid 0px #4b4b4b!important;
}
