
/* r.a.d.menu SitefinityBlue skin */

.RadMenu_Menu
{
	background: #1f150c;
	clear:both;
	background: #1f150c url(img/button_bg.jpg) repeat-x;
	width:100%;
	font-family:Arial;
}

.RadMenu_SitefinityBlue_Context
{
	background:none;
}

.RadMenu_Menu .link
{
	
	text-decoration:none;
	color: white;    
	line-height: 50px;
    	
}


.RadMenu_Menu .link .text
{
	font-size: 14px;
}

.RadMenu_Menu .link:hover,
.RadMenu_Menu .focused,
.RadMenu_Menu .expanded
{
	color: #f4b937;
}

.RadMenu_Menu .link:hover .text,
{
    color:#f4b937 !important;
    text-decoration:none;	
}

.RadMenu_Menu .focused .text,
.RadMenu_Menu .expanded .text {
	
    text-decoration:none;
    color: #f4b937;
    }

.RadMenu_Menu .rootGroup .disabled:hover
{
	
}

.RadMenu_Menu .rootGroup .disabled:hover .text
{
	color: White !important;
}

.RadMenu_Menu .rootGroup .text
{
	padding-left:13px;
	padding-right:13px;
	font-size: 14px;
}

.RadMenu_Menu .group
{
	/*background:red;*/
	border: none;
	width:128px;
	/*background-attachment: fixed; */
	background-image: url(img/bg_button_group.gif);    
	background-repeat: no-repeat;  
	background-position: 100% 100%; 
	/*padding-left:14px;*/
	
}
.RadMenu_Menu .group li
{
width:100px;

}
.RadMenu_Menu .group .link
{
	margin-bottom:5px;
	text-align: left;
	padding-right: 0px; 
	line-height: 20px;
}

.RadMenu_Menu .group .text
{
	margin-top:3px;
	padding-left:14px ;
	text-align:left;
	
		
}

.RadMenu_Menu .group .link:hover,
.RadMenu_Menu .group .focused,
.RadMenu_Menu .group .expanded
{
	font-weight: normal;
     color: white !important;
}

.RadMenu_Menu .group .link:hover .text,
.RadMenu_Menu .group .focused .text,
.RadMenu_Menu .group .expanded .text
{
	border-top: 0;
     color: #f4b937;
}

.RadMenu_Menu .group a:hover
{
	border-top: 0;
     color: #f4b937;
     
}

.RadMenu_Menu .group a
{
	/*margin-left:14px;*/
	}

.RadMenu_Menu .topArrow,
.RadMenu_Menu .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}



.RadMenu_Menu .vertical .separator .text
{
	background: #d4e5eb;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #bfcde3;
	border-right: solid 1px #bfcde3;
}

