/* r.a.d.menu WebBlue skin */

/*
	ALERT!!!!! 
	This CSS has been customized for YchtingNZ's Main Menu
*/

.RadMenu_WebBlue
{	
	background-color: Transparent;	
}

.RadMenu_WebBlue .link
{
	text-decoration:none;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:  center;
	line-height: 30px;
	height: 33px;	
}
*html .RadMenu_WebBlue .link
{
	width: 10px;
}

.RadMenu_WebBlue .link:hover,
.RadMenu_WebBlue .focused,
.RadMenu_WebBlue .expanded
{
	background: #78A0C9 url('img/MenuItemBG.gif') repeat-x top;
}

.RadMenu_WebBlue .text
{
	font-size:12px;
	padding: 0px 8px 0px 8px;
}

.RadMenu_WebBlue .group
{
	background: #78A0C9;
	z-index:1000;
}

.RadMenu_WebBlue .group .link
{
	z-index:1000;
	background: #78A0C9;
	border-bottom: dotted 1px white;
	line-height: 20px;
	height: 25px;
	width: auto;
	text-align: left;
	min-width: 130px;
	margin: 0 0 0 0;
}
*html .RadMenu_WebBlue .group .link
{
	width: 100px;
}

.RadMenu_WebBlue .group .text
{
	padding-left: 12px;
	font-weight: normal;
	padding-right: 60px;
}

.RadMenu_WebBlue .group .link:hover,
.RadMenu_WebBlue .group .focused,
.RadMenu_WebBlue .group .expanded
{
	color: #004276;
	background: #C8DBF1;	
}

.RadMenu_WebBlue .leftArrow,
.RadMenu_WebBlue .rightArrow,
.RadMenu_WebBlue .topArrow,
.RadMenu_WebBlue .bottomArrow,
.RadMenu_WebBlue .leftArrowDisabled,
.RadMenu_WebBlue .rightArrowDisabled,
.RadMenu_WebBlue .topArrowDisabled,
.RadMenu_WebBlue .bottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	border-left: 1px solid #d2d8de;
	background: #889bb0 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_WebBlue .topArrow,
.RadMenu_WebBlue .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_WebBlue .bottomArrow,
.RadMenu_WebBlue .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_WebBlue .rightArrow,
.RadMenu_WebBlue .leftArrow
{
	height:100%;
}

.RadMenu_WebBlue .rightArrow,
.RadMenu_WebBlue .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_WebBlue .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_WebBlue .expandLeft,
.RadMenu_WebBlue .expandRight
{
	background:#78A0C9 url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_WebBlue .link:hover .expandLeft,
.RadMenu_WebBlue .link:hover .expandRight,
.RadMenu_WebBlue .focused .expandLeft,
.RadMenu_WebBlue .focused .expandRight,
.RadMenu_WebBlue .expanded .expandLeft,
.RadMenu_WebBlue .expanded .expandRight
{
	background:#78A0C9 url(img/invertedGroupImage.gif) right center no-repeat;
}