
/* r.a.d.menu Polr skin */

.RadMenu_Polr
{
	background-image: url(img/menu.jpg);
	width: 870px;
	height: 42px;
}

.RadMenu_Polr_Context
{
	background:none;
}

.RadMenu_Polr .link
{
	text-decoration:none;
	color: white;
	line-height: 17px;
	border: solid 1px #175694;
	width: 150px;
}


.RadMenu_Polr .link .text
{
	padding-right: 15px;
	color: white;
	font-weight: bold;
	font-family: Arial;
}

.RadMenu_Polr .link:hover,
.RadMenu_Polr .focused,
.RadMenu_Polr .expanded
{
	background-image: url(img/menu_over.jpg);
	border-bottom: 3px solid #10517b;
	border-top: 1px solid #10517b;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.RadMenu_Polr .link:hover .text,
.RadMenu_Polr .focused .text,
.RadMenu_Polr .expanded .text
{
	border-top: 1px solid #85c3e6;
	text-decoration:none;
	color: White;
}

.RadMenu_Polr .rootGroup .disabled:hover
{
	border-bottom: 2px solid #a7cfe8;
	border-top: 2px solid #a7cfe8;
	background: #a7cfe8;
}

.RadMenu_Polr .rootGroup .disabled:hover .text
{
	border-top: 1px solid #a7cfe8;
}

.RadMenu_Polr .text
{
	padding: 0px 12px;
	font-size: 11px;
}

.RadMenu_Polr .group
{
	background: white;
	border: 0px;
}

.RadMenu_Polr .group .link
{
	background-image: url(img/submenu.jpg);
	border: solid 1px #bfcde3;
	border-top-color: white;
	text-align: left;
	padding-right: 0px; 
	height: 22px;
}

.RadMenu_Polr .group .text
{
	padding-left:6px;
	padding-right: 40px;
}



.RadMenu_Polr .group .link:hover,
.RadMenu_Polr .group .focused,
.RadMenu_Polr .group .expanded
{
	background-image: url(img/submenu_over.jpg);
	text-decoration:none;
	border-bottom: 1px solid #1973c9;
	border-top: 1px solid white;
	font-weight: normal;
	height: 22px;
}

.RadMenu_Polr .group .link:hover .text,
.RadMenu_Polr .group .focused .text,
.RadMenu_Polr .group .expanded .text
{
	border-top: 0;
}

.RadMenu_Polr .leftArrow,
.RadMenu_Polr .rightArrow,
.RadMenu_Polr .topArrow,
.RadMenu_Polr .bottomArrow,
.RadMenu_Polr .leftArrowDisabled,
.RadMenu_Polr .rightArrowDisabled,
.RadMenu_Polr .topArrowDisabled,
.RadMenu_Polr .bottomArrowDisabled
{
	border-left: 1px solid #bfcde3;
	border-right: 1px solid #bfcde3;
	background: #a7cfe8 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Polr .topArrow,
.RadMenu_Polr .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_Polr .bottomArrow,
.RadMenu_Polr .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Polr .rightArrow,
.RadMenu_Polr .leftArrow
{
	height:100%;
}

.RadMenu_Polr .rightArrow,
.RadMenu_Polr .rightArrowDisabled
{
	background-image:url('img/right.gif');
}


.RadMenu_Polr .vertical .separator .text
{
	background: #d4e5eb;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #bfcde3;
	border-right: solid 1px #bfcde3;
}


.RadMenu_Polr .expandLeft,
.RadMenu_Polr .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px;
}


.RadMenu_Polr_rtl .group .link:hover .expandLeft,
.RadMenu_Polr_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_Polr_rtl .expandLeft,
.RadMenu_Polr_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}



.RadMenu_Polr .link:hover .expandLeft,
.RadMenu_Polr .link:hover .expandRight,
.RadMenu_Polr .focused .expandLeft,
.RadMenu_Polr .focused .expandRight,
.RadMenu_Polr .expanded .expandLeft,
.RadMenu_Polr .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
