
/* r.a.d.menu Goldenwest skin */
.RadMenu_Goldenwest_Menu .selectedItem
{
	color:#fff;
	background:url(img/dolphin_left-ON.gif) no-repeat top left;
	height:22px;
}

.RadMenu_Goldenwest_Menu .link
{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:11px 10px 0px 10px;
	height:22px;	
}

.RadMenu_Goldenwest_Menu .link .text
{
	
}

.RadMenu_Goldenwest_Menu .link:hover,
.RadMenu_Goldenwest_Menu .focused,
.RadMenu_Goldenwest_Menu .expanded
{
	color:#fff;
	background:url(img/dolphin_left-ON.gif) no-repeat top left;
}

.RadMenu_Goldenwest_Menu .group
{
	border-right: white 1px solid;	
	background: #00395f;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	font-weight:normal;	
}

.RadMenu_Goldenwest_Menu .group .text
{
	padding-right: 15px;
}


.RadMenu_Goldenwest_Menu .group .selectedItem
{
	display:block;	
	background: #1D6893;
	border-bottom: dotted 1px #fff;	
	height:21px;
}

.RadMenu_Goldenwest_Menu .group .link:hover,
.RadMenu_Goldenwest_Menu .group .focused,
.RadMenu_Goldenwest_Menu .group .expanded
{
	display:block;	
	background: #1D6893;
	border-bottom: dotted 1px #fff;	
	height:21px;
}

.RadMenu_Goldenwest_Menu .expandLeft
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px;
}

.RadMenu_Goldenwest_Menu .link:hover .expandLeft,
.RadMenu_Goldenwest_Menu .focused .expandLeft,
.RadMenu_Goldenwest_Menu .expanded .expandLeft
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}