/* RadMenu IStorcam skin */


.RadMenu_IStorcam 
{
	margin-bottom:-1px;
	float:right;
}


.RadMenu_IStorcam .link 
{
	text-decoration:none;
	color: #fff;
	font-size: 13px;
	min-width: 86px;
	font-weight:bold;
	line-height: 31px;
    text-align: center;
	background: url('img/MenuIdle.jpg') no-repeat;
}

.RadMenu_IStorcam .link .text  {
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

* html .RadMenu_IStorcam .link /* IE6 */
{
    width: 86px;
}

.RadMenu_IStorcam .last .link
{
	border-right: 0px solid #000;
}

.RadMenu_IStorcam .vertical .link
{
	border-right:0px solid #000;
}

.RadMenu_IStorcam .link:hover,
.RadMenu_IStorcam .focused,
.RadMenu_IStorcam .expanded,
.RadMenu_IStorcam .rootGroup .selected{
	text-decoration:none;
	color: #424e56;
	font-size: 13px;
	min-width: 86px;
	line-height: 32px;
	background: url('img/MenuActive.jpg') no-repeat;
	border-bottom:none;
	font-weight:bold;
}

.RadMenu_IStorcam .selected .text,
.RadMenu_IStorcam .link:hover .text,
.RadMenu_IStorcam .expanded .text{
	color: #424e56;
	font-weight:bold;
}


.RadMenu_IStorcam .rootGroup .disabled:hover
{
	background:url('img/MenuActive.jpg') no-repeat;
}


.RadMenu_IStorcam .text
{
	font-family: Arial, Verdana;
}

.RadMenu_IStorcam .group
{
	background:#d1dce4;
	border-right: solid 0px #a9a9a9;
	padding:0;
}
.RadMenu_IStorcam .group a:visited
{
}

.RadMenu_IStorcam .group .text
{
	padding-left: 15px;
	padding-right:20px;
	color: #fff;
	font-weight:bold;
}      



.RadMenu_IStorcam .group .link
{
	background:#97a8b7;
	min-width: 86px;
	font-size: 13px;
	line-height: 25px;
	text-align: left;
	border-right: 0px solid #e6e6e6;
	text-decoration:none;
}

.RadMenu_IStorcam .group .link:hover
{
	background:#393f4d;	
	min-width: 86px;
	font-size: 13px;
	line-height: 25px;
	text-align: left;
	color: #fff;
	border-right: 0px solid #e6e6e6;
	text-decoration:none;
}

* html .RadMenu_IStorcam .group .link /* IE6 */
{
	width:86px;
	color:#FFFFFF;
}


.RadMenu_IStorcam .group .first .link
{
	font-size: 13px;
	line-height: 25px;
}

.RadMenu_IStorcam .group .first .link:hover .visites,
.RadMenu_IStorcam .group .first .focused,
.RadMenu_IStorcam .group .first .expanded
{
}

.RadMenu_IStorcam .group .link:hover .text ,
.RadMenu_IStorcam .group .focused .text ,
.RadMenu_IStorcam .group .expanded .text 
{
	color: #fff;
	text-decoration:none;
}


.RadMenu_IStorcam .leftArrow,
.RadMenu_IStorcam .rightArrow,
.RadMenu_IStorcam .topArrow,
.RadMenu_IStorcam .bottomArrow,
.RadMenu_IStorcam .leftArrowDisabled,
.RadMenu_IStorcam .rightArrowDisabled,
.RadMenu_IStorcam .topArrowDisabled,
.RadMenu_IStorcam .bottomArrowDisabled
{
	display:none;
	width:0;
}

.RadMenu_IStorcam .topArrow,
.RadMenu_IStorcam .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_IStorcam .bottomArrow,
.RadMenu_IStorcam .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_IStorcam .rightArrow,
.RadMenu_IStorcam .leftArrow
{
	height:100%;
}

.RadMenu_IStorcam .rightArrow,
.RadMenu_IStorcam .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_IStorcam .vertical .separator .text
{
	padding-top: 3px;
	font-size: 1px;
	border-right: 1px solid #000;
}

.RadMenu_IStorcam .expandLeft,
.RadMenu_IStorcam .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	padding-right:6px;
}

/* right to left */

.RadMenu_IStorcam_rtl .vertical *,
.RadMenu_IStorcam_rtl .group .link
{
    text-align:left !important;
}

.RadMenu_IStorcam_rtl .rootGroup .text
{
    padding-right:6px;
}

.RadMenu_IStorcam_rtl .expandLeft,
.RadMenu_IStorcam_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	margin-left: 0px;
}

.RadMenu_IStorcam .link:hover .expandLeft,
.RadMenu_IStorcam .link:hover .expandRight,
.RadMenu_IStorcam .focused .expandLeft,
.RadMenu_IStorcam .focused .expandRight,
.RadMenu_IStorcam .expanded .expandLeft,
.RadMenu_IStorcam .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;

}

.RadMenu_IStorcam_rtl .link:hover .expandLeft,
.RadMenu_IStorcam_rtl .link:hover .expandRight,
.RadMenu_IStorcam_rtl .expanded .expandLeft,
.RadMenu_IStorcam_rtl .expanded .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	margin-left:6px;
}
.RadMenu_IStorcam a:link {
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}


