/* RadMenu Terminal skin */

.RadMenu_Agero 
{
	/**/
}

.RadMenu_Agero .link
{
    text-decoration:none;
	color: #666666;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	/*min-width: 100px;*/
	line-height: 30px;
	/*background-color:white;*/
    /*background: #f1f0ed url('img/menuItemHover.gif') repeat-x;*/
    background-image:url(img/menu_base.jpg);    
    background-repeat:repeat-x;    
	padding-left: 26px;
	padding-right: 5px;
}

* html .RadMenu_Agero .link
{
    /*width: 100px;*/
    /*color:white;*/
    color: #666666;
    cursor:hand;
}

.RadMenu_Agero .link:hover,
{
    color:#ef062d;
    text-decoration:none;
    cursor:hand;
}
.RadMenu_Agero .focused,
.RadMenu_Agero .expanded
{
	font-weight:bold;
	/*color:green;*/
	text-decoration:none;	
	cursor:hand;
}

.RadMenu_Agero .text
{
	/*color:#444444;*/
}

.RadMenu_Agero .group
{
	/*background: white;*/
	/*border-top: solid 1px #eeeeee;	*/
	/*border-bottom:solid 1px #ef062d;*/
}

.RadMenu_Agero .group .link
{
	/*background: silver url('img/menuItemArrow.gif') no-repeat 3px center;*/
	background-color:white;
	/*border-bottom: solid 1px #ffffff;*/
	/*min-width: 120px;*/
	line-height: 26px;
	font-size:11px;
	padding-left: 5px;
	padding-right: 10px;
	margin-left: 0px;
	margin-right: 0px;	
	color:#5d5d5d;
	border-top: solid 1px #eeeeee;
}

* html .RadMenu_Agero .group .link
{
    /*width: 100px;*/
    /*color:White;*/
}

.RadMenu_Agero .group .link:hover,
.RadMenu_Agero .group .focused,
.RadMenu_Agero .group .expanded
{
	/*background: silver url('img/menuItemArrow.gif') no-repeat 3px center;*/
	font-weight: bold;
	/*color:#ec1c30;*/
	text-decoration:none;
	background-color:#f2f2f2;
}

.RadMenu_Agero .rootGroup .disabled:hover
{
	font-weight: bold;
}

.RadMenu_Agero .leftArrow,
.RadMenu_Agero .rightArrow,
.RadMenu_Agero .topArrow,
.RadMenu_Agero .bottomArrow,
.RadMenu_Agero .leftArrowDisabled,
.RadMenu_Agero .rightArrowDisabled,
.RadMenu_Agero .topArrowDisabled,
.RadMenu_Agero .bottomArrowDisabled
{
	border-left:1px solid #d9d6ce;
	border-right:1px solid #d9d6ce;
	background: #f5f3ef url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Agero .topArrow,
.RadMenu_Agero .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Agero .bottomArrow,
.RadMenu_Agero .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Agero .rightArrow,
.RadMenu_Agero .leftArrow
{
	height:100%;
}

.RadMenu_Agero .rightArrow,
.RadMenu_Agero .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_Agero .vertical .separator .text
{
	/*border-bottom: solid 2px #d94c2c;*/
}

.RadMenu_Agero .expandLeft,
.RadMenu_Terminal .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_Agero_rtl .expandLeft,
.RadMenu_Agero_rtl .expandRight,
.RadMenu_Agero_rtl .group .link:hover .expandLeft,
.RadMenu_Agero_rtl .group .link:hover .expandRight
{
	background: none;
	
}


.RadMenu_Agero .link:hover .expandLeft,
.RadMenu_Agero .link:hover .expandRight,
.RadMenu_Agero .focused .expandLeft,
.RadMenu_Agero .focused .expandRight,
.RadMenu_Agero .expanded .expandLeft,
.RadMenu_Agero .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}