/* RadMenu Vista skin */

.RadMenu_StudioWyckExpandMenu
{
	background-color:Transparent;
	padding-top: 2px;
	text-align:left;
}

.RadMenu_StudioWyckExpandMenu_rtl
{
	text-align: right;
}

.RadMenu_StudioWyckExpandMenu .group
{
	background-color:Transparent;
	padding: 3px 0;
}

.RadMenu_StudioWyckExpandMenu_rtl .group
{
	background-color:Transparent;
}

.RadMenu_StudioWyckExpandMenu .group .horizontal
{
	background: #f0f0f0;
}

.RadMenu_StudioWyckExpandMenu .group .item
{
	padding-left: 1px;
}

.RadMenu_StudioWyckExpandMenu_rtl .group .item
{
	padding-right: 1px;
}

.RadMenu_StudioWyckExpandMenu .link
{
	color: #000;
	text-decoration: none;
	font: normal 12px/18px "segoe ui",arial,sans-serif;
	height: 18px;
	position: relative;
	_float:left;
}

.RadMenu_StudioWyckExpandMenu .link:focused,
.RadMenu_StudioWyckExpandMenu .focused
{
	outline: 0;
}

.RadMenu_StudioWyckExpandMenu .rootGroup .text
{
	margin: 0 0 0 6px;
	padding: 0 6px 0 0;
}

.RadMenu_StudioWyckExpandMenu .vertical .link
{
	padding: 0 0 0 6px;
}

.RadMenu_StudioWyckExpandMenu .vertical .text
{
	padding: 0 48px 0 0;
}

.RadMenu_StudioWyckExpandMenu .horizontal .text
{
	padding: 0 6px 0 0;
}

.RadMenu_StudioWyckExpandMenu .horizontal .vertical .text
{
	padding: 0 48px 0 0;
}

.RadMenu_StudioWyckExpandMenu_rtl .rootGroup .text
{
	margin: 0 6px 0 0;
	padding: 0 0 0 6px;
}

.RadMenu_StudioWyckExpandMenu_rtl .vertical .link
{
	margin: 0 6px 0 0;
}

.RadMenu_StudioWyckExpandMenu_rtl .vertical .text
{
	padding: 0 0 0 48px;
}

.RadMenu_StudioWyckExpandMenu_rtl .horizontal .text
{
	padding: 0 0 0 6px;
}

.RadMenu_StudioWyckExpandMenu_rtl .horizontal .group .text
{
	padding: 0 0 0 48px;
}

.RadMenu_StudioWyckExpandMenu .rootGroup .expanded
{
	background: transparent url("Img/rootSelected.gif") no-repeat 2px 0;
}

.RadMenu_StudioWyckExpandMenu .rootGroup .expanded .text
{
	background: transparent url("Img/rootSelected.gif") no-repeat top right;
}

.RadMenu_StudioWyckExpandMenu_rtl .rootGroup .expanded
{
	background: transparent url("Img/rootSelected.gif") no-repeat right top;
}

.RadMenu_StudioWyckExpandMenu_rtl .rootGroup .expanded .text
{
	background: transparent url("Img/rootSelected.gif") no-repeat top left;
}

.RadMenu_StudioWyckExpandMenu .rootGroup .link:hover,
.RadMenu_StudioWyckExpandMenu .rootGroup .link:focus
{
	background: transparent url("Img/rootHovered.gif") no-repeat 2px 0;
}

.RadMenu_StudioWyckExpandMenu .rootGroup .link:hover .text,
.RadMenu_StudioWyckExpandMenu .rootGroup .link:focus .text
{
	background: transparent url("Img/rootHovered.gif") no-repeat top right;
}

.RadMenu_StudioWyckExpandMenu_rtl .rootGroup .link:hover,
.RadMenu_StudioWyckExpandMenu_rtl .rootGroup .link:focus
{
	background: transparent url("Img/rootHovered.gif") no-repeat right top;
}

.RadMenu_StudioWyckExpandMenu_rtl .rootGroup .link:hover .text,
.RadMenu_StudioWyckExpandMenu_rtl .rootGroup .link:focus .text
{
	background: transparent url("Img/rootHovered.gif") no-repeat top left;
}

.RadMenu_StudioWyckExpandMenu .group .slide
{
	margin: -1px 0 0 -5px;
}

.RadMenu_StudioWyckExpandMenu_rtl .group .slide
{
	margin: -1px -5px 0 0;
}

.RadMenu_StudioWyckExpandMenu .group .link
{
	padding: 0 0 0 31px;
	margin: 0 2px 0 0;
	height: 22px;
	line-height: 22px;
}

.RadMenu_StudioWyckExpandMenu .group .horizontal .link
{
	padding-left: 2px;
}

.RadMenu_StudioWyckExpandMenu_rtl .group .link
{
	padding: 0 31px 0 0;
	margin: 0;
}

.RadMenu_StudioWyckExpandMenu_rtl .group .horizontal .link
{
	padding: 0 2px 0 0;
}

.RadMenu_StudioWyckExpandMenu .group .link .text
{
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 18px;
}

.RadMenu_StudioWyckExpandMenu .group .link:hover,
.RadMenu_StudioWyckExpandMenu .group .expanded
{
	background: transparent url("Img/submenuHover.gif") no-repeat top left;
}

.RadMenu_StudioWyckExpandMenu .group .link:hover .text,
.RadMenu_StudioWyckExpandMenu .group .expanded .text
{
	background: transparent url("Img/submenuHover.gif") no-repeat top right;
}

.RadMenu_StudioWyckExpandMenu_rtl .group .link:hover,
.RadMenu_StudioWyckExpandMenu_rtl .group .expanded
{
	background-position: top right;
}

.RadMenu_StudioWyckExpandMenu_rtl .group .link:hover .text,
.RadMenu_StudioWyckExpandMenu_rtl .group .expanded .text
{
	background-position: top left;
}

.RadMenu_StudioWyckExpandMenu .group .expandLeft
{
	background: transparent url("Img/submenuExpandable.gif") no-repeat top right;
}

.RadMenu_StudioWyckExpandMenu .group .link:hover .expandLeft,
.RadMenu_StudioWyckExpandMenu .group .expanded .expandLeft,
.RadMenu_StudioWyckExpandMenu .group .link:hover .expandRight,
.RadMenu_StudioWyckExpandMenu .group .expanded .expandRight
{
	background-image: url("Img/submenuHoverExpandable.gif");
}

.RadMenu_StudioWyckExpandMenu .group .expandRight
{
	background: transparent url("Img/submenuExpandableRtl.gif") no-repeat top left;
}

.RadMenu_StudioWyckExpandMenu .group .disabled,
.RadMenu_StudioWyckExpandMenu .rootGroup .disabled
{
	color: #999;
}

.RadMenu_StudioWyckExpandMenu .group .disabled:hover,
.RadMenu_StudioWyckExpandMenu .rootGroup .disabled:hover,
.RadMenu_StudioWyckExpandMenu .group .disabled:hover .text,
.RadMenu_StudioWyckExpandMenu .rootGroup .disabled:hover .text
{
	background-image: none;
}

.RadMenu_StudioWyckExpandMenu .topArrowDisabled,
.RadMenu_StudioWyckExpandMenu .bottomArrowDisabled,
.RadMenu_StudioWyckExpandMenu .leftArrowDisabled,
.RadMenu_StudioWyckExpandMenu .rightArrowDisabled
{
	display: none;
}

.RadMenu_StudioWyckExpandMenu .topArrow,
.RadMenu_StudioWyckExpandMenu .bottomArrow,
.RadMenu_StudioWyckExpandMenu .leftArrow,
.RadMenu_StudioWyckExpandMenu .rightArrow
{
	font-size: 0;
	color: #979797;
	line-height: 0;
}

.RadMenu_StudioWyckExpandMenu .topArrow,
.RadMenu_StudioWyckExpandMenu .bottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url("Img/scrollArrowUpDown.gif") no-repeat top center;
}

.RadMenu_StudioWyckExpandMenu .bottomArrow
{
	background-position: center -18px;
}

.RadMenu_StudioWyckExpandMenu .leftArrow,
.RadMenu_StudioWyckExpandMenu .rightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url("Img/scrollArrowLeftRight.gif") no-repeat left center;
}

.RadMenu_StudioWyckExpandMenu .rightArrow
{
	background-position: -18px center;
}
