/* RadMenu Default skin */

.RadMenu_iTection 
{
	padding: 6px 0 0 0;
}

#mainnavigation li a.selectedItem {
 background: #DBDCDC url("img/mainnavi-on.gif") repeat-x center top;
 color: #333;
 text-decoration: none;
}


.RadMenu_iTection .link

{
	
	float: left;
	
	text-decoration: none;
	padding: 9px 20px 10px;
	
	letter-spacing:1px;
	
	color:#333333;
}
.RadMenu_iTection .link .selectedItem
{
	background: #DBDCDC url("img/mainnavi-on.gif") repeat-x center top;
	color:#333333;
	text-decoration: none;
}

.RadMenu_iTection .link:hover,
.RadMenu_iTection .focused,
.RadMenu_iTection .expanded

{
	
	background: #DBDCDC url("img/mainnavi-on.gif") repeat-x center top;
	color:#333333;
	text-decoration: none;
}

.RadMenu_iTection .text
{
	
}

.RadMenu_iTection .group
{
	background: white;
	border: solid 1px #e4e4e4;
}

.RadMenu_iTection .group .link
{
	
}

* html .RadMenu_iTection .group .link
{
    width: 120px;
}

.RadMenu_iTection_rtl .group .link
{
	text-align: right;
}

.RadMenu_iTection .group .text
{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding-left: 12px;
}


.RadMenu_iTection_rtl .group .text
{
	padding-left: 0px;
	padding-right: 12px;
}

.RadMenu_iTection .group .link:hover,
.RadMenu_iTection .group .focused,
.RadMenu_iTection .group .expanded
{
	background: #DBDCDC url("img/mainnavi-on.gif") repeat-x center top;
	color:#333333;
	text-decoration: none;
}

.RadMenu_iTection .leftArrow,
.RadMenu_iTection .rightArrow,
.RadMenu_iTection .topArrow,
.RadMenu_iTection .bottomArrow,
.RadMenu_iTection .leftArrowDisabled,
.RadMenu_iTection .rightArrowDisabled,
.RadMenu_iTection .topArrowDisabled,
.RadMenu_iTection .bottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url('img/left.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
	color:#efefef;
	text-indent:-3000px;
}

.RadMenu_iTection .topArrow,
.RadMenu_iTection .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_iTection .bottomArrow,
.RadMenu_iTection .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_iTection .rightArrow,
.RadMenu_iTection .leftArrow
{
	height:100%;
}

.RadMenu_iTection .rightArrow,
.RadMenu_iTection .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_iTection .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_iTection .expandLeft,
.RadMenu_iTection .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_iTection_rtl .expandLeft,
.RadMenu_iTection_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_iTection .link:hover .expandLeft,
.RadMenu_iTection .link:hover .expandRight,
.RadMenu_iTection .focused .expandLeft,
.RadMenu_iTection .focused .expandRight,
.RadMenu_iTection .expanded .expandLeft,
.RadMenu_iTection .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_iTection_rtl .link:hover .expandLeft,
.RadMenu_iTection_rtl .link:hover .expandRight,
.RadMenu_iTection_rtl .focused .expandLeft,
.RadMenu_iTection_rtl .focused .expandRight,
.RadMenu_iTection_rtl .expanded .expandLeft,
.RadMenu_iTection_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
