/* custom r.a.d.menu skin */
.RadMenu_MSPrimaryNavHome
{
  float:none;
  max-width:957px;
	margin:0 auto;
	padding-left:5px;
	position:static;
}

.RadMenu_MSPrimaryNavHome .link
{
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	display: block;	
	padding: 2px 20px 2px 20px;
	line-height: 22px;
	height: /**/ 22px;
	background-color: navy;
	background-image:none;
}

.RadMenu_MSPrimaryNavHome .link:hover, 
.RadMenu_MSPrimaryNavHome .link:hover .text, 
.RadMenu_MSPrimaryNavHome .focused, 
.RadMenu_MSPrimaryNavHome .expanded
{
	background:#F7F7F7;
	color: #5d5d5d;
	cursor: pointer;
}
.RadMenu_MSPrimaryNavHome .rootGroup .link {
  line-height: 42px;
	height: /**/ 42px;
}
.RadMenu_MSPrimaryNavHome .rootGroup .link:hover,
.RadMenu_MSPrimaryNavHome .rootGroup .link:hover .text {
  background-color:#252c82;
  color:#ccc;
}

.RadMenu_MSPrimaryNavHome .level2,
.RadMenu_MSPrimaryNavHome .level3,
.RadMenu_MSPrimaryNavHome .level4 {
  display:none !important;
}
.RadMenu_MSPrimaryNavHome .expanded
{
	
}

.RadMenu_MSPrimaryNavHome .expanded:hover
{
	text-decoration:none;
}

.RadMenu_MSPrimaryNavHome .expanded .text
{
	color: #5d5d5d;
	text-decoration: none;
}

.RadMenu_MSPrimaryNavHome .text
{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

.RadMenu_MSPrimaryNavHome .group
{
	color: #5d5d5d;
	font-size: 12px;
	text-decoration: none; /* hack for mac/ie5*/	
	cursor: pointer;
	cursor: hand;
	padding: 2px 10px 2px 10px;
	height: 22px;
	width: 160px;
	line-height: 22px;
}

.RadMenu_MSPrimaryNavHome .group .link
{
	background: #f7f7f7;
	border-right: 2px solid #ccc;
	text-align: left;
	cursor: pointer;
	margin-left:-5px;
  line-height: 22px;
	height: /**/ 22px;
}

.RadMenu_MSPrimaryNavHome .group .first
{
border-top:1px solid #ccc;
}

.RadMenu_MSPrimaryNavHome .group .last
{
border-bottom:1px solid #ccc;
margin-bottom:-1px;
}

.RadMenu_MSPrimaryNavHome .group .text
{
	padding-left: 10px;
	padding-right: 10px;
	margin-right:10px;
	font-size: 11px;
	color: #5d5d5d;
}

.RadMenu_MSPrimaryNavHome .group .text:hover
{
	text-decoration:underline;
}

.RadMenu_MSPrimaryNavHome .group .last .text 
{
border-bottom:0px;
}

/* from r.a.d.menu Plain skin */

.RadMenu_MSPrimaryNavHome
{
	/*background: #ececec url('img/MenuItemBackground.gif') repeat-x;*/
	border: 0;
}

.RadMenu_MSPrimaryNavHome .leftArrow, .RadMenu_MSPrimaryNavHome .rightArrow, .RadMenu_MSPrimaryNavHome .topArrow, .RadMenu_MSPrimaryNavHome .bottomArrow, .RadMenu_MSPrimaryNavHome .leftArrowDisabled, .RadMenu_MSPrimaryNavHome .rightArrowDisabled, .RadMenu_MSPrimaryNavHome .topArrowDisabled, .RadMenu_MSPrimaryNavHome .bottomArrowDisabled
{
	background: #ededed url( 'img/left.gif' ) center center no-repeat;
	width: 15px;
}

.RadMenu_MSPrimaryNavHome .topArrow, .RadMenu_MSPrimaryNavHome .topArrowDisabled
{
	background: url( 'img/top.gif' );
	width: 100%;
}

.RadMenu_MSPrimaryNavHome .bottomArrow, .RadMenu_MSPrimaryNavHome .bottomArrowDisabled
{
	background: url( 'img/bottom.gif' );
	width: 100%;
}

.RadMenu_MSPrimaryNavHome .rightArrow, .RadMenu_MSPrimaryNavHome .leftArrow
{
	height: 100%;
}

.RadMenu_MSPrimaryNavHome .rightArrow, .RadMenu_MSPrimaryNavHome .rightArrowDisabled
{
	background: url( 'img/right.gif' );
}

.RadMenu_MSPrimaryNavHome .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_MSPrimaryNavHome .expandLeft, 
.RadMenu_MSPrimaryNavHome .expandRight
{
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_MSPrimaryNavHome .link:hover .expandLeft, 
.RadMenu_MSPrimaryNavHome .link:hover .expandRight,  
.RadMenu_MSPrimaryNavHome .focused .expandLeft, 
.RadMenu_MSPrimaryNavHome .focused .expandRight,
.RadMenu_MSPrimaryNavHome .expanded .expandLeft, 
.RadMenu_MSPrimaryNavHome .expanded .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
}