.RadMenu_InvMachine {
	height: 14px;
}
.RadMenu_InvMachine .link {
	padding-left: 5px;
	padding-right: 10px;
	line-height: 14px;
	text-decoration:none;
	cursor: pointer;
	/*color: #00457c;
	background: #ffffff; removed this for InvMachine menu*/
}

.RadMenu_InvMachine .link:hover, .RadMenu_InvMachine .focused, .RadMenu_InvMachine .expanded {
	/*color: #E47033;*/
	cursor: pointer;
}
 
.RadMenu_InvMachine .text {
	font-size: .95em;
	font-family: font-family:Arial, Helvetica, sans-serif;
	color:#075BA1;
	text-transform:uppercase;
	font-weight:bold;
}
.RadMenu_InvMachine .Selected .text, .RadMenu_InvMachine .link:hover .text {
	color:#E34C00;
}
.RadMenu_InvMachine .group {
	/*border: solid 1px #bbbbbb;*/
}
.RadMenu_InvMachine .group .text,
.RadMenu_InvMachine .group .link:hover .text {
	font-size: 9px;
	font-weight:normal;
	text-transform:uppercase;
	color:#F7F7F7;
	padding-left:6px;
	padding-right: 40px;
}
.RadMenu_InvMachine .group .link {
	background: #0068A5   /*f7f7f7*/;
	border-top: solid 1px #fff;
	/*border-bottom: solid 1px #d7d7d7;*/
	text-align: left;
	color:#0068A5;
	cursor: pointer;
}

.RadMenu_InvMachine .group .link:hover, .RadMenu_InvMachine .group .focused, .RadMenu_InvMachine .group .expanded {
	/*background: #ededed;*/
	border-bottom-color: #d7d7d7;
	/* makes hover orange on item */
	background:#E34C00;
	font-weight: normal;
	color:#E24E04
	cursor: pointer;
}
.RadMenu_InvMachine .leftArrow, .RadMenu_InvMachine .rightArrow, 
.RadMenu_InvMachine .topArrow, .RadMenu_InvMachine .bottomArrow, 
.RadMenu_InvMachine .leftArrowDisabled, .RadMenu_InvMachine .rightArrowDisabled, 
.RadMenu_InvMachine .topArrowDisabled, .RadMenu_InvMachine .bottomArrowDisabled {
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}
.RadMenu_InvMachine .topArrow, .RadMenu_InvMachine .topArrowDisabled {
	background-image:url('img/top.gif');
	width:100%;
}
.RadMenu_InvMachine .bottomArrow, .RadMenu_InvMachine .bottomArrowDisabled {
	background-image:url('img/bottom.gif');
	width:100%;
}
.RadMenu_InvMachine .rightArrow, .RadMenu_InvMachine .leftArrow {
	height:100%;
}
.RadMenu_InvMachine .rightArrow, .RadMenu_InvMachine .rightArrowDisabled {
	background-image: url('img/right.gif');
}
.RadMenu_InvMachine .expandLeft, .RadMenu_InvMachine .expandRight {
	background: transparent url(img/groupImage.gif) right center no-repeat;
	/*margin-right: 4px;*/
}
.RadMenu_InvMachine .link:hover .expandLeft, 
.RadMenu_InvMachine .link:hover .expandRight, 
.RadMenu_InvMachine .focused .expandLeft, 
.RadMenu_InvMachine .focused .expandRight, 
.RadMenu_InvMachine .expanded .expandLeft, 
.RadMenu_InvMachine .expanded .expandRight {
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat; 
}