/* r.a.d.menu Web 2.0 skin */

.RadMenu_Web20 
/* This is the the left side of the box border */
{
	background: url(img/menu_link.jpg) no-repeat scroll right center;
	vertical-align: middle;
		position:relative;
		z-index:1;
}

.RadMenu_Web20_Context
{
		background: url(img/menu_link.jpg) no-repeat scroll right center;
	vertical-align: middle;

}

.RadMenu_Web20 .link
{
	/*background: transparent;
	border-left: solid 1px #c2cfe3;
	border-right: solid 1px #617fb5;
	border-right: solid 1px #617fb5;
	*/
	background: url('img/menu_link.jpg') no-repeat scroll right center;
	display: block;
	font-family: Arial, Verdana, Sans-serif;
	text-decoration: none;
	color: #CEE7FF;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	font-size: 11px;
	line-height: 25px;
	/*padding: 5px 20px 5px 10px; */

	

}

.RadMenu_Web20 .link:hover,
.RadMenu_Web20 .focused,
.RadMenu_Web20 .expanded
/* This is the menu on rollover  */
{
	color: #9BCDFF;
	background-position: right center;
	background: transparent url('img/menu_hover.jpg') no-repeat scroll right center;
	display: block;
	font-family: Arial, Verdana, Sans-serif;
	color: #fff;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	font-size: 10px;
	line-height: 30px;
}

.RadMenu_Web20 .rootGroup .text
/* This is the sub-menu text up and down spacing */
{
	
	text-align: left;
	padding-left: 5px;
	margin-right: 5px;
	font-size: 10px;
	font-family: Arial, Verdana, Sans-serif;
	line-height: 30px;


}

/* Sub Menu Spaing */
.RadMenu_Web20 .rootGroup .text
{
    background-image:none;
    padding-left: 5px;
	margin-right: 2px;
	font: bold 12px Arial, Verdana, Sans-serif;
	line-height: 20px;
	padding-right: 20px;
	
}
/* This is the menu Down Arrow position */
.RadMenu_Web20 .horizontal .expandBottom, 

.RadMenu_Web20 .horizontal .expandTop  

{  

  padding-left: 6px;
	margin-right: 2px;
	font: bold 12px Arial, Verdana, Sans-serif;
	line-height: 30px;
	padding-right: 12px;
} 
.RadMenu_Web20 .horizontal .expandTop2  
{  
  padding-left: 6px;
	margin-right: 2px;
	font: bold 12px Arial, Verdana, Sans-serif;
	line-height: 30px;
	padding-right: 12px;
} 
.RadMenu_Web20 .vertical .expandLeft,
.RadMenu_Web20 .vertical .expandRight  
{  
  background: transparent url('img/groupImage.gif') no-repeat right center;  
} 


.RadMenu_Web20 .slide
{
	margin-top:-1px;
}
/* This is the sub-menu outside box */
.RadMenu_Web20 .group
{
	border: solid 1px #6788be;
	background: white;
}

.RadMenu_Web20 .group .link
{
	background: white;
	border: 0px;
	border-bottom: solid 1px #f0f2f3;
	color: #333;
}
/* This is the sub-menu text */
.RadMenu_Web20 .group .text
{
	font-weight: normal !important;
	background: none;
	margin-right: 1px !important;
	padding-right: 10px;
	font-size: 11px;
}

.RadMenu_Web20 .group .link:hover,
.RadMenu_Web20 .group .focused,
.RadMenu_Web20 .group .expanded
{
	background: #e7f1ff;
	border: 0px;
	border-bottom: solid 1px #d8dde0;
}

.RadMenu_Web20 .leftArrow,
.RadMenu_Web20 .rightArrow,
	
.RadMenu_Web20 .topArrow,
.RadMenu_Web20 .bottomArrow,
.RadMenu_Web20 .leftArrowDisabled,
.RadMenu_Web20 .rightArrowDisabled,
.RadMenu_Web20 .topArrowDisabled,
.RadMenu_Web20 .bottomArrowDisabled
{
	background: #e7f1ff url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_Web20 .topArrow,
.RadMenu_Web20 .topArrowDisabled
{
	background-image: url('img/top.gif');
	width: 100%;
}

.RadMenu_Web20 .bottomArrow,
.RadMenu_Web20 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Web20 .rightArrow,
.RadMenu_Web20 .leftArrow
{
	height: 100%;
    
}

.RadMenu_Web20 .rightArrow,
.RadMenu_Web20 .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Web20 .vertical .separator .text
{
		background: url('img/menu_separator.jpg')no-repeat center;
/*		padding-top: 2px;
/*	background: #6788be;*/
	font-size: 1px;
}

.RadMenu_Web20 .expandLeft,
.RadMenu_Web20 .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat !important;
}

.RadMenu_Web20 .link:hover .expandLeft,
.RadMenu_Web20 .link:hover .expandRight,
.RadMenu_Web20 .focused .expandLeft,
.RadMenu_Web20 .focused .expandRight,
.RadMenu_Web20 .expanded .expandLeft,
.RadMenu_Web20 .expanded .expandRight
{
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* mozilla only - disabled state */
.RadMenu_Web20 .link.disabled, .RadMenu_Web20 .link.disabled:hover
{
	color: #ccc;
	background: none;
}
