/* RadMenu Fusion skin */

.RadMenu_MainMenu
{
	background:transparent url(Img/bkg.jpg) bottom left repeat;
	font:11px arial, sans-serif;
	/*line-height:25px;
	padding:0 30px;*/
	padding: 0px;
	margin: 0px;
	
}

.RadMenu_MainMenu .rootGroup
{
	
	/*background:transparent url(Img/stripe.gif) bottom right repeat-y;*/
}

.RadMenu_MainMenu .item
{
	/*background:transparent url(Img/stripe.gif) bottom left repeat-y;
	padding:0;
	padding-left:3px;*/
	
}

.RadMenu_MainMenu .level1 .text
{
	/*padding-right:50px;*/
}

.RadMenu_MainMenu .last
{
	/*padding-right:3px;*/
}

.RadMenu_MainMenu .link
{
	/*color:Black;
	text-decoration:none;
	padding:0 37px;
	background:transparent url(Img/blue.gif) bottom left repeat-x;*/
	
}

.RadMenu_MainMenu .group
{
	/*line-height:27px;
	border-right:2px solid #C2C2C2;
	border-bottom:1px solid #C2C2C2;*/
}
.RadMenu_MainMenu .item .leftImage
{
	/*line-height:27px;
	border-right:2px solid #C2C2C2;
	border-bottom:1px solid #C2C2C2;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px pink;
	text-align: center;*/
}

.RadMenu_MainMenu .level1 .item,
.RadMenu_MainMenu .level1 .last
{
	padding:0;
}

.RadMenu_MainMenu .level1 .link
{
	/*border-right:1px solid #BDBDBD;
	border-bottom:1px solid #BDBDBD;
	border-top:1px solid white;
	border-left:1px solid #D5D5D5;
	background:transparent url(Img/item.jpg) bottom left repeat-x;
	padding-left:18px;
	padding-right:5px;*/
}

.RadMenu_MainMenu .level1 .expandLeft,
.RadMenu_MainMenu .level1 .expandRight
{
	/*background:transparent url(img/groupImage.gif) right center no-repeat;*/
}

/* right to left */
.RadMenu_MainMenu_rtl .level1 .expandLeft,
.RadMenu_MainMenu_rtl .level1 .expandRight
{
	/*background: transparent url(img/left.gif) left center no-repeat;
	padding-left: 12px !important;*/
}

.RadMenu_MainMenu_rtl .level1 .group .link:hover .expandLeft,
.RadMenu_MainMenu_rtl .level1 .group .link:hover .expandRight
{
	/*background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	margin-left: -2px;*/
}

.RadMenu_MainMenu .level1 .link:hover
{
	/*background-image:url(Img/itemHover.jpg);
	border-left:1px solid #FE9D56;*/
}

.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: #c2c2c2 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');*/
}
