/* RadMenu Plain skin */

.RadMenu_21Century 
{
	cursor:hand;
}

.RadMenu_21Century_Context
{
	background: none;
	border:0;
}

.RadMenu_21Century .link
{
	line-height: 15px;
	text-decoration:none;
	color: #70513c;
}

.RadMenu_21Century .link:hover,
.RadMenu_21Century .focused,
.RadMenu_21Century .expanded
{
	color: #70513c;
}

.RadMenu_21Century .text
{
	padding-right: 15px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	text-transform:uppercase;
	cursor: pointer;
}

.RadMenu_21Century .group .text
{
	padding-left: 5px;
}

.RadMenu_21Century .group
{
	border: none;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_21Century .group .link
{
	background: #ededed;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #D3D3D3;
	text-align: left;
	line-height:20px;
}

.RadMenu_21Century .group .link:hover,
.RadMenu_21Century .group .focused,
.RadMenu_21Century .group .expanded
{
	background: #ededed;
	font-weight: normal;
	cursor: pointer;
}

.RadMenu_21Century .leftArrow,
.RadMenu_21Century .rightArrow,
.RadMenu_21Century .topArrow,
.RadMenu_21Century .bottomArrow,
.RadMenu_21Century .leftArrowDisabled,
.RadMenu_21Century .rightArrowDisabled,
.RadMenu_21Century .topArrowDisabled,
.RadMenu_21Century .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_21Century .rightArrow,
.RadMenu_21Century .leftArrow
{
	height:100%;
}

.RadMenu_21Century .rightArrow,
.RadMenu_21Century .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_21Century .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_21Century .expandLeft,
.RadMenu_21Century .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_21Century .link:hover .expandLeft,
.RadMenu_21Century .link:hover .expandRight,
.RadMenu_21Century .focused .expandLeft,
.RadMenu_21Century .focused .expandRight,
.RadMenu_21Century .expanded .expandLeft,
.RadMenu_21Century .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}


.RadMenu_21Century .rootGroup .item {
	background: url(/Site/Portals/_default/Skins/21Century/images/navbullet.gif) 100% 50% no-repeat;
	margin-right: 10px;
}

.RadMenu_21Century .rootGroup > .item.last {
	margin-right: 0;
	background: none;
}

.RadMenu_21Century .rootGroup > .item.last .text {
	padding-right: 0;
}