/* r.a.d.menu Plain skin */

.RadMenu_MakeItAHit 
{
	/*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_MakeItAHit_Context
{
	background: none;
	border:0;
}

.RadMenu_MakeItAHit .rootGroup .selected
{
	background-image:url(/images/bkg/bkg_menu_active.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}


.RadMenu_MakeItAHit .item
{
	text-align:center;	
}

.RadMenu_MakeItAHit .text
{
	font-family:Helvetica, Arial, sans-serif;
    /*color:#FFF;*/
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
	text-transform:lowercase;    
}

.RadMenu_MakeItAHit .first
{
	font-size: 13px;
}

.slide ul li a
{
    background-color: Red;
}

/* Primary Nav Styling */
.RadMenu_MakeItAHit .link,
.RadMenu_MakeItAHit .link:hover,
.RadMenu_MakeItAHit .focused,
.RadMenu_MakeItAHit .expanded
{
  color:#F3068F;
  /*border-left:1px solid #564557;*/
  /*border-left:1px solid transparent;*/
}
.RadMenu_MakeItAHit .expanded
{
	/*border-left:1px solid #00CC33;*/
	border-bottom:1px solid #ccc;
}

.RadMenu_MakeItAHit .link:hover
{
	background-color:white; 
	/*border-left:1px solid #FF0000;*/
	border-bottom:1px solid #ccc;
}
.RadMenu_MakeItAHit .link
{
	color: #fff;
}
/*
.RadMenu_MakeItAHit .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_MakeItAHit .focused
{
	color: #FFF;
}

.RadMenu_MakeItAHit .expanded
{
  background-color:white; 
  background-image:none;
  color:#F3068F;
  text-decoration:none;
}

/* Secondary Nav Styling */
.RadMenu_MakeItAHit .group
{
	border:0px;
}

.RadMenu_MakeItAHit .group .link,
.RadMenu_MakeItAHit .group .link:hover,
.RadMenu_MakeItAHit .group .focused,
.RadMenu_MakeItAHit .group .expanded
{
    font-size:11px; 
    width:170px;
    background-color:#FFF;
}

.RadMenu_MakeItAHit .group .link
{
	background: #FFF;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
	color:#F3068F;
	/* border-top:1px solid #ccc; */
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    
}

.RadMenu_MakeItAHit .group .link:hover
{
	background-color:#F4F4F4; 
	color:#F3068F;
	text-decoration:underline;
}

.RadMenu_MakeItAHit .group .focused
{
	
}

.RadMenu_MakeItAHit .group .expanded
{

}






.RadMenu_MakeItAHit .leftArrow,
.RadMenu_MakeItAHit .rightArrow,
.RadMenu_MakeItAHit .topArrow,
.RadMenu_MakeItAHit .bottomArrow,
.RadMenu_MakeItAHit .leftArrowDisabled,
.RadMenu_MakeItAHit .rightArrowDisabled,
.RadMenu_MakeItAHit .topArrowDisabled,
.RadMenu_MakeItAHit .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_MakeItAHit .topArrow,
.RadMenu_MakeItAHit .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_MakeItAHit .bottomArrow,
.RadMenu_MakeItAHit .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_MakeItAHit .rightArrow,
.RadMenu_MakeItAHit .leftArrow
{
	height:100%;
}

.RadMenu_MakeItAHit .rightArrow,
.RadMenu_MakeItAHit .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_MakeItAHit .vertical .separator .text
{
	/*padding-top: 2px;
	background: #ccc;
	font-size: 1px;*/
}

.RadMenu_MakeItAHit .expandLeft,
.RadMenu_MakeItAHit .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_MakeItAHit_rtl .expandLeft,
.RadMenu_MakeItAHit_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_MakeItAHit .link:hover .expandLeft,
.RadMenu_MakeItAHit .link:hover .expandRight,
.RadMenu_MakeItAHit .focused .expandLeft,
.RadMenu_MakeItAHit .focused .expandRight,
.RadMenu_MakeItAHit .expanded .expandLeft,
.RadMenu_MakeItAHit .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_MakeItAHit_rtl .link:hover .expandLeft,
.RadMenu_MakeItAHit_rtl .link:hover .expandRight,
.RadMenu_MakeItAHit_rtl .focused .expandLeft,
.RadMenu_MakeItAHit_rtl .focused .expandRight,
.RadMenu_MakeItAHit_rtl .expanded .expandLeft,
.RadMenu_MakeItAHit_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}