/* RadMenu ROFSub skin */
.RadMenu_ROFSub{
	background: #f74c04 url(img/subMenuBg.gif) repeat-x 0 top;
	width:944px;
}

.RadMenu_ROFSub .link:link,
.RadMenu_ROFSub .link:visited,
.RadMenu_ROFSub .link:active{
	text-decoration:none;
	color: #ffffff;
	font-family: Helvetica, Verdana, sans-serif;
	cursor:pointer;
}

.RadMenu_ROFSub .link .text{
	padding-top:8px;
}

.RadMenu_ROFSub .activeHeaderSubMenu:link,
.RadMenu_ROFSub .activeHeaderSubMenu:visited,
.RadMenu_ROFSub .activeHeaderSubMenu:active,
.RadMenu_ROFSub .link:hover,
.RadMenu_ROFSub .focused,
.RadMenu_ROFSub .expanded{
	color:#ffff00;
}


/* REMOVE ACTIVE UNDERLINE */
/*
.RadMenu_ROFSub .activeHeaderSubMenu:link,
.RadMenu_ROFSub .activeHeaderSubMenu:visited,
.RadMenu_ROFSub .activeHeaderSubMenu:active{
	text-decoration:underline;
}
*/

.RadMenu_ROFSub .rootGroup .disabled:hover{
	color:#cccccc;
}

.RadMenu_ROFSub .text{
	padding: 0px 10px 0px 0px;
}

/* ==================== */
/* = ROF TABLE STYLES = */
/* ==================== */
table.rofTable thead tr th{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color:#000000;
	padding:5px;
}

table.rofTable tbody tr th{
	padding:5px;
	color:#f03a08;
	font-weight:normal;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

table.rofTable td{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding:5px;
}

table.rofTable{
	margin:10px;
	display: table;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;	
}
/* ========================== */
/* = END - ROF TABLE STYLES = */
/* ========================== */