.RadMenu_HNav_BullandBear {

		margin: 0;
		padding: 0;
		cursor: pointer;
	
}

.RadMenu_HNav_BullandBear .rootGroup{
	background:url(img/divide.jpg) 0 50% no-repeat;
	}
.RadMenu_HNav_BullandBear .rootGroup .text 
.RadMenu_HNav_BullandBear .rootGroup .link:hover .text,
.RadMenu_HNav_BullandBear .rootGroup .expanded .text {

		text-transform: uppercase;
		
}

.RadMenu_HNav_BullandBear .rootGroup .link {
		
		font: 11px "Times New Roman", Georgia, Times, serif;
		line-height: 32px;
		color: #000;
		cursor: pointer;
		text-decoration:none;
		text-align:center;
		text-transform:uppercase;
		/*background: #EAE2C5;*/
	
}

.RadMenu_HNav_BullandBear .rootGroup .link:hover,
.RadMenu_HNav_BullandBear .rootGroup .expanded, 
.RadMenu_HNav_BullandBear .rootGroup .selected,
.RadMenu_HNav_BullandBear .rootGroup .disabled {
	
		font: 11px "Times New Roman", Georgia, Times, serif;
		line-height: 32px;
		cursor: pointer;
		color: #000000;
		text-decoration: none;
		/*background: #EAE2C5;*/
		

}

/*creates Top Border Line of SubItem Groups */
/*creates Top Border Line of SubItem Groups */
.RadMenu_HNav_BullandBear .rootGroup .group {
	
		border: 1px solid #fdb813;
		border-top: none;
		
       
}

.RadMenu_HNav_BullandBear .rootGroup .group {
	background:url(img/SideBar.jpg) #fff center bottom repeat-x;
}


.RadMenu_HNav_BullandBear .rootGroup .group .text,
.RadMenu_HNav_BullandBear .rootGroup .group .link:hover .text,
.RadMenu_HNav_BullandBear .rootGroup .group .expanded .text {
                
		text-transform: none;
		text-align: left;
		white-space: normal; /*break link text to next line in firefox*/
   		border: none;
		
}

.RadMenu_HNav_BullandBear .rootGroup .group .link {
	
		padding: 6px 6px;
		line-height: 2em;
		height:auto;   /*-- fix height for FF when link goes to new line --*/
		
		font: 12px "Times New Roman", Georgia, Times, serif;
		color: #424930;
		text-decoration: none;
		border-top: 1px solid #fdb813;
		
		margin:0px;

}

.RadMenu_HNav_BullandBear .rootGroup .group .link:hover,
.RadMenu_HNav_BullandBear .rootGroup .group .expanded,
.RadMenu_HNav_BullandBear .rootGroup .group .selected,
.RadMenu_HNav_BullandBear .rootGroup .group .disabled {
	
		padding: 6px 6px;
		line-height: 2em;
		height:auto;   /*-- fix height for FF when link goes to new line --*/
		
		background: #fff;
		font: 12px "Times New Roman", Georgia, Times, serif;
		color: #fdb813;
		text-decoration: none;
		border-top: 1px solid #fdb813;
		
		margin:0px;
        
}