/* RadMenu Default skin */

.RadMenu_Atletiekunie
{
	width: 100%;
	background: #e05206;
	border: none;
}

.RadMenu_Atletiekunie .link
{
	text-decoration:none;
	font-weight: bold;
	color: #fff;
	line-height: 22px;
	border: none;
	background: transparent;
	font-size: x-large; 
}

.RadMenu_Atletiekunie .link:hover, 
.RadMenu_Atletiekunie .focused, 
.RadMenu_Atletiekunie .expanded
{
	color: #ff9933;
}

.RadMenu_Atletiekunie .text
{
	font-size: 12px;
	padding: 0px 10px;
	font-family: Arial;
}

.RadMenu_Atletiekunie .group
{
	border: solid 2px #e05206;
	background: #ff9933;
}

.RadMenu_Atletiekunie .group .link
{
	border-top: solid 2px #e05206;
	border-left: 0px;
	border-right: 0px;
	min-width: 120px;
	text-align: left;
}

.RadMenu_Atletiekunie .group .link:hover,
.RadMenu_Atletiekunie .group .focused,
.RadMenu_Atletiekunie .group .link .expanded
{
	color: #e05206;
}

* html .RadMenu_Atletiekunie .group .link
{
    width: 120px;
}

.RadMenu_Atletiekunie_rtl .group .link
{
	text-align: right;
}

.RadMenu_Atletiekunie .group .text
{
	padding-left: 12px;
}

.RadMenu_Atletiekunie_rtl .group .text
{
	padding-left: 0px;
	padding-right: 12px;
}

.RadMenu_Atletiekunie .group .link:hover,
.RadMenu_Atletiekunie .group .focused,
.RadMenu_Atletiekunie .group .expanded
{
	color: #e05206;
	font-weight: bold;
}

.RadMenu_Atletiekunie .rightArrow,
.RadMenu_Atletiekunie .rightArrowDisabled,
.RadMenu_Atletiekunie .leftArrow,
.RadMenu_Atletiekunie .topArrow,
.RadMenu_Atletiekunie .bottomArrow,
.RadMenu_Atletiekunie .leftArrowDisabled,
.RadMenu_Atletiekunie .topArrowDisabled,
.RadMenu_Atletiekunie .bottomArrowDisabled
{
	border-left:1px solid #e05206;
	border-left:1px solid #e05206;
	background: #e05206 center center no-repeat;
	width:15px;
}

.RadMenu_Atletiekunie .topArrow,
.RadMenu_Atletiekunie .topArrowDisabled
{
	background-image: url('img/top.gif');
	width:100%;
}

.RadMenu_Atletiekunie .bottomArrow,
.RadMenu_Atletiekunie .bottomArrowDisabled
{
	background-image: url('img/bottom.gif');
	width:100%;
}

.RadMenu_Atletiekunie .rightArrow,
.RadMenu_Atletiekunie .leftArrow
{
	height:100%;
}

.RadMenu_Atletiekunie .rightArrow,
.RadMenu_Atletiekunie .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Atletiekunie .vertical .separator .text
{
	padding-top: 3px;
	background: #e05206;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_Atletiekunie .expandLeft,
.RadMenu_Atletiekunie .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Atletiekunie_rtl .expandLeft,
.RadMenu_Atletiekunie_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Atletiekunie .link:hover .expandLeft,
.RadMenu_Atletiekunie .link:hover .expandRight,
.RadMenu_Atletiekunie .focused .expandLeft,
.RadMenu_Atletiekunie .focused .expandRight,
.RadMenu_Atletiekunie .expanded .expandLeft,
.RadMenu_Atletiekunie .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Atletiekunie .link:hover .expandRight,
.RadMenu_Atletiekunie .focused .expandRight,
.RadMenu_Atletiekunie .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Atletiekunie .link:hover .expandLeft,
.RadMenu_Atletiekunie .focused .expandLeft,
.RadMenu_Atletiekunie .expanded .expandLeft,
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}