.RadMenu_VNav_SecessionGC
{
	cursor: default;
	height: auto;
	white-space: normal;
}

.RadMenu_VNav_SecessionGC .rootGroup .link,
.RadMenu_VNav_SecessionGC .rootGroup .disabled
{
	text-decoration: none;
	width: 180px;
	background: url(img/arrow.gif) left 50% no-repeat scroll;

}

.RadMenu_VNav_SecessionGC .rootGroup .link .text,
.RadMenu_VNav_SecessionGC .rootGroup .text,
.RadMenu_VNav_SecessionGC .rootGroup .expanded .text
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #09314f;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0 3px 15px;
	white-space: normal;
}

.RadMenu_VNav_SecessionGC .rootGroup .link:hover,
.RadMenu_VNav_SecessionGC .rootGroup .expanded,
.RadMenu_VNav_SecessionGC .rootGroup .expanded:hover,
.RadMenu_VNav_SecessionGC .rootGroup .focused,
.RadMenu_VNav_SecessionGC .rootGroup .selected
{
	text-decoration: none;
	width: 180px;
	background: url(img/arrow.gif) left 50% no-repeat scroll;
}

.RadMenu_VNav_SecessionGC .rootGroup .link:hover .text,
.RadMenu_VNav_SecessionGC .rootGroup .expanded:hover .text,
.RadMenu_VNav_SecessionGC .rootGroup .focused .text,
.RadMenu_VNav_SecessionGC .rootGroup .selected .text
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #115681;
	text-decoration: underline;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0 3px 15px;
	white-space: normal;
}


/* Main Level Sub Group, creates Top Border Line of Main Level SubItem Group */
.RadMenu_VNav_SecessionGC .rootGroup .group
{
	width: 180px;
}


.RadMenu_VNav_SecessionGC .level1 .link .text,
.RadMenu_VNav_SecessionGC .level2 .link .text
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #09314f;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding: 3px 0px 0px 3px;
	border: none;
	white-space: normal;
}

.RadMenu_VNav_SecessionGC .level1 .link,
.RadMenu_VNav_SecessionGC .level1 .link:visited,
.RadMenu_VNav_SecessionGC .level2 .link,
.RadMenu_VNav_SecessionGC .level2 .link:visited
{
	height: 20px;
	background: #fff none;
	width: 180px;
	margin: 0px;
	border: none;
	border-bottom: solid 1px #fff;
}

.RadMenu_VNav_SecessionGC .level1 .link:hover,
.RadMenu_VNav_SecessionGC .level1 .focused,
.RadMenu_VNav_SecessionGC .level1 .expanded,
.RadMenu_VNav_SecessionGC .level2 .link:hover,
.RadMenu_VNav_SecessionGC .level2 .focused,
.RadMenu_VNav_SecessionGC .level2 .expanded
{
	height: 20px;
	background: #ddd none;
	width: 180px;
	border: none;
	border-bottom: solid 1px #999;
}

.RadMenu_VNav_SecessionGC .level1 .link:hover .text,
.RadMenu_VNav_SecessionGC .level1 .focused .text,
.RadMenu_VNav_SecessionGC .level1 .expanded .text,
.RadMenu_VNav_SecessionGC .level2 .link:hover .text,
.RadMenu_VNav_SecessionGC .level2 .focused .text,
.RadMenu_VNav_SecessionGC .level2 .expanded .text
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #333;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding: 3px 0px 0px 3px;
	border: none;
	white-space: normal;
}

.RadMenu_VNav_SecessionGC .level1 .disabled,
.RadMenu_VNav_SecessionGC .level2 .disabled
{
	
}



