/* RadMenu Incodema skin */

.RadMenu_Incodema
{
	border: none;
	border-bottom: 0px;
	float:right;
	width:850px;
	background:none;
}

.RadMenu_Incodema .link
{
	text-decoration: none;
	font-weight: bold;
	color: black;
	line-height: 24px;
	background: none;
	
}
/*controls top nav hover colors*/
.RadMenu_Incodema .link:hover,
.RadMenu_Incodema .focused,
.RadMenu_Incodema .expanded
{
	color: #e2051f;
	background: none;
}

/*controls top nav font appearance & spacing*/

.RadMenu_Incodema .text
{
	font-size: 14px;
	padding: 0px 15px 0px 20px;
	font-family: Arial, Verdana, Sans-Serif;
	
}

/*controls drop down appearance & spacing*/
.RadMenu_Incodema .group
{
	background: #a5a7aa;
	border: solid 1px #dadada;
	width:160px;
	font-weight:300;
	
}

.RadMenu_Incodema .group .link
{
	background: none;
	_width: 160px; /* IE6 */
	min-width: 160px; /* IE7, Mozilla, Opera */
	text-align: left;
	color: #333;
}

/*controls Drop down  menu*/
.RadMenu_Incodema .group .text
{
	padding-left: 22px;
	font-size: 12px;
	color: #ffffff;
}

.RadMenu_Incodema .group .link:hover,
.RadMenu_Incodema .group .focused,
.RadMenu_Incodema .group .expanded
{
	background: #e2051f;
	color: #000000;
	width:177px;
}

.RadMenu_Incodema .leftArrow,
.RadMenu_Incodema .rightArrow,
.RadMenu_Incodema .topArrow,
.RadMenu_Incodema .bottomArrow,
.RadMenu_Incodema .leftArrowDisabled,
.RadMenu_Incodema .rightArrowDisabled,
.RadMenu_Incodema .topArrowDisabled,
.RadMenu_Incodema .bottomArrowDisabled
{
	background: #326dc8 url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_Incodema .topArrow,
.RadMenu_Incodema .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_Incodema .bottomArrow,
.RadMenu_Incodema .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Incodema .rightArrow,
.RadMenu_Incodema .leftArrow
{
	height:100%;
}

.RadMenu_Incodema .rightArrow,
.RadMenu_Incodema .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Incodema .vertical .separator .text
{
	padding-top: 1px;
	background:	#d0d2d4;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_Incodema .expandLeft,
.RadMenu_Incodema .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_Incodema_rtl .expandLeft,
.RadMenu_Incodema_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	
}

/* right to left */
.RadMenu_Incodema_rtl .group .link:hover .expandLeft,
.RadMenu_Incodema_rtl .group .link:hover .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	
}

.RadMenu_Incodema .link:hover .expandLeft,
.RadMenu_Incodema .link:hover .expandRight,
.RadMenu_Incodema .focused .expandLeft,
.RadMenu_Incodema .focused .expandRight,
.RadMenu_Incodema .expanded .expandLeft,
.RadMenu_Incodema .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Incodema .rootGroup .disabled,
.RadMenu_Incodema .rootGroup .disabled:hover
{
    color:#999;
}

.RadMenu_Incodema .rootGroup .disabled:hover
{
    background:#E9E9E9 url(img/MainItemBackground.gif) repeat-x;
}

.RadMenu_Incodema .group .disabled,
.RadMenu_Incodema .group .disabled:hover
{
    background: transparent;
    border: none;
    color: #999;
}