/* r.a.d.menu Plain skin */

.RadMenu_Breheny 
{
	background: #ececec url('img/MenuItemBackground.gif') repeat-x;
	/*border-top: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;*/
}

.RadMenu_Breheny_Context
{
	background: none;
	border:0;
}

.RadMenu_Breheny .item
{
	text-align:center;
	
}

.RadMenu_Breheny .text
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    /*color:#FFF;*/
    padding-top:8px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:20px;
}

/* Primary Nav Styling */
.RadMenu_Breheny .link,
.RadMenu_Breheny .link:hover,
.RadMenu_Breheny .focused,
.RadMenu_Breheny .expanded
{
  font-size:15px;

}

.RadMenu_Breheny .link
{
	color: #FFF;
}

.RadMenu_Breheny .link:hover
{
  background-color:white; 
  background-image:none;
  color:#CC0000;
  text-decoration:none;
  border-top:2px solid #ccc;
  border-right:1px solid #ccc;
  border-left:1px solid #ccc;
}

.RadMenu_Breheny .focused
{
	color: #FFF;
}

.RadMenu_Breheny .expanded
{
  background-color:white; 
  background-image:none;
  color:#CC0000;
  text-decoration:none;
  border-top:2px solid #ccc;
  border-right:1px solid #ccc;
  border-left:1px solid #ccc;
}

/* Secondary Nav Styling */
.RadMenu_Breheny .group
{
	border:0px;
}

.RadMenu_Breheny .group .link,
.RadMenu_Breheny .group .link:hover,
.RadMenu_Breheny .group .focused,
.RadMenu_Breheny .group .expanded
{
    font-size:11px; 
    width:170px;
    background-color:#FFF;
}

.RadMenu_Breheny .group .link
{
	background: #FFF;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
	color:#CC0000;
	border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
}

.RadMenu_Breheny .group .link:hover
{
	background-color:#F4F4F4; 
	text-decoration:underline;
}

.RadMenu_Breheny .group .focused
{
	
}

.RadMenu_Breheny .group .expanded
{

}






.RadMenu_Breheny .leftArrow,
.RadMenu_Breheny .rightArrow,
.RadMenu_Breheny .topArrow,
.RadMenu_Breheny .bottomArrow,
.RadMenu_Breheny .leftArrowDisabled,
.RadMenu_Breheny .rightArrowDisabled,
.RadMenu_Breheny .topArrowDisabled,
.RadMenu_Breheny .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Breheny .topArrow,
.RadMenu_Breheny .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Breheny .bottomArrow,
.RadMenu_Breheny .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Breheny .rightArrow,
.RadMenu_Breheny .leftArrow
{
	height:100%;
}

.RadMenu_Breheny .rightArrow,
.RadMenu_Breheny .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Breheny .vertical .separator .text
{
	/*padding-top: 2px;
	background: #ccc;
	font-size: 1px;*/
}

.RadMenu_Breheny .expandLeft,
.RadMenu_Breheny .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Breheny_rtl .expandLeft,
.RadMenu_Breheny_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Breheny .link:hover .expandLeft,
.RadMenu_Breheny .link:hover .expandRight,
.RadMenu_Breheny .focused .expandLeft,
.RadMenu_Breheny .focused .expandRight,
.RadMenu_Breheny .expanded .expandLeft,
.RadMenu_Breheny .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Breheny_rtl .link:hover .expandLeft,
.RadMenu_Breheny_rtl .link:hover .expandRight,
.RadMenu_Breheny_rtl .focused .expandLeft,
.RadMenu_Breheny_rtl .focused .expandRight,
.RadMenu_Breheny_rtl .expanded .expandLeft,
.RadMenu_Breheny_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}