/* r.a.d.menu Office2007 skin */
.RadMenu_Office2007
{
    color: White;
    background: #81602d;
    font-size: medium;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-right: #81602d 1px solid;
    border-top: #81602d 1px solid;
    border-left: #81602d 1px solid;
    border-bottom: #81602d 1px solid;
    height: 24px;
}
.RadMenu_Office2007 .link
{
	text-decoration: none;
	color: black;
	line-height: 22px;
	margin: 0;
	border-right: #81602d 1px solid;
	border-top: #81602d 1px solid;
	border-left: #81602d 1px solid;
	border-bottom: #81602d 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	/*background-image: url(img/menuItemHover1.gif);*/
}
.RadMenu_Office2007 .link .text
{
	color:White;
	padding-right: 20px;
	padding-left:22px;
	cursor: pointer;
}
/*
----------------
FIRST LEVEL MENU
----------------
*/
.RadMenu_Office2007 .link:hover
{
	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.80;
	 Hightlight Color*/
	background: #FFCC00;
  /*  background-image: url(img/nhover.gif);*/
	border-right: #97783C 1px solid;
    border-top: #97783C 1px solid;
    border-left: #97783C 1px solid;
    border-bottom: #97783C 1px solid;
}
.RadMenu_Office2007 .link:hover .text
{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-weight:bold;
}
.RadMenu_Office2007 .text
{
	padding: 0px 20px 0px 17px;
	font-size: 11px;
}
.RadMenu_Office2007 .group
{
	background: trasparent;
	border: 0px;
}

/* Hover Link */
/*
----------------
SECOND LEVEL MENU
----------------
*/
.RadMenu_Office2007 .group .link
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=82);
-moz-opacity: 0.82;

background: #81602d;
border: solid 1px #81602d;
border-top-color: #81602d;
text-align: left;
padding-right: 0px; /* add padding */
	
	/*border: solid 1px #000000;
	
	text-align: left;
	background-image:url(img/menuItemHover1.gif);*/
}

.RadMenu_Office2007 .group .text
{
	padding-left:	15px;
	padding-right:	15px;
	font-weight: normal;
}
.RadMenu_Office2007 .group .link:hover .text
{
	border-top: 0px;
    color:Black;
    font-weight: normal;
}
.RadMenu_Office2007 .group .focused .text,
.RadMenu_Office2007 .group .expanded .text
{
	border-top: 0px;
	/*background-image:url(img/menuItemHover.gif);*/
}
.RadMenu_Office2007 .group .link:hover
{
	background-color:#FFCC00;
	font-weight: normal;
}
.RadMenu_Office2007 .expandLeft,
.RadMenu_Office2007 .expandRight
{
	background:transparent url(img/arrow1.gif) right center no-repeat;
	margin: 0px 3px;
}

.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;*/
}

/* right to left */
.RadMenu_Office2007_rtl .group .link:hover .expandLeft,
.RadMenu_Office2007_rtl .group .link:hover .expandRight
{
	background:transparent url(img/arrow1.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_Office2007_rtl .expandLeft,
.RadMenu_Office2007_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
/* end right to left */