
/* r.a.d.menu CssBlue skin */

.RadMenu_Photography
{
	background:transparent;
	margin-bottom:10px;
}

.RadMenu_Photography_Context
{
	background:none;
}

.RadMenu_Photography .link
{
	text-decoration:none;
	color:#f3b862;
	font:normal 12px Verdana;
	text-transform: uppercase;
    letter-spacing: 2px;
	line-height: 20px;
}

.RadMenu_Photography .link .text
{
	padding-right: 20px;
}

.RadMenu_Photography .link:hover,
.RadMenu_Photography .focused,
.RadMenu_Photography .expanded
{
	cursor:pointer;
}

.RadMenu_Photography .link:hover .text,
.RadMenu_Photography .focused .text,
.RadMenu_Photography .expanded .text
{
}

.RadMenu_Photography .rootGroup .disabled:hover
{
}

.RadMenu_Photography .rootGroup .disabled:hover .text
{
}

.RadMenu_Photography .text
{
	padding: 0px 15px;
	font-size: 11px;
}

.RadMenu_Photography .group
{
	background: white;
	border: 0px;
}

.RadMenu_Photography .group .link
{
	background: #dfeef4;
	border: solid 1px #bfcde3;
	border-top-color: white;
	text-align: left;
	padding-right: 0px; 
}

.RadMenu_Photography .group .text
{
	padding-left:6px;
	padding-right: 40px;
}



.RadMenu_Photography .group .link:hover,
.RadMenu_Photography .group .focused,
.RadMenu_Photography .group .expanded
{
	background: #a7cfe8;
	
	border-bottom: 1px solid #1973c9;
	border-top: 1px solid white;
	font-weight: normal;
}

.RadMenu_Photography .group .link:hover .text,
.RadMenu_Photography .group .focused .text,
.RadMenu_Photography .group .expanded .text
{
	border-top: 0;
}

.RadMenu_Photography .leftArrow,
.RadMenu_Photography .rightArrow,
.RadMenu_Photography .topArrow,
.RadMenu_Photography .bottomArrow,
.RadMenu_Photography .leftArrowDisabled,
.RadMenu_Photography .rightArrowDisabled,
.RadMenu_Photography .topArrowDisabled,
.RadMenu_Photography .bottomArrowDisabled
{
	border-left: 1px solid #bfcde3;
	border-right: 1px solid #bfcde3;
	background: #a7cfe8 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Photography .topArrow,
.RadMenu_Photography .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_Photography .bottomArrow,
.RadMenu_Photography .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Photography .rightArrow,
.RadMenu_Photography .leftArrow
{
	height:100%;
}

.RadMenu_Photography .rightArrow,
.RadMenu_Photography .rightArrowDisabled
{
	background-image:url('img/right.gif');
}


.RadMenu_Photography .vertical .separator .text
{
	background: #d4e5eb;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #bfcde3;
	border-right: solid 1px #bfcde3;
}


.RadMenu_Photography .expandLeft,
.RadMenu_Photography .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px;
}


.RadMenu_Photography_rtl .group .link:hover .expandLeft,
.RadMenu_Photography_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_Photography_rtl .expandLeft,
.RadMenu_Photography_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}



.RadMenu_Photography .link:hover .expandLeft,
.RadMenu_Photography .link:hover .expandRight,
.RadMenu_Photography .focused .expandLeft,
.RadMenu_Photography .focused .expandRight,
.RadMenu_Photography .expanded .expandLeft,
.RadMenu_Photography .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}