/* 
==================================================
 main navigational menu
================================================== 
*/
.cbp-hrmenu 
{
	border-top:3px solid #C98E57;
	border-bottom:3px solid #C98E57;
	width:100%;
	height:45px;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left:0px;
	font-family:.75em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.4em;
	background: #f7f2e7 url('/webpilot/images/kv/VetopediaDog-1.png') no-repeat;
	background-position: 850px 0px;
}
/* general ul style
==================================================*/
.cbp-hrmenu ul 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* first level ul style
==================================================*/
.cbp-hrmenu > ul, .cbp-hrmenu .cbp-hrsub-inner 
{
	width:100%;
	margin: 0 auto;
	margin-top:5px;
	padding: 0 30px;
}
.cbp-hrmenu > ul > li 
{
	display: inline-block;
	color: #563418;
}
.cbp-hrmenu > ul > li > a 
{
	font-weight: 700;
	padding: 10px 11px;
	color: #563418;
	display: inline-block;
	text-decoration: none;
	text-shadow:1px 1px 0px #fff;
}
.cbp-hrmenu > ul > li > .tiplink a
{
	color:#C98E57;
	font-size:14px;
	line-height: 1.0;
}
.tiplink a 
{
	color:#C98E57;
	font-size:14px;
	line-height: 1.2;
}
.tip 
{
	display: inline-block;
	text-decoration: none;
	width:auto;
}
.cbp-hrmenu > ul > li >a .tip 
{
	color:#C98E57;
	font-size:14px;
	line-height: 1.2;
  display: inline-block;
	text-decoration: none;
}
.cbp-hrmenu > ul > li > a:hover 
{
	color: #563418;
	background:#e5d8be !important; /*#e5d8be */
	border:none;
	border-radius:8px 8px 0px 0px;
}
.cbp-hrmenu > ul > li.cbp-hropen a, .cbp-hrmenu > ul > li.cbp-hropen > a:hover 
{
	color: #2f1f1d;  /*563418*/
}
/* sub-menu(s)
==================================================*/
.cbp-hrmenu .cbp-hrsub 
{
	display: none;
	position: absolute;
	background: rgba(229,216,190,0.97) !important; 
	border-top:5px double #C98E57;
	border-bottom:5px double #C98E57;
	border-left:5px double #C98E57;
	border-right:5px double #C98E57;
	border-radius:8px;
	width: 100%;
	left: 0;
	z-index:10;
}
.cbp-hrsub 
{
  box-shadow: 15px 15px 10px 5px rgba(0,0,0,0.4);
}
.cbp-hropen .cbp-hrsub 
{
	display: block;
	padding-bottom: 20px;
}
.cbp-hrmenu .cbp-hrsub-inner > div 
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33%;
	float: left;
	text-align:left;
	padding: 0;
	background:transparent !important; 
}
.cbp-hrsub-inner > div 
{
}
.cbp-hrmenu .cbp-hrsub-inner:before, .cbp-hrmenu .cbp-hrsub-inner:after 
{
	content: " ";
	display: table;
}
.cbp-hrmenu .cbp-hrsub-inner:after 
{
	clear: both;
}
.cbp-hrmenu .cbp-hrsub-inner > div a 
{
	line-height: 1.5em;
	background:transparent !important; 
}
.tip h4 
{
	color: #2f1f1d;
	padding: 15px 0 10px;
	margin: 0;
	font-size: 130%;
	font-weight: 300;
}
.cbp-hrsub h4 
{
	color: #2f1f1d;
	padding: 15px 0 10px;
	margin: 0;
	font-size: 140%;
	font-weight: 300;
}
/* tooltips
==================================================*/
a.tooltips 
{
  position: relative;
  display: inline;
}
a.tooltips span 
{
  position: absolute;
	margin-top:12px;
	padding-top:10px;
	padding-bottom:10px;
  width:180px;
	opacity:1 !important;
  color: #fff;
  background: #C98E57;
	font-size:.8em;
	text-shadow:none;
  height:30px;
  line-height: 15px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
	border:solid 1px #fff;
  box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4);
}
a.tooltips span:after 
{
  content: '';
  position: absolute;
  bottom: 100%;
	left:43%;
  width: 0; 
	height: 0;
  border-bottom: 8px solid #b17a47;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span 
{
  visibility: visible;
  opacity: 0.8;
  top: 30px;
  left: 50%;
  margin-left: 30px;
  z-index: 999;
}