/* ROOT LEVEL */
.menu .text {
color: #FFFFFF;

}
.RadMenu_DB  {
	color: #FFFFFF;
	font-size:15px;
	font-family: 'Arial'; 
	 
	
	height: 36px;
	
	cursor: pointer;
	
	background: #7eba46; /* Old browsers */
	background: -moz-linear-gradient(top,  #7eba46 0%, #79b342 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7eba46), color-stop(100%,#79b342)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7eba46 0%,#79b342 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7eba46 0%,#79b342 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7eba46 0%,#79b342 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7eba46 0%,#79b342 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eba46', endColorstr='#79b342',GradientType=0 ); /* IE6-9 */




-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

	width: 970px;
}


.RadMenu_DB .rootGroup .item {
	border-right: 1px solid #68a133;
}

.RadMenu_DB .link:link,
.RadMenu_DB .link:active,
.RadMenu_DB .link:visited {

}
.RadMenu_DB .link:hover,
.RadMenu_DB .expanded,
.RadMenu_DB .expanded .expandTop,
.RadMenu_DB .selected .expandTop {

	cursor: pointer;
	
}

.RadMenu_DB .first .link:hover,
.RadMenu_DB .first .selected {
	position: relative;
	right:0px;
}

.RadMenu_DB .first {margin-left: 10px;}
.RadMenu_DB .last {border-right: none !important;}

.RadMenu_DB .link .expandTop {

}

.RadMenu_DB .expanded .expandTop,
.RadMenu_DB .selected .expandTop  {
	
}

.menu a.link {
	padding: 8px 10px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.RadMenu_DB .selected {
	
	position: relative;
	right:0px;
	
	background: #9cc15b; /* Old browsers */
	background: -moz-linear-gradient(top,  #9cc15b 0%, #99bd58 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cc15b), color-stop(100%,#99bd58)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9cc15b 0%,#99bd58 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9cc15b 0%,#99bd58 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9cc15b 0%,#99bd58 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9cc15b 0%,#99bd58 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cc15b', endColorstr='#99bd58',GradientType=0 ); /* IE6-9 */


}

.RadMenu_DB .item:hover {
	
	position: relative;
	right:0px;
	
	background: #9cc15b; /* Old browsers */
	background: -moz-linear-gradient(top,  #9cc15b 0%, #99bd58 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cc15b), color-stop(100%,#99bd58)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9cc15b 0%,#99bd58 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9cc15b 0%,#99bd58 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9cc15b 0%,#99bd58 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9cc15b 0%,#99bd58 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cc15b', endColorstr='#99bd58',GradientType=0 ); /* IE6-9 */


}


.RadMenu_DB .selected .text,
.RadMenu_DB .selected .text:hover {
	color: #FFF;
	cursor: pointer;
}


/*------------ DROP DOWN MENU --------------*/



.RadMenu_DB .vertical {
	background-color: #FFFFFF;
	border-bottom: 5px solid #FFFFF;
}

.RadMenu_DB .vertical .item{
	background: none;
	min-width: 160px;
	padding: 0 0px 0;
	border-bottom: 1px solid #5b2060;
	border-right:none !important;
}


.RadMenu_DB .vertical .item .link:link,
.RadMenu_DB .vertical .item .link:active,
.RadMenu_DB .vertical .item .link:visited{
	background-color: #713079;
	color: #E02A3D;
	height: 20px;	
	padding: 8px 14px 8px;
	font-size: 14px;
}



.RadMenu_DB .vertical .item .link:hover{
	background: #68276e; /* Old browsers */
	background: -moz-linear-gradient(top,  #68276e 0%, #561c5a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68276e), color-stop(100%,#561c5a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #68276e 0%,#561c5a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #68276e 0%,#561c5a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #68276e 0%,#561c5a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #68276e 0%,#561c5a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68276e', endColorstr='#561c5a',GradientType=0 ); /* IE6-9 */

	
}


.RadMenu_DB .vertical .link:hover,
.RadMenu_DB .vertical .expanded,
.RadMenu_DB .vertical .expanded .expandTop,
.RadMenu_DB .vertical .item .selected  {
	background-color: #FFF;
	position: relative;
	right:0px;
	color: #ffffff;
	border-radius: 0px;
}

.RadMenu_DB .vertical .item .selected {
	background: #68276e; /* Old browsers */
	background: -moz-linear-gradient(top,  #68276e 0%, #561c5a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68276e), color-stop(100%,#561c5a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #68276e 0%,#561c5a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #68276e 0%,#561c5a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #68276e 0%,#561c5a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #68276e 0%,#561c5a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68276e', endColorstr='#561c5a',GradientType=0 ); /* IE6-9 */

}


.RadMenu_DB .vertical .item{
	margin-left: 3px;
}