/* RadMenu Plain skin */

.RadMenu_AceAr 
{
    /*white-space:normal !important;*/
	background-position:top left;
	background-image: url('img/ProductMenu.gif');
	background-repeat:no-repeat;
	width:205px;
	height:244px;
	padding-top:12px;
	/*margin:5 0 7 28;
 	border-left:28px;
	border-top:5px;
	border-top:5px;*/
	/*padding: 5px 0px 7px 28px;*/
}

.RadMenu_AceAr_Context
{
    background:none;
}

.RadMenu_AceAr .link
{
	text-decoration:none;
	color: #790000;
	background: url('img/redDot_leftMenu.gif') no-repeat  180px 6px;
	font-size: 12px;
	font-family: Tahoma;	
	/*background: #ececec url('img/productmenu.gif');
	border-left: solid 1px #fff;
	border-right: solid 1px #d6d6d6;*/
	width:205px;
}

.RadMenu_AceAr .text
{ 
	/*border-bottom-width:17px;
	border-top-width:17px;
	padding-bottom:4px;*/
    padding-right: 36px;
	/*padding-right: 35px;*/
	font-size: 12px;
	font-family: Tahoma;
	text-align:right;	
}

.RadMenu_AceAr .vertical .separator .text
{
	
	/*padding-bottom:4px;
	padding-top:4px;padding-top: 2px;
	background: #ccc;
	font-size: 1px;
	border-bottom-style:dotted;
	border-width:1px;
	border-bottom-color:#bfb0a1;*//**/
	background:url('img/lineDivider_leftmenu.gif') no-repeat ;
	background-position:40px center;	
	padding-top:6px;
	padding-bottom:6px;
	text-align:right;
	
}

.RadMenu_AceAr .link:hover,
.RadMenu_AceAr .focused,
.RadMenu_AceAr .expanded
{
    cursor:pointer;
	/*color: #000;*/
}

.RadMenu_AceAr .topArrow,
.RadMenu_AceAr .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_AceAr .bottomArrow,
.RadMenu_AceAr .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_AceAr .rightArrow,
.RadMenu_AceAr .leftArrow
{
	height:100%;
	background-image:url('img/moreArrow.gif');
}


