﻿/* r.a.d.menu Top Menu skin */


.RadMenu_BranchLeftMenuSkin 
{
}

.RadMenu_BranchLeftMenuSkin .link
{
  width:204px;
  background-color:#0554A4; 
  border-bottom:solid 2px #E7EEF7;        
  font-family:arial,verdana;    
  font-weight:bold;
  font-size: 8pt;
  color:#E7EEF7;
  text-align: left;
  height:26px;
  text-decoration:none;
}

.RadMenu_BranchLeftMenuSkin .text
{
	padding-top:7px;
	margin-left:20px;			
	margin-right:-20px;
}

.RadMenu_BranchLeftMenuSkin .group .disabled .text
{
	color:Gray;
}


.RadMenu_BranchLeftMenuSkin .link:hover,
.RadMenu_BranchLeftMenuSkin .focused,
.RadMenu_BranchLeftMenuSkin .expanded
{
    background-color:#0079C2;
	height:26px;
}


.RadMenu_BranchLeftMenuSkin .text
{	
}

.RadMenu_BranchLeftMenuSkin .group
{
      background-color:#0554A4; 
          border-bottom:solid 2px #E7EEF7;      
}

.RadMenu_BranchLeftMenuSkin .group .link
{
}

.RadMenu_BranchLeftMenuSkin .group .text
{
}


.RadMenu_BranchLeftMenuSkin .group .link:hover,
.RadMenu_BranchLeftMenuSkin .group .focused,
.RadMenu_BranchLeftMenuSkin .group .expanded
{
}


.RadMenu_BranchLeftMenuSkin .group .disabled:hover,
.RadMenu_BranchLeftMenuSkin .group .disabled
{
}


.RadMenu_BranchLeftMenuSkin .vertical .separator
{
}

.RadMenu_BranchLeftMenuSkin .vertical .separator span.text
{
}



.RadMenu_BranchLeftMenuSkin .leftArrow,
.RadMenu_BranchLeftMenuSkin .rightArrow,
.RadMenu_BranchLeftMenuSkin .topArrow,
.RadMenu_BranchLeftMenuSkin .bottomArrow,
.RadMenu_BranchLeftMenuSkin .leftArrowDisabled,
.RadMenu_BranchLeftMenuSkin .rightArrowDisabled,
.RadMenu_BranchLeftMenuSkin .topArrowDisabled,
.RadMenu_BranchLeftMenuSkin .bottomArrowDisabled
{
}

.RadMenu_BranchLeftMenuSkin .topArrow,
.RadMenu_BranchLeftMenuSkin .topArrowDisabled
{
}

.RadMenu_BranchLeftMenuSkin .bottomArrow,
.RadMenu_BranchLeftMenuSkin .bottomArrowDisabled
{
}

.RadMenu_BranchLeftMenuSkin .rightArrow,
.RadMenu_BranchLeftMenuSkin .leftArrow
{
}

.RadMenu_BranchLeftMenuSkin .rightArrow,
.RadMenu_BranchLeftMenuSkin .rightArrowDisabled
{
}


.RadMenu_BranchLeftMenuSkin .expandLeft,
.RadMenu_BranchLeftMenuSkin .expandRight
{
	background-image: url(img/rightArrow.gif);
	background-position:right center;
	background-repeat:no-repeat;
	margin-right:10px;	
}

.RadMenu_BranchLeftMenuSkin .link:hover .expandLeft,
.RadMenu_BranchLeftMenuSkin .link:hover .expandRight,
.RadMenu_BranchLeftMenuSkin .focused .expandLeft,
.RadMenu_BranchLeftMenuSkin .focused .expandRight,
.RadMenu_BranchLeftMenuSkin .expanded .expandLeft,
.RadMenu_BranchLeftMenuSkin .expanded .expandRight
{
}
