/* r.a.d.menu Web 2.0 skin */

.RadMenu_Emp_Web20 
{
	background:url('img/nav_bg.jpg');
    cursor:hand;
    background-position:left;
	
}

.RadMenu_Emp_Web20_Context
{
	/*background:url('img/nav_bg.jpg');*/
	cursor:hand;
	background-position:left;
	
}
/*Root Menu Border*/
.RadMenu_Emp_Web20 .link
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	cursor:hand;
	text-align:center;
	vertical-align:middle;
	line-height :45px;
	
	
}

.RadMenu_Emp_Web20 .link:hover
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#FFFFFF;
    float: left;
	/*background:url('img/nav_btn.jpg');*/
	cursor:hand;
	text-align:center;
	vertical-align:middle;
	
  
}
.RadMenu_Emp_Web20 .focused,
/*Root Menu Hover Font Style*/
.RadMenu_Emp_Web20 .expanded
{
	/*background:url('img/nav_btn.jpg');*/
	/*background:transparent;*/
	cursor:hand;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	text-align:center;
	vertical-align:middle;
	

}

.RadMenu_Emp_Web20 .rootGroup .text
{
	background: transparent url('img/btn_line.jpg') no-repeat right center;
	padding-left:15px;
	padding-right:15px;
	cursor:hand;
	text-align:center;
	vertical-align:middle;
	

	
	/*font-family:Calibri;
	color:#000000;
	font-size:15px;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;*/
}

.RadMenu_Emp_Web20 .slide
{
	margin-top:-1px;
	text-align:center;
}

.RadMenu_Emp_Web20 .group
{
	background:url('img/subnav_hover.jpg');
}
/*SubMenu Link Properties - Start*/
.RadMenu_Emp_Web20 .group .link
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
	text-align:left;
	background-position:center;
	border-bottom-color:#cec700;
	
}
.RadMenu_Emp_Web20 .group .link:hover
{	
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#FFFFFF;
	cursor:hand;
	text-align:center;
	cursor:hand;
	

}
.RadMenu_Emp_Web20 .group .text
{	float:left;
	background: none;
	
    padding-left:12px;
	padding-right:12px;
	line-height:25px;

	
}
/*SubMenu Link Properties - End*/

.RadMenu_Emp_Web20 .group .focused
{    
    background: transparent;
    
}
.RadMenu_Emp_Web20 .group .expanded
{
/*	background: #fff9f2;*/
 
    background:  transparent;
	border: 0px;
	border-bottom: solid 1px #d8dde0;
	
}

.RadMenu_Emp_Web20 .leftArrow,
.RadMenu_Emp_Web20 .rightArrow,
.RadMenu_Emp_Web20 .topArrow,
.RadMenu_Emp_Web20 .bottomArrow,
.RadMenu_Emp_Web20 .leftArrowDisabled,
.RadMenu_Emp_Web20 .rightArrowDisabled,
.RadMenu_Emp_Web20 .topArrowDisabled,
.RadMenu_Emp_Web20 .bottomArrowDisabled
{
	background: #e7f1ff url('img/left.gif') center center no-repeat;
	/*width: 15px;*/
}

.RadMenu_Emp_Web20 .topArrow,
.RadMenu_Emp_Web20 .topArrowDisabled
{
	background-image: url('img/top.gif');
	width: 100%;
}

.RadMenu_Emp_Web20 .bottomArrow,
.RadMenu_Emp_Web20 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Emp_Web20 .rightArrow,
.RadMenu_Emp_Web20 .leftArrow
{
	height: 100%;
}

.RadMenu_Emp_Web20 .rightArrow,
.RadMenu_Emp_Web20 .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Emp_Web20 .vertical .separator .text
{background: transparent url('img/btn_line.jpg') no-repeat right center;
	padding-top: 2px;
	
	font-size: 1px;
}

.RadMenu_Emp_Web20 .expandLeft,
.RadMenu_Emp_Web20 .expandRight
{
	
	/* background: url('img/subnavigation_bg.jpg')no-repeat center;*/
}

.RadMenu_Emp_Web20 .link:hover .expandLeft,
.RadMenu_Emp_Web20 .link:hover .expandRight,
.RadMenu_Emp_Web20 .focused .expandLeft,
.RadMenu_Emp_Web20 .focused .expandRight,
.RadMenu_Emp_Web20 .expanded .expandLeft,
.RadMenu_Emp_Web20 .expanded .expandRight
{
	/*background: transparent url(img/invertedGroupImage.gif) right center no-repeat;*/
}

/* mozilla only - disabled state */
.RadMenu_Emp_Web20 .link.disabled, .RadMenu_Emp_Web20 .link.disabled:hover
{
	-moz-opacity: 0.8;
	
	color: #ccc;
	background: none;
}
