/* RadMenu Default skin */

.RadMenu_Menu
{
}

.RadMenu_Menu .rootGroup .item
{
	width: 238px;
}

.RadMenu_Menu .link,
.RadMenu_Menu .link:hover,
.RadMenu_Menu .focused,
.RadMenu_Menu .expanded
{
	text-decoration:none;
	line-height: 27px;
	background: #fefefe url('img/MainItemBackground.gif') repeat-x;
	cursor: hand;
}

.RadMenu_Menu .text
{
	font-size: 10pt;
	color: #073771;
	padding: 0px 24px;
	font-family: Calibri, Tahoma;
}

.RadMenu_Menu .group
{
	background: white;
	border: solid 1px #e4e4e4;
	width: 180px;
}

.RadMenu_Menu .group .item
{
	width: 180px;
}

.RadMenu_Menu .group .link
{
	background: #f7f7f7 url('img/MenuItemBackground.gif') repeat-y right;
	border-top: solid 1px #f0f0f0;
	border-left: 0px;
	border-right: 0px;
	text-align: left;
	line-height: 25px;
	width: 180px;
}

.RadMenu_Menu .group .text
{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding-left: 12px;
}

.RadMenu_Menu .group .link:hover,
.RadMenu_Menu .group .focused,
.RadMenu_Menu .group .expanded
{
	background: #d4dfe5 url('img/menuItemHover.gif') repeat-x;
	font-weight: normal;
	line-height: 25px;
	width: 180px;
}

.RadMenu_Menu .leftArrow,
.RadMenu_Menu .rightArrow,
.RadMenu_Menu .topArrow,
.RadMenu_Menu .bottomArrow,
.RadMenu_Menu .leftArrowDisabled,
.RadMenu_Menu .rightArrowDisabled,
.RadMenu_Menu .topArrowDisabled,
.RadMenu_Menu .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_Menu .rightArrow,
.RadMenu_Menu .leftArrow
{
	height:100%;
}

.RadMenu_Menu .rightArrow,
.RadMenu_Menu .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Menu .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_Menu .expandLeft,
.RadMenu_Menu .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_Menu .link:hover .expandLeft,
.RadMenu_Menu .link:hover .expandRight,
.RadMenu_Menu .focused .expandLeft,
.RadMenu_Menu .focused .expandRight,
.RadMenu_Menu .expanded .expandLeft,
.RadMenu_Menu .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}