.RadMenu_University
{	
	font:14px/27px  Arial,Tahoma, verdana, sans-serif;
	font-weight:bold;
}

.RadMenu_University .group, 
.RadMenu_University .rootGroup
{
	
}

.RadMenu_University .group
{
	background:#103C63;
	line-height:18px;
	font-weight:normal;
	border:1px solid #fff;
}
.RadMenu_University .group .item
{
   border-bottom:1px solid #fff; 
}
.RadMenu_University .group .last
{
   border:none;
}
.RadMenu_University .rootGroup
{
    text-transform:uppercase;	
}
.RadMenu_University .rootGroup:after
{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
}
.RadMenu_University .rootGroup
{
    display:inline-block;
}

/* hidden from IE/Mac \*/
.RadMenu_University .rootGroup
{
    display:block;
}
/**/

.RadMenu_University .horizontal
{
	border-left:0;
}

.RadMenu_University .vertical .first
{
    margin-top:-1px;
}


.RadMenu_University .link,
.RadMenu_University .disabled,
.RadMenu_University .disabled:hover
{
	color:#FFF;
	padding:3px 0px;
	text-decoration:none;
	background-color:transparent;
	cursor:pointer;
}

.RadMenu_University .link:hover,
.RadMenu_University .expanded
{
	background-color:#fff;
	color:#103C63;
	cursor:pointer;
}

.RadMenu_University .expanded
{
    
}

.RadMenu_University .text
{
	cursor:pointer;
	padding:0 15px;
	margin-right:6px;
}

.RadMenu_University .horizontal .link
{
	
	border-top:0;
}

.RadMenu_University .vertical .link
{
	border-left:0;

}

.RadMenu_University .link:hover .expandLeft,
.RadMenu_University .link:hover .expandRight
{
	
}


.RadMenu_University .expandLeft,
.RadMenu_University .expandRight,
.RadMenu_University .disabled:hover .expandLeft,
.RadMenu_University .disabled:hover .expandRight
{
	
}

.RadMenu_University_rtl .expandLeft,
.RadMenu_University_rtl .expandRight
{
	
	
}

.RadMenu_University .leftArrow,
.RadMenu_University .rightArrow,
.RadMenu_University .topArrow,
.RadMenu_University .bottomArrow,
.RadMenu_University .leftArrowDisabled,
.RadMenu_University .rightArrowDisabled,
.RadMenu_University .topArrowDisabled,
.RadMenu_University .bottomArrowDisabled
{
	
	
	text-decoration:none;
}

.RadMenu_University .topArrow,
.RadMenu_University .topArrowDisabled
{
	
	width: 100%;
}

.RadMenu_University .bottomArrow,
.RadMenu_University .bottomArrowDisabled
{
	
	width: 100%;
}

.RadMenu_University .rightArrow,
.RadMenu_University .leftArrow
{
	height:100%;
}

.RadMenu_University .rightArrow,
.RadMenu_University .rightArrowDisabled
{
	
}

/* right to left */
.RadMenu_University_rtl
{
    text-align:right !important;
}

.RadMenu_University_rtl .rootGroup
{
    zoom:1; /*trigger hasLayout*/
}

.RadMenu_University_rtl .link:hover .expandLeft,
.RadMenu_University_rtl .link:hover .expandRight,
.RadMenu_University_rtl .horizontal .group .expanded .text,
.RadMenu_University_rtl .vertical .expanded .text
{
	
}

.RadMenu_University_rtl .leftArrow,
.RadMenu_University_rtl .rightArrow,
.RadMenu_University_rtl .topArrow,
.RadMenu_University_rtl .bottomArrow,
.RadMenu_University_rtl .leftArrowDisabled,
.RadMenu_University_rtl .rightArrowDisabled,
.RadMenu_University_rtl .topArrowDisabled,
.RadMenu_University_rtl .bottomArrowDisabled
{
    text-indent:-3000px !important;
    color:#666;
    font-size:1px;
}

.RadMenu_University_rtl .text
{
	margin-right:0px;
	margin-left:6px;
}
