.RadTreeView_ga-topmenu .rtLI
{
	margin: 0 !important;
	float:left !important;
}

.RadTreeView_ga-topmenu .rtSp
{
	display:none  !important;
}

.RadTreeView_ga-topmenu .rtTop,
.RadTreeView_ga-topmenu .rtMid,
.RadTreeView_ga-topmenu .rtBot
{
	background-color: white;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	 border: 2px solid white;
	/*border-right: 1px solid #ccc;*/
	height: 25px;
	line-height: 25px !important;
	padding: 0 10px !important;
}

.RadTreeView_ga-topmenu .rtIn
{
	color: #a2ad00 !important;
	cursor:pointer !important;
	/*border: none !important;*/
	/*text-transform: capitalize;*/
}
/*
.RadTreeView_ga-topmenu .rtSelected
{
	color: black !important;
}*/

.RadTreeView_ga-topmenu .rtHover, .RadTreeView_ga-topmenu .rtSelected
{
	background-color: #0099ff;
	color: white;
	border: 2px solid white;
	/*border-right: 1px solid white;*/
}

.RadTreeView_ga-topmenu .rtHover a, .RadTreeView_ga-topmenu .rtSelected a
{
	border: 1px solid #0099ff !important;
	color: white !important;
}

/*
.RadTreeView_ga-topmenu .rtSelected
{
	color: black !important;
}*/