/* RadMenu ROF skin */
.RadMenu_ROF{
	background: #b6b7b9 url(img/mainMenuBg.gif) repeat-x 0 top;
	width:960px;
}

.RadMenu_ROF .link:link,
.RadMenu_ROF .link:visited,
.RadMenu_ROF .link:active{
	text-decoration:none;
	color: #808080;
	line-height: 31px;
	border-right:1px solid #e3e3e3;
	font-family: Verdana, sans-serif;
	cursor:pointer;
	font-weight:bold;
}

.RadMenu_ROF .activeHeaderMenu:link,
.RadMenu_ROF .activeHeaderMenu:visited,
.RadMenu_ROF .activeHeaderMenu:active,
.RadMenu_ROF .link:hover,
.RadMenu_ROF .focused,
.RadMenu_ROF .expanded{
	background: #fafafa url(img/mainMenuBg_Active.gif) repeat-x 0 bottom;
	color:#ffffff;
}

.RadMenu_ROF .link:hover{
	background: #fafafa url(img/mainMenuBg_Active.gif) repeat-x 0 bottom;
}

.RadMenu_ROF .rootGroup .disabled:hover{
	color:#cccccc;
}

.RadMenu_ROF .rootGroup .disabled:hover .text{
	border-top: 1px solid #bedab4;
}

.RadMenu_ROF .text{
	padding: 0px 7px;
}
