/* RadMenu Custom skin */

.RadMenu_Custom .link
{
	outline:0px;
}
.RadMenu_Custom .horizontal .item 
{
	border-right: 1px solid #F68F1E; 
}
.RadMenu_Custom .horizontal .last 
{
	border-right: 0; 
}
.RadMenu_Custom .item .text
{
	margin: 0px 25px 0px;
	position: relative;
	bottom: 1px;
}
.RadMenu_Custom .item .link
{
	color: #666;
	font-family: Arial, verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	cursor:pointer;
	text-transform: uppercase;
	text-decoration:none;
}
.RadMenu_Custom .item .link:hover,
.RadMenu_Custom .item .link .expanded
{
	text-decoration: underline;
	color: #F68F1E;
}
.RadMenu_Custom .item .focused
{
	text-decoration: none;
	color: #F68F1E;
}

/* CHILD LEVEL */
.RadMenu_Custom .group .item .text
{
	margin: 0px 25px 0px;
}

.RadMenu_Custom .group .link, 
.RadMenu_Custom .group .link:visited
{
	cursor:pointer;
	text-decoration:none;
	color: #ffffff; /* SF font color for the root level */
	line-height: 20px; /* SF sets the line height for the font on the child level items */
	background:#F68F1E;
	font-size:12px;
}

/* CHILD LEVEL */
.RadMenu_Custom .group .link:hover,
.RadMenu_Custom .group .focused,
.RadMenu_Custom .group .expanded
{
	cursor:pointer;
	background: #731472; /* SF hover background color */
	color: #ffffff;
	font-size:12px;
	/*border-bottom: 3px solid #006B6E;*/ /* SF hover bottom border color for root level */
	/*border-top: 1px solid #006B6E;*/ /* SF hover top border color for root level */
}

