/* r.a.d.menu Office2007 skin */

.RadMenu_Office2007
{
	background: transparent;
	padding: 0px 0px 0px 0px;
	height: 33px;
	width:43px;
}

.RadMenu_Office2007 .link
{
	text-decoration: none;
	background: transparent;
}

.RadMenu_Office2007 .text
{
	color: #007F58;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
}

.RadMenu_Office2007 .link:hover .text,
.RadMenu_Office2007 .focused .text,
.RadMenu_Office2007 .expanded .text
{
	color: #007F58;
	padding: 1px 12px;
}

.RadMenu_Office2007 .group .text,
.RadMenu_Office2007 .group .link:hover .text,
.RadMenu_Office2007 .group .focused .text,
.RadMenu_Office2007 .group .expanded .text
{
	padding: 0px;
	padding-left: 16px;
	color: #007F58;
	cursor: pointer;
}      

.RadMenu_Office2007 .group .link
{
	color: #007F58;
	display: block;
	position: relative;
	top: -31px;
	left: -207px;
	background: url('img/balloon_middle.png') repeat-y left bottom;
	width: 210px;
	line-height: 16px;
	text-align: left;
	padding: 0px;
	white-space: normal;
}

.RadMenu_Office2007 .group .first .link
{
	color: #007F58;
	display: block;
	position: relative;
	top: -31px;
	left: -207px;
	background: transparent url('img/balloon_top.png') no-repeat left bottom;
	line-height: 16px;
}


.RadMenu_Office2007 .group .first .link:hover,
.RadMenu_Office2007 .group .first .focused,
.RadMenu_Office2007 .group .first .expanded
{
	color: #007F58;
	display: block;
	position: relative;
	top: -31px;
	left: -207px;
	background: url('img/balloon_top.png') no-repeat left bottom;
	line-height: 16px;
	border: 0px;
	padding: 0px;
	text-decoration: underline;
	cursor: pointer;
}

.RadMenu_Office2007 .group .link:hover,
.RadMenu_Office2007 .group .focused,
.RadMenu_Office2007 .group .expanded
{
	color: #007F58;
	display: block;
	position: relative;
	top: -31px;
	left: -207px;
	background: url('img/balloon_middle.png') repeat-y left bottom;
	text-decoration: underline;
	line-height: 16px;
	border: 0px;
	padding: 0px;
}

.RadMenu_Office2007 .leftArrow,
.RadMenu_Office2007 .rightArrow,
.RadMenu_Office2007 .topArrow,
.RadMenu_Office2007 .bottomArrow,
.RadMenu_Office2007 .leftArrowDisabled,
.RadMenu_Office2007 .rightArrowDisabled,
.RadMenu_Office2007 .topArrowDisabled,
.RadMenu_Office2007 .bottomArrowDisabled
{
	border-left:1px solid #a9a9a9;
	border-top-color:threedhighlight;
	border-left-color:threedhighlight;
	background: #d7e9ff url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Office2007 .topArrow,
.RadMenu_Office2007 .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Office2007 .bottomArrow,
.RadMenu_Office2007 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Office2007 .rightArrow,
.RadMenu_Office2007 .leftArrow
{
	height:100%;
}

.RadMenu_Office2007 .rightArrow,
.RadMenu_Office2007 .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Office2007 .vertical .separator .text
{
	padding-top: 3px;
	background: white url('img/Separator.gif');
	font-size: 1px;
}

.RadMenu_Office2007 .expandLeft,
.RadMenu_Office2007 .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 6px;
}

.RadMenu_Office2007_rtl .expandLeft,
.RadMenu_Office2007_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	margin-left: 8px;
}

/* right to left */
.RadMenu_Office2007_rtl .group .link:hover .expandLeft,
.RadMenu_Office2007_rtl .group .link:hover .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	margin-left: 8px;
}

.RadMenu_Office2007 .link:hover .expandLeft,
.RadMenu_Office2007 .link:hover .expandRight,
.RadMenu_Office2007 .focused .expandLeft,
.RadMenu_Office2007 .focused .expandRight,
.RadMenu_Office2007 .expanded .expandLeft,
.RadMenu_Office2007 .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Office2007 .group .last .link
{
	background: transparent url('img/balloon_bottom.png') no-repeat;
	line-height: 16px;
}

.RadMenu_Office2007 .group .last .link:hover,
.RadMenu_Office2007 .group .last .focused,
.RadMenu_Office2007 .group .last .expanded
{
	background: transparent url('img/balloon_bottom.png') no-repeat;
	line-height: 16px;
}

/* level 2 items */
.RadMenu_Office2007 .group .level2,
.RadMenu_Office2007_Context .group .level1
{
	border-bottom: solid 1px #868686;
}

.RadMenu_Office2007 .group .level2 .link,
.RadMenu_Office2007_Context .group .level1 .link
{
	background: transparent url('img/Leve2ItemBg.gif') repeat-y;
	line-height: 44px;
}

.RadMenu_Office2007 .group .level2 .first .link,
.RadMenu_Office2007 .group .level2 .first .link:hover,
.RadMenu_Office2007 .group .level2 .first .focused,
.RadMenu_Office2007 .group .level2 .first .expanded
{
	background: white url('img/Level2First.gif') no-repeat;
	line-height: 24px;
	width: 295px;
}

.RadMenu_Office2007 .group .level2 .first .link .text
{
	margin-left: 9px;
}

.RadMenu_Office2007 .group .level2 .link:hover,
.RadMenu_Office2007 .group .level2 .focused,
.RadMenu_Office2007 .group .level2 .expanded
{
	background: transparent url('img/Level2Hover.gif') repeat-y;
	line-height: 44px;
}