/* RadMenu LignoStone skin */
.RadMenu_LignoStone
{
	width:980px;
	height:46px;
	background-image:url('img/bg_menu.jpg');
	padding-top:17px;
	cursor:pointer;
}

.RadMenu_LignoStone .link
{
	text-decoration:none;
	color: black;
	line-height: 20px;
	width:163px;
}



.RadMenu_LignoStone .link .text
{
	color:black;
	width:138px;
	text-align:left;
	float:right;
	font-size:13px;
	height:26px;
	cursor:pointer;
	font-weight:bold;
}

.RadMenu_LignoStone .rootGroup .first .link .text
{
	width:98px;
}

.RadMenu_LignoStone .rootGroup .last .link .text
{
	width:98px;
}

.RadMenu_LignoStone .group .first .link .text
{
	width:153px;
	height:30px;
	margin-left:10px;
}

.RadMenu_LignoStone .group .last .link .text
{
	width:153px;
	height:30px;
	margin-left:10px;
}

.RadMenu_LignoStone .group .link .text
{
	width:153px;
	height:30px;
	margin-left:10px;
}

.RadMenu_LignoStone .group .link
{
	width:178px;
	background-color:#FFDB01;
	height:30px;
}

.RadMenu_LignoStone .leftImage
{
	border:0px;
	width:15px;
	height:15px;
	margin:0px;
	float:left;
	margin-top:2px;
}

.RadMenu_LignoStone .first .leftImage
{
	border:0px;
	margin-left:38px;
}

.RadMenu_LignoStone .last .leftImage
{
	border:0px;
	margin-left:38px;
}

.RadMenu_LignoStone .group
{
	background-color: #FFD801;
	font-weight:normal;
	height:30px;
}

.RadMenu_LignoStone .group .link
{
	
	background-color: #FFD801;
	padding-top:10px;
	border-top:1px dotted black;
	font-weight:normal;
	font-size:11px;
	height:30px;
}

.RadMenu_LignoStone .group .text
{
	font-weight:normal;
	font-size:11px;
	cursor:pointer;
}


.RadMenu_LignoStone .group .link:hover .text,
.RadMenu_LignoStone .group .focused .text,
.RadMenu_LignoStone .group .expanded .text
{

}

.RadMenu_LignoStone .group .link:hover,
.RadMenu_LignoStone .group .focused,
.RadMenu_LignoStone .group .expanded
{
	background-image:url('img/bg_hover.jpg');
	background-position:center center;
	background-repeat:no-repeat;
}

.RadMenu_LignoStone .leftArrow,
.RadMenu_LignoStone .rightArrow,
.RadMenu_LignoStone .topArrow,
.RadMenu_LignoStone .bottomArrow,
.RadMenu_LignoStone .leftArrowDisabled,
.RadMenu_LignoStone .rightArrowDisabled,
.RadMenu_LignoStone .topArrowDisabled,
.RadMenu_LignoStone .bottomArrowDisabled
{
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	width:15px;
}

.RadMenu_LignoStone .topArrow,
.RadMenu_LignoStone .topArrowDisabled
{
	width:100%;
}

.RadMenu_LignoStone .bottomArrow,
.RadMenu_LignoStone .bottomArrowDisabled
{
	width:100%;
}

.RadMenu_LignoStone .rightArrow,
.RadMenu_LignoStone .leftArrow
{
	height:100%;
}

.RadMenu_LignoStone .rightArrow,
.RadMenu_LignoStone .rightArrowDisabled
{

}

.RadMenu_LignoStone .vertical .separator .text
{
	background-color: #eaeaea;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
}

.RadMenu_LignoStone .expandLeft,
.RadMenu_LignoStone .expandRight
{
	margin: 0px 3px;
}

.RadMenu_LignoStone .link:hover .expandLeft,
.RadMenu_LignoStone .link:hover .expandRight,
.RadMenu_LignoStone .focused .expandLeft,
.RadMenu_LignoStone .focused .expandRight,
.RadMenu_LignoStone .expanded .expandLeft,
.RadMenu_LignoStone .expanded .expandRight
{
	
}

/* right to left */
.RadMenu_LignoStone_rtl .group .link:hover .expandLeft,
.RadMenu_LignoStone_rtl .group .link:hover .expandRight
{
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_LignoStone_rtl .expandLeft,
.RadMenu_LignoStone_rtl .expandRight
{

}
/* end right to left */
