/* r.a.d.menu Plain skin */

.RadMenu_MakeItAHit 
{
	float:right;
}

.RadMenu_MakeItAHit_Context
{
	background: none;
	border:0;
}
.RadMenu_MakeItAHit ul.rootGroup{
	padding-top:45px;
}
.RadMenu_MakeItAHit .rootGroup .selected
{
}

.RadMenu_MakeItAHit .item
{
	text-align:center;
	padding-right:12px;
}

.RadMenu_MakeItAHit .text
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
    /*color:#FFF;*/
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
	text-transform:lowercase;
}

.RadMenu_MakeItAHit .first
{
}
.slide ul li a
{
    background-color: Red;
}

/* Primary Nav Styling */
.RadMenu_MakeItAHit .link,
.RadMenu_MakeItAHit .link:hover,
.RadMenu_MakeItAHit .focused,
.RadMenu_MakeItAHit .expanded
{
	padding:4px 6px;  /* Substract from  .item padding */
	color:#F3068F;
}
.RadMenu_MakeItAHit .expanded
{
}

.RadMenu_MakeItAHit .link:hover
{
	background-color:white; 
	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: #FFFFFF;
}

.RadMenu_MakeItAHit .expanded
{
  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:150px;
    background-color:#FFFFFF;
}

.RadMenu_MakeItAHit .group .link
{
	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;
}