/* RadMenu PetCentrx skin */

.RadMenu_PetCentrx 
{
	/*border-bottom-width: 0;
	border-top-color: #383838;
	background: #444 url("img/MenuBackground.gif") repeat-x top left;*/
    float:left;
    top:5px;
    position:relative;
    left:5px;

}

.RadMenu_PetCentrx_rtl
{
	text-align: right;
}

.RadMenu_PetCentrx_Context
{
	background: none;
	border: 0;
}

.RadMenu_PetCentrx a
{
	text-decoration: none;
}

.RadMenu_PetCentrx .link
{
	line-height: 24px;
	text-decoration: none;
	color: #990000 !important;
	position: relative;
	display: inline-block !important;
}

.RadMenu_PetCentrx .link:focused,
.RadMenu_PetCentrx .focused
{
	outline: 0;
}

.RadMenu_PetCentrx .expanded
{
	z-index: 10000;
}

.RadMenu_PetCentrx .rootGroup .link:hover,
.RadMenu_PetCentrx .rootGroup .focused,
.RadMenu_PetCentrx .rootGroup .expanded
{
	background-color: #fffdf1;
	color: #333 !important;
}

.RadMenu_PetCentrx .rootGroup .link .text
{
	font: normal 16px Arial, sans-serif;
}

.RadMenu_PetCentrx .group
{
	background: #fffdf1;
}

.RadMenu_PetCentrx .group .link
{
	text-decoration: none;
	color: #990000 !important;
	background: #fffdf1;
}

.RadMenu_PetCentrx_rtl .group .link
{
	text-align: right;
}

.RadMenu_PetCentrx .group .link:hover,
.RadMenu_PetCentrx .group .focused,
.RadMenu_PetCentrx .group .expanded
{
	color: #fff !important;
	background: #8a102b;
}

.RadMenu_PetCentrx .text
{
	padding: 3px 20px 5px 20px;
}

.RadMenu_PetCentrx .group .link .text
{
	font-size: 14px;
}

/* <expand arrows styling> */

.RadMenu_PetCentrx .group .link .expandLeft
{
	background: transparent url("img/ArrowExpand.gif") no-repeat right -3px;
}

.RadMenu_PetCentrx .group .link .expandRight
{
	background: transparent url("img/ArrowExpandRTL.gif") no-repeat left -3px;
}

.RadMenu_PetCentrx .group .link:hover .expandLeft,
.RadMenu_PetCentrx .group .focused .expandLeft,
.RadMenu_PetCentrx .group .expanded .expandLeft
{
	background-image: url("img/ArrowExpandHovered.gif");
}

.RadMenu_PetCentrx .group .link:hover .expandRight,
.RadMenu_PetCentrx .group .focused .expandRight,
.RadMenu_PetCentrx .group .expanded .expandRight
{
	background-image: url("img/ArrowExpandHoveredRTL.gif");
}

/* </expand arrows styling> */

.RadMenu_PetCentrx .horizontal .item { border-right: 1px solid #ddcbab; }
.RadMenu_PetCentrx .horizontal .last { border-right: 0; }

.RadMenu_PetCentrx .vertical .item { border-bottom: 1px solid #ddcbab; }
.RadMenu_PetCentrx .vertical .last { border-bottom: 0; }

.RadMenu_PetCentrx_rtl .horizontal .item { border-left: 0; }

.RadMenu_PetCentrx .rootGroup .group .item { border-right: 0; border-bottom: 0; }

.RadMenu_PetCentrx .group
{
	border: 1px solid #ddcbab;
	background-color: #fbf7e9;
}

.RadMenu_PetCentrx .group .expanded
{
	z-index: 11;
}

.RadMenu_PetCentrx .topArrowDisabled,
.RadMenu_PetCentrx .bottomArrowDisabled,
.RadMenu_PetCentrx .leftArrowDisabled,
.RadMenu_PetCentrx .rightArrowDisabled
{
	display: none;
}

.RadMenu_PetCentrx .topArrow,
.RadMenu_PetCentrx .bottomArrow,
.RadMenu_PetCentrx .leftArrow,
.RadMenu_PetCentrx .rightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_PetCentrx .topArrow,
.RadMenu_PetCentrx .bottomArrow
{
	height: 10px;
	width: 100%;
	background: #fbf7e9 url("img/ArrowScrollUpDown.gif") no-repeat top center;
}

.RadMenu_PetCentrx .bottomArrow
{
	background-position: center -18px;
}

.RadMenu_PetCentrx .leftArrow,
.RadMenu_PetCentrx .rightArrow
{
	width: 10px;
	height: 100%;
	background: #fbf7e9 url("img/ArrowScrollLeftRight.gif") no-repeat left center;
}

.RadMenu_PetCentrx .rightArrow
{
	background-position: -18px center;
}

.RadMenu_PetCentrx .rootGroup .item .disabled .text,
.RadMenu_PetCentrx .group .item .disabled .text
{
	color: #999;
}

.RadMenu_PetCentrx .rootGroup .item .disabled
{
	background: none;
}

.RadMenu_PetCentrx .group .item .disabled
{
	background-color: #fff;
}

.RadMenu_PetCentrx .horizontal .separator
{
	height: 20px;
	width: 1px;
}

.RadMenu_PetCentrx .rootGroup .separator
{
	background-color: #8f8f8f;
	border-top: 1px solid #676767;
}

.RadMenu_PetCentrx .vertical .separator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	background-color: #8f8f8f;
}

.RadMenu_PetCentrx .separator .text
{
	display: none;
}

.RadMenu_PetCentrx .slide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_PetCentrx .vertical .slide
{
	margin-left: -2px !important;
}

* html .RadMenu_PetCentrx .horizontal .slide
{
	margin-top: -2px !important;
}

.RadMenu_PetCentrx_rtl .slide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_PetCentrx_rtl .vertical .slide
{
	margin-left: 3px !important;
}

* html .RadMenu_PetCentrx_rtl .horizontal .slide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_PetCentrx .rootGroup .item .disabled:hover
{
	background: none;
}
