/* r.a.d.menu Default skin */

.MainMenu
{
	
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	/*padding-left:14px;*/
	height:48px;
	width:972px;
	background: url('img/MenuItemBackground.png') repeat-x;
	
}


.MainMenuFocused
{
	background: url('img/menuItemSelected.png') repeat-x;
	
}

.RadMenu_MainMenu 
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	/*padding-left:14px;*/
	height:48px;
	width:976px;
	text-decoration: none;
}



.RadMenu_MainMenu .link
{
	
	float:left;/* Add by Indianic Infotech Ltd. */
	text-decoration: underline;
	height: 48px;
	color: white;
	/*line-height: 22px;*/
	background: url('img/MenuItemBackground.png') repeat-x;
	/*border-left: 1px solid #dbdbdb;*/
	border-right: 1px solid #ffffff;	
	border-top: none;
	border-left: none;
	border-bottom: none;
	text-decoration: none;
}

 .RadMenu_MainMenu .visited /* Add by Indianic Infotech Ltd.*/
 {
    color:White;
    text-decoration: none;
   
 }

.RadMenu_MainMenu .link:hover
{
	background: url('img/menuItemHover.png') repeat-x;
	color:White;						/* Add by Indianic Infotech Ltd.*/
	cursor:pointer;
	text-decoration: none;
	 
}

.RadMenu_MainMenu .expanded
{
	background: url( 'img/menuItemHover.png' ) repeat-x;
	border-right: #ffffff 1px solid;
	border-top: none;
	border-left: none;
	border-bottom: none;
	text-decoration: none;
}

.RadMenu_MainMenu .focused
{
	background: url( 'img/menuItemSelected.png' ) repeat-x;
	border-right: #ffffff 1px solid;
	border-top: none;
	border-left: none;
	border-bottom: none;
	outline: none;
}

.RadMenu_MainMenu .text
{
	
	font-size: 12px;
	padding-top:12px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Verdana;
	text-align:center;
	vertical-align:middle;
}

.RadMenu_MainMenu .group
{
	background: white;
	background-image: none;
	height:22px;
	margin-left: auto;
	margin-right: auto;
	width:972px;
	
}

.RadMenu_MainMenu .group .link
{
	/*background: url('img/White22.jpg') repeat-x;*/
	background: white;
	background-image: none;
	text-align: left;
	cursor:pointer;
}

.RadMenu_MainMenu .group .text
{
	font-family:Verdana, Tahoma;
	font-weight:normal;
	font-size: 8pt;
	color:#4B4C46;
	/*padding-left: 12px;*/
	padding-top:4px;
	padding-bottom:4px;
	/*border-right: solid 1px gray;*/
	background-image: url('img/Seperator.png');
	background-position:right;
	background-repeat:no-repeat;
}

.RadMenu_MainMenu .group .link:hover,
.RadMenu_MainMenu .group .focused,
.RadMenu_MainMenu .group .expanded
{
	
	/*background: url('img/MainItemBackground.jpg') repeat-x;*/
	background: white;
	background-image: none;
	font-weight:normal;
	color: black;
}
.RadMenu_MainMenu .group .link:hover .text
{
	font-weight:normal;
	color: #a20145;
}
.RadMenu_MainMenu .leftArrow,
.RadMenu_MainMenu .rightArrow,
.RadMenu_MainMenu .topArrow,
.RadMenu_MainMenu .bottomArrow,
.RadMenu_MainMenu .leftArrowDisabled,
.RadMenu_MainMenu .rightArrowDisabled,
.RadMenu_MainMenu .topArrowDisabled,
.RadMenu_MainMenu .bottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef 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 .group .separator .text
{
	/*
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
	border: solid 1px blue;*/
}

.RadMenu_MainMenu .expandLeft,
.RadMenu_MainMenu .expandRight
{
	background:transparent url(img/groupImage.gif) right 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;
}
