/* r.a.d.menu Custom skin */

.RadMenu_Custom
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:39px;
	padding:0;
}

.RadMenu_Custom .rootGroup
{
	
}


.RadMenu_Custom .item
{	
	
	padding:0;
	margin:0;
	text-align:center;
	width:auto;
	
}

#adminmenu .RadMenu_Custom .item
{	
	padding:0;
	margin:0;
	text-align:center;

}

.RadMenu_Custom .link
{
    position:relative;
	color:#ffffff;	
	text-decoration:none;	
	padding:3px 24px 3px 24px;
	background:url(Img/itembackoff.jpg);
	background-repeat:no-repeat;
	background-position:right;		
	z-index:100;	
	font-size: 11px;
}

.RadMenu_Custom .first .link
{
	color:#ffffff;	
	text-decoration:none;
	padding:3px 21px;
	background:url(Img/itembackofffirst.jpg);
	background-repeat:repeat-x;
	background-position:right;	
	position:relative;
	z-index:100;
	width:40px;
}


.RadMenu_Custom .last .link
{
	color:#ffffff;	
	text-decoration:none;
	padding:3px 21px;
	background:url(Img/itembackofflast.jpg);
	background-repeat:repeat-x;
	background-position:right;	
	position:relative;
	z-index:100;
}


.RadMenu_Custom .first .expanded,
.RadMenu_Custom .first .link:hover
{
	color:#ffffff;	
	text-decoration:none;
	padding:3px 21px;
	background:url(Img/itembackonfirst.jpg);
	background-repeat:repeat-x;
	background-position:right;	
	position:relative;
	z-index:100;
}

.RadMenu_Custom .last .expanded,
.RadMenu_Custom .last .link:hover
{
	color:#ffffff;	
	text-decoration:none;
	padding:3px 21px;
	background:url(Img/itembackonlast.jpg);
	background-repeat:repeat-x;
	background-position:right;	
	position:relative;
	z-index:100;
}



.RadMenu_Custom .expanded,
.RadMenu_Custom .link:hover
{
	color:#ffffff;
	text-decoration:none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	cursor: pointer;
	background-image:url(Img/itembackon.jpg);
	background-position:right;			
}

.RadMenu_Custom .group
{
	border-left:1px solid #63636f;
	border-right:1px solid #63636f;
	border-bottom:1px solid #63636f;
	border-top:1px solid #63636f;
	float:left;	
	position:absolute;
	z-index:-100;
	width:auto;
}

.RadMenu_Custom .group .group
{
	border-top: solid 1px #63636f;	
	width:auto;
}

.RadMenu_Custom .group .link
{
	background: none;
	text-align: left;
	line-height: 25px;
	background:url(Img/groupitembackoff.jpg);
	background-repeat:repeat-x;
	width:auto;
}

.RadMenu_Custom .group .link IMG
{
	margin:3px 5px 0px 6px;
	width:auto;
}

.RadMenu_Custom .group .item
{
	margin-top: 10px;
	width:auto;
}

.RadMenu_Custom .group .link .text
{
	padding: 0px 25px 0px 0px;
	width:auto;
}

.RadMenu_Custom .group .link:hover,
.RadMenu_Custom .group .focused,
.RadMenu_Custom .group .expanded
{	
	background:transparent url(Img/groupitembackon.jpg);
	background-repeat:repeat-x;
	font-weight: normal;
	cursor: hand;
	cursor: pointer;
	text-align:left;
	margin:auto;
	padding:auto;
	color:#ffffff;
}

.RadMenu_Custom .leftArrow,
.RadMenu_Custom .rightArrow,
.RadMenu_Custom .topArrow,
.RadMenu_Custom .bottomArrow,
.RadMenu_Custom .leftArrowDisabled,
.RadMenu_Custom .rightArrowDisabled,
.RadMenu_Custom .topArrowDisabled,
.RadMenu_Custom .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Custom .topArrow,
.RadMenu_Custom .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Custom .bottomArrow,
.RadMenu_Custom .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Custom .rightArrow,
.RadMenu_Custom .leftArrow
{
	height:100%;
}

.RadMenu_Custom .rightArrow,
.RadMenu_Custom .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Custom .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_Custom .expandLeft,
.RadMenu_Custom .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: -10px;
}

.RadMenu_Custom .link:hover .expandLeft,
.RadMenu_Custom .link:hover .expandRight,
.RadMenu_Custom .focused .expandLeft,
.RadMenu_Custom .focused .expandRight,
.RadMenu_Custom .expanded .expandLeft,
.RadMenu_Custom .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
