/* custom r.a.d.menu skin */
.RadMenu_MSPrimaryNav
{
	background-color: #f7f7f7;
}

.RadMenu_MSPrimaryNav .link
{
	font-size: 12px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	display: block;
	width: 200px;
	padding: 2px 5px 2px 15px;
	line-height: 22px;
	height: /**/ 22px;
	background: transparent url(/images/gradient_blue.gif) top left repeat-x;
}

.RadMenu_MSPrimaryNav .link:hover, 
.RadMenu_MSPrimaryNav .link:hover .text, 
.RadMenu_MSPrimaryNav .focused, 
.RadMenu_MSPrimaryNav .expanded
{
	background:#F7F7F7;
	color: #5d5d5d;
	cursor: pointer;
}

.RadMenu_MSPrimaryNav .expanded
{
	margin-bottom:-1px;
	height:23px;
}

.RadMenu_MSPrimaryNav .expanded:hover
{
	text-decoration:none;
}

.RadMenu_MSPrimaryNav .expanded .text
{
	color: #5d5d5d;
	text-decoration: none;
}

.RadMenu_MSPrimaryNav .text
{
	color: #fff;
	padding-left: 10px;
	padding-right: 36px;
	font-size: 11px;
	font-family: Arial, Verdana;
}

.RadMenu_MSPrimaryNav .group
{
	color: #5d5d5d;
	font-size: 12px;
	font-family: verdana, sans-serif;
	text-decoration: none; /* hack for mac/ie5*/
	
	cursor: pointer;
	cursor: hand;
	padding: 2px 10px 2px 10px;
	height: 22px;
	width: 160px;
	line-height: 22px;
}

.RadMenu_MSPrimaryNav .group .link
{
	background: #f7f7f7;
	border-right: 2px solid #ccc;
	text-align: left;
	cursor: pointer;
	margin-left:-5px;
}

.RadMenu_MSPrimaryNav .group .first
{
border-top:1px solid #ccc;
}

.RadMenu_MSPrimaryNav .group .last
{
border-bottom:1px solid #ccc;
margin-bottom:-1px;
}

.RadMenu_MSPrimaryNav .group .text
{
	padding-left: 10px;
	padding-right: 36px;
	margin-right:20px;
	font-size: 11px;
	color: #5d5d5d;
	font-family: Arial, Verdana;
	border-bottom: solid 1px #d7d7d7;
}

.RadMenu_MSPrimaryNav .group .text:hover
{
	text-decoration:underline;
}

.RadMenu_MSPrimaryNav .group .last .text 
{
border-bottom:0px;
}

/* from r.a.d.menu Plain skin */

.RadMenu_MSPrimaryNav
{
	/*background: #ececec url('img/MenuItemBackground.gif') repeat-x;*/
	border: 0;
}

.RadMenu_MSPrimaryNav .leftArrow, .RadMenu_MSPrimaryNav .rightArrow, .RadMenu_MSPrimaryNav .topArrow, .RadMenu_MSPrimaryNav .bottomArrow, .RadMenu_MSPrimaryNav .leftArrowDisabled, .RadMenu_MSPrimaryNav .rightArrowDisabled, .RadMenu_MSPrimaryNav .topArrowDisabled, .RadMenu_MSPrimaryNav .bottomArrowDisabled
{
	background: #ededed url( 'img/left.gif' ) center center no-repeat;
	width: 15px;
}

.RadMenu_MSPrimaryNav .topArrow, .RadMenu_MSPrimaryNav .topArrowDisabled
{
	background: url( 'img/top.gif' );
	width: 100%;
}

.RadMenu_MSPrimaryNav .bottomArrow, .RadMenu_MSPrimaryNav .bottomArrowDisabled
{
	background: url( 'img/bottom.gif' );
	width: 100%;
}

.RadMenu_MSPrimaryNav .rightArrow, .RadMenu_MSPrimaryNav .leftArrow
{
	height: 100%;
}

.RadMenu_MSPrimaryNav .rightArrow, .RadMenu_MSPrimaryNav .rightArrowDisabled
{
	background: url( 'img/right.gif' );
}

.RadMenu_MSPrimaryNav .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_MSPrimaryNav .expandLeft, 
.RadMenu_MSPrimaryNav .expandRight
{
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_MSPrimaryNav .link:hover .expandLeft, 
.RadMenu_MSPrimaryNav .link:hover .expandRight,  
.RadMenu_MSPrimaryNav .focused .expandLeft, 
.RadMenu_MSPrimaryNav .focused .expandRight,
.RadMenu_MSPrimaryNav .expanded .expandLeft, 
.RadMenu_MSPrimaryNav .expanded .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
}