/* r.a.d.menu WebBlue skin */

.RadMenu_navTheme {
	padding:0;
	/*background: #d5d9de url('img/MenuBackground.gif');
	line-height: 20px;*/
	text-align:left;
}
/*  BENB */
.RadMenu_navTheme li {
	margin:0px 5px 0px 5px;
	padding:5px 0 8px 0;
}
/*  END BENB STUFF */
li.selected {
	color:Blue;
}
.menu ul.horizontal {
	padding:auto !Important;
}
.RadMenu_navTheme a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none !important;
	color: #757561;
	text-align:  left;
	letter-spacing: -.02em;
	margin:0px;
	padding:0 8px 0 8px;
}

.focused .text
{
	color:#DF7A1C !Important;
	text-decoration:none;
}

.RadMenu_navTheme a.link:hover .text
{
	color:#DF7A1C;
	text-decoration:none;
	letter-spacing: -.02em;
}

.selected {
	color: #757561;
	background-color: Red;
}
.RadMenu_navTheme .text {
	cursor: hand;
	padding: 0px;
	text-decoration:none;
	
}
.RadMenu_navTheme .first .text {
	border-left: none;
	
}
.RadMenu_navTheme .last .text {
	border-right: none;
}


.RadMenu_navTheme .link:hover, .RadMenu_cafenav .focused, .RadMenu_cafenav .expanded {
	color: #276c9d;
	background: #fefefe;
	text-decoration:none;
}

/*space between dropdown items*/
.group li {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:white;
	
}
.RadMenu_navTheme .group {
	border: solid 1px #d2d8de;
	border-top: 0px;
	border-bottom: 0px;
	background:white;

}
.RadMenu_navTheme .group .link {
	/* the filter attribute is recognized inInternet Explorer and should be a pe`rcentage */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	/* FireFox */
	-moz-opacity: .9;
	/* Safari - Opacity is the proposed CSS3 method, supported in recent Gecko browsers */
	opacity: .9;
	background: #f0f2f4;
	border-top: solid 1px #f6f7f9;
	border-bottom: solid 1px #dde1e4;
	border-left: 0px;
	border-right: 0px;
	letter-spacing: -.02em;
	width: auto;
	text-align: left;
	color: #333;
	min-width: 140px !Important;
	line-height: 10px;
	padding:5px;
	text-decoration:none;
}
.RadMenu_navTheme .group .text {
	padding-left: 5px;
	padding-bottom:12px;
	font-weight: normal;
	width:auto;
	min-width: 140px !Important;
	border:none;
	padding:0px;
}
.RadMenu_navTheme .group .link:hover, .RadMenu_navTheme .group .focused, .RadMenu_navTheme .group .expanded {
	background: white;
	color: #DF7A1C;
	font-weight: normal;
	border-top: solid 1px #f6f7f9;
	text-decoration:none;
}
.RadMenu_navTheme .leftArrow, .RadMenu_cafenav .rightArrow, .RadMenu_navTheme .topArrow, .RadMenu_navTheme .bottomArrow, 
.RadMenu_navTheme .leftArrowDisabled, .RadMenu_navTheme .rightArrowDisabled, .RadMenu_navTheme .topArrowDisabled, 
.RadMenu_navTheme .bottomArrowDisabled {
	border-left: 1px solid #d2d8de;
	border-left: 1px solid #d2d8de;
	background: #889bb0 url('img/left.gif') center center no-repeat;
	width:15px;
}
.RadMenu_navTheme .topArrow, .RadMenu_cafenav .topArrowDisabled {
	background-image:url('img/top.gif');
	width:100%;
}
.RadMenu_navTheme .bottomArrow, .RadMenu_cafenav .bottomArrowDisabled {
	background-image:url('img/bottom.gif');
	width:100%;
}
.RadMenu_navTheme .rightArrow, .RadMenu_cafenav .leftArrow {
	height:100%;
}
.RadMenu_navTheme .rightArrow, .RadMenu_cafenav .rightArrowDisabled {
	background-image: url('img/right.gif');
}
.RadMenu_navTheme .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_navTheme .expandLeft, .RadMenu_navTheme .expandRight {
	background:transparent url(img/groupImage.gif) right center no-repeat;
}
.RadMenu_navTheme .link:hover .expandLeft, .RadMenu_navTheme .link:hover .expandRight, .RadMenu_navTheme .focused .expandLeft, .RadMenu_navTheme .focused .expandRight, .RadMenu_navTheme .expanded .expandLeft, .RadMenu_navTheme .expanded .expandRight {
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
