/* r.a.d.menu PCAnnuity skin */

.RadMenu_PCAnnuity
{
	/*background: url(    'img/MenuItemBackground.gif' );
	border-left: solid 1px #617fb5;*/
}

.RadMenu_PCAnnuity_Context
{
	/*background: url(    'img/MenuItemBackground.gif' );*/
	border: 0;
}

.RadMenu_PCAnnuity .link
{
	float: left;
	text-decoration: none;
	color: white;
	background: transparent;
}

.RadMenu_PCAnnuity .link:hover, .RadMenu_PCAnnuity .focused, .RadMenu_PCAnnuity .expanded
{
	cursor: hand;
	color: Red;
	/*border: #f0f2f3; 
	background: transparent url(  'img/MainItemBackgroundHover.gif' ) repeat center;*/
}

.RadMenu_PCAnnuity .selected
{
	cursor: hand;
	color: Red ;
	/*background: transparent url(    'img/MenuItemBackgroundSelected.GIF' ) repeat center;*/
}

.RadMenu_PCAnnuity .rootGroup .text
{
	/*background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;*/
	padding-left: 8px;
	padding-right: 8px;
	font: bold 12px Arial, Verdana, Sans-serif;
	line-height: 28px;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}


.RadMenu_PCAnnuity .rootGroup .text
{
	background-image: none;
}

.RadMenu_PCAnnuity .horizontal .expandBottom, .RadMenu_PCAnnuity .horizontal .expandTop
{
	/*background: transparent url(    'img/RootGroupArrowDown.gif' ) no-repeat right center;*/
}

.RadMenu_PCAnnuity .vertical .expandLeft, .RadMenu_PCAnnuity .vertical .expandRight
{
	/*background: transparent url(    'img/groupImage.gif' ) no-repeat right center;*/
}


.RadMenu_PCAnnuity .slide
{
	margin-top: -1px;
}

.RadMenu_PCAnnuity .group
{
	/*border: solid 1px #6788be;
	handbackground: white;*/
}

.RadMenu_PCAnnuity .group .link
{
	/*background: white;
	border: 0px;
	border-bottom: solid 1px #f0f2f3;
	color: #333;*/
}

.RadMenu_PCAnnuity .group .text
{
	font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
	padding-right: 60px;
	font-size: 11px;
}

.RadMenu_PCAnnuity .group .link:hover, .RadMenu_PCAnnuity .group .focused, .RadMenu_PCAnnuity .group .expanded
{
	/*background: #e7f1ff;
	border: 0px;
	border-bottom: solid 1px #d8dde0;*/
}

.RadMenu_PCAnnuity .leftArrow, .RadMenu_PCAnnuity .rightArrow, .RadMenu_PCAnnuity .topArrow, .RadMenu_PCAnnuity .bottomArrow, .RadMenu_PCAnnuity .leftArrowDisabled, .RadMenu_PCAnnuity .rightArrowDisabled, .RadMenu_PCAnnuity .topArrowDisabled, .RadMenu_PCAnnuity .bottomArrowDisabled
{
	/*background: #e7f1ff url(    'img/left.gif' ) center center no-repeat;
	width: 15px;*/
}

.RadMenu_PCAnnuity .topArrow, .RadMenu_PCAnnuity .topArrowDisabled
{
	/*background-image: url(    'img/top.gif' );
	width: 100%;*/
}

.RadMenu_PCAnnuity .bottomArrow, .RadMenu_PCAnnuity .bottomArrowDisabled
{
	/*background-image: url(    'img/bottom.gif' );
	width: 100%;*/
}

.RadMenu_PCAnnuity .rightArrow, .RadMenu_PCAnnuity .leftArrow
{
	height: 100%;
}

.RadMenu_PCAnnuity .rightArrow, .RadMenu_PCAnnuity .rightArrowDisabled
{
	/*background-image: url(    'img/right.gif' );*/
}

.RadMenu_PCAnnuity .vertical .separator .text
{
	padding-top: 2px;
	/*background: #6788be;*/
	font-size: 1px;
}

.RadMenu_PCAnnuity .expandLeft, .RadMenu_PCAnnuity .expandRight
{
	/*background: transparent url(img/groupImage.gif) right center no-repeat !important;*/
}

.RadMenu_PCAnnuity .link:hover .expandLeft, .RadMenu_PCAnnuity .link:hover .expandRight, .RadMenu_PCAnnuity .focused .expandLeft, .RadMenu_PCAnnuity .focused .expandRight, .RadMenu_PCAnnuity .expanded .expandLeft, .RadMenu_PCAnnuity .expanded .expandRight
{
	/*background: transparent url(img/invertedGroupImage.gif) right center no-repeat;*/
}

/* mozilla only - disabled state */
.RadMenu_PCAnnuity .link.disabled, .RadMenu_PCAnnuity .link.disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}
