/*  HubSpot-Naples menu skin */

.RadMenu_Naples
{
	position: relative;
	background: transparent none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;	
}


.RadMenu_Naples .link
{
	margin: 0; 
	padding: 0;
	height: 64px; 
	display: block;
	width: auto;
	padding: 0px 15px;
	color: #ffffff;
	text-decoration: none;
	
}

.RadMenu_Naples .link:hover,
.RadMenu_Naples .focused,
.RadMenu_Naples .expanded
{
	color: #001342;
}

.RadMenu_Naples .text
{
	font: bold 15px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;
	padding-top: 5px;
}

.RadMenu_Naples .rootGroup_SelectedPath {
	background-image: url(nav-current.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #001342;
}

/* get the subitems up over the breadcrumb arrow */
.RadMenu_Naples ul.vertical.group.level1 {
	margin-top: -30px !important; 
}

.RadMenu_Naples .group
{
	border: solid 1px #B1E100;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px;

}

.RadMenu_Naples .group .link
{
	background: #0F78CB;
	border-top: solid 1px #B1E100;
	border-bottom: solid 1px #B1E100;
	border-left: 0px;
	border-right: 0px;
	width: auto;
	text-align: left;
	color: #333;
	min-width: 130px;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	text-decoration: none;
}

.RadMenu_Naples .group .text
{
	padding: 0px;
	padding-left: 10px;
	font-weight: bold;
	padding-right: 20px;
	line-height: 25px;
}
.RadMenu_Naples .group .separator {
display: none;
}

.RadMenu_Naples .group .link:hover,
.RadMenu_Naples .group .focused,
.RadMenu_Naples .group .expanded
{
	background: #B1E100;
	color: #1183DA;
	font-weight: normal;
	border-top: solid 1px #0F78CB;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
}

.RadMenu_Naples .leftArrow,
.RadMenu_Naples .rightArrow,
.RadMenu_Naples .topArrow,
.RadMenu_Naples .bottomArrow,
.RadMenu_Naples .leftArrowDisabled,
.RadMenu_Naples .rightArrowDisabled,
.RadMenu_Naples .topArrowDisabled,
.RadMenu_Naples .bottomArrowDisabled
{
	border-left: 1px solid #B1E100;
	border-left: 1px solid #B1E100;
	background: transparent url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Naples .topArrow,
.RadMenu_Naples .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Naples .bottomArrow,
.RadMenu_Naples .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Naples .rightArrow,
.RadMenu_Naples .leftArrow
{
	height:100%;
}

.RadMenu_Naples .rightArrow,
.RadMenu_Naples .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Naples .vertical .separator .text
{
	padding-top: 3px;
	background: #0F78CB url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_Naples .expandLeft,
.RadMenu_Naples .expandRight
{
	background:transparent url('img/groupImage.gif') right center no-repeat;
}

.RadMenu_Naples .link:hover .expandLeft,
.RadMenu_Naples .link:hover .expandRight,
.RadMenu_Naples .focused .expandLeft,
.RadMenu_Naples .focused .expandRight,
.RadMenu_Naples .expanded .expandLeft,
.RadMenu_Naples .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}