/* RadMenu Tulip MainMenu skin */

.RadMenu_MainMenu 
{
	height: 30px;
	margin-left:30px;
}

.RadMenu_MainMenu .text
{
	color: #112D70;
}

.RadMenu_MainMenu_Context
{
	background: none;
	border: 0;
}

.RadMenu_MainMenu .link
{
	line-height: 30px;

	color: rgb(0, 0, 0);
    text-decoration: none;
    text-transform: uppercase; 
    
    font-family: Helvetica, Arial;
    font-weight: bold;
    font-size: 14px;   
}

.RadMenu_MainMenu .link:hover,
.RadMenu_MainMenu .focused,
.RadMenu_MainMenu .expanded
{
	color: rgb(250, 23, 48);
	cursor: pointer;
}

.RadMenu_MainMenu a:visited
{
	color: rgb(0, 0, 0);
    text-decoration: none;
}


.RadMenu_MainMenu .text
{
	padding-left: 10px;	
	padding-right: 36px;
}

.RadMenu_MainMenu_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
}


.RadMenu_MainMenu .group
{
    background: rgb(238,242,243) url('img/MenuItemBackground.gif') repeat;
    border: solid 1px rgb(190,190,190);
    border-top: none 0px transparent;
}

.RadMenu_MainMenu .group .link
{
    line-height: 28px;
	text-align: left;
	
	text-transform: none;
	font-weight: normal;
    font-size: 12px;
    color: rgb(110,110,110);
}

.RadMenu_MainMenu_rtl .group .link
{
    line-height: 28px;
	text-align: right;
	
	text-transform: none;
	font-weight: normal;
    font-size: 12px;
    color: rgb(110,110,110);
}

.RadMenu_MainMenu .group .link:hover,
.RadMenu_MainMenu .group .focused,
.RadMenu_MainMenu .group .expanded
{
    color: rgb(250, 23, 48);
}

.RadMenu_MainMenu .group .link:hover
{
	background: rgb(238,242,243) url('img/MenuItemBackgroundHover.gif') repeat;
}

.RadMenu_MainMenu .leftArrow,
.RadMenu_MainMenu .rightArrow,
.RadMenu_MainMenu .topArrow,
.RadMenu_MainMenu .bottomArrow,
.RadMenu_MainMenu .leftArrowDisabled,
.RadMenu_MainMenu .rightArrowDisabled,
.RadMenu_MainMenu .topArrowDisabled,
.RadMenu_MainMenu .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_MainMenu .topArrow,
.RadMenu_MainMenu .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_MainMenu .bottomArrow,
.RadMenu_MainMenu .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_MainMenu .rightArrow,
.RadMenu_MainMenu .leftArrow
{
	height: 100%;
}

.RadMenu_MainMenu .rightArrow,
.RadMenu_MainMenu .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_MainMenu .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_MainMenu .expandLeft,
.RadMenu_MainMenu .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_MainMenu_rtl .expandLeft,
.RadMenu_MainMenu_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_MainMenu .link:hover .expandLeft,
.RadMenu_MainMenu .link:hover .expandRight,
.RadMenu_MainMenu .focused .expandLeft,
.RadMenu_MainMenu .focused .expandRight,
.RadMenu_MainMenu .expanded .expandLeft,
.RadMenu_MainMenu .expanded .expandRight
{
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_MainMenu_rtl .link:hover .expandLeft,
.RadMenu_MainMenu_rtl .link:hover .expandRight,
.RadMenu_MainMenu_rtl .focused .expandLeft,
.RadMenu_MainMenu_rtl .focused .expandRight,
.RadMenu_MainMenu_rtl .expanded .expandLeft,
.RadMenu_MainMenu_rtl .expanded .expandRight
{
	background: transparent url(img/groupImageRTL.gif) left center no-repeat;
}