/* RadMenu WebBlue skin */

.RadMenu_Astro
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	/*padding: 0 30px;*/
	line-height: 15px;
	color: white;
}

.RadMenu_Astro .link
{
	text-decoration:none;
	color: white;
	font-weight: bold;
	text-align: left;
	line-height: 15px;
	/*width: 130px;*/
}
.RadMenu_Astro .link:hover
{
	text-decoration: underline;
	color: white;
}
.RadMenu_Astro .link:visited
{
	color: white;
}
.RadMenu_Astro .group .link:hover
{
	text-decoration: none;
	color: white;
}

.RadMenu_Astro .link:hover,
.RadMenu_Astro .focused,
.RadMenu_Astro .expanded
{
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.RadMenu_Astro .text
{
	font-size: 12px;
	font-weight: bold;
	/*padding: 0px 24px;*/
	padding: 0px 8px 0px 8px;
}

.RadMenu_Astro .group
{
	border: solid 1px #d2d8de;
	border-top: 0px;
	border-bottom: 0px;
}

.RadMenu_Astro .group .link
{
	background: white;
	border-top: solid 1px #f6f7f9;
	border-bottom: solid 1px #dde1e4;
	border-left: 0px;
	border-right: 0px;
	width: auto;
	text-align: left;
	color: #333;
	padding: 5px 0px 3px 0px;
	/*min-width: 130px;*/
}

.RadMenu_Astro .group .text
{
	/*padding-left: 12px;*/
	font-weight: normal;
	/*padding-right: 60px;*/
}

.RadMenu_Astro .group .link:hover,
.RadMenu_Astro .group .focused,
.RadMenu_Astro .group .expanded
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	background-color: #FF4F2C;
	color: white;
	font-weight: normal;
	border-top: solid 1px #f6f7f9;
}

.RadMenu_Astro .leftArrow,
.RadMenu_Astro .rightArrow,
.RadMenu_Astro .topArrow,
.RadMenu_Astro .bottomArrow,
.RadMenu_Astro .leftArrowDisabled,
.RadMenu_Astro .rightArrowDisabled,
.RadMenu_Astro .topArrowDisabled,
.RadMenu_Astro .bottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	border-left: 1px solid #d2d8de;
	background: #889bb0 url('img/left.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#889bb0;
	overflow:hidden;
}

.RadMenu_Astro .topArrow,
.RadMenu_Astro .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Astro .bottomArrow,
.RadMenu_Astro .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Astro .rightArrow,
.RadMenu_Astro .leftArrow
{
	height:100%;
}

.RadMenu_Astro .rightArrow,
.RadMenu_Astro .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Astro .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_Astro .expandLeft,
.RadMenu_Astro .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_Astro .link:hover .expandLeft,
.RadMenu_Astro .link:hover .expandRight,
.RadMenu_Astro .focused .expandLeft,
.RadMenu_Astro .focused .expandRight,
.RadMenu_Astro .expanded .expandLeft,
.RadMenu_Astro .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/*right-to-left support*/

.RadMenu_Astro_rtl,
.RadMenu_Astro_rtl *
{
    text-align:right !important;
}

.RadMenu_Astro_rtl .group .text
{
	padding-left: 60px;
	padding-right: 12px;
}

.RadMenu_Astro_rtl .expandLeft,
.RadMenu_Astro_rtl .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
}

.RadMenu_Astro_rtl .link:hover .expandLeft,
.RadMenu_Astro_rtl .link:hover .expandRight,
.RadMenu_Astro_rtl .focused .expandLeft,
.RadMenu_Astro_rtl .focused .expandRight,
.RadMenu_Astro_rtl .expanded .expandLeft,
.RadMenu_Astro_rtl .expanded .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_Astro_rtl .group .link:hover .expandLeft,
.RadMenu_Astro_rtl .group .link:hover .expandRight,
.RadMenu_Astro_rtl .group .focused .expandLeft,
.RadMenu_Astro_rtl .group .focused .expandRight,
.RadMenu_Astro_rtl .group .expanded .expandLeft,
.RadMenu_Astro_rtl .group .expanded .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
}