/* RadMenu Plain skin */

.RadMenu_Ace 
{
    /*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_Ace_Context
{
    background:none;
}

.RadMenu_Ace .link
{
	text-decoration:none;
	color: #790000;
	background: url('img/redDot_leftMenu.gif') no-repeat 28px 6px;
	font-size: 12px;
	font-family: Verdana;
	/*background: #ececec url('img/productmenu.gif');
	border-left: solid 1px #fff;
	border-right: solid 1px #d6d6d6;*/
}

.RadMenu_Ace .text
{ 
	/*border-bottom-width:17px;
	border-top-width:17px;
	padding-bottom:4px;*/
    padding-left: 36px;
	/*padding-right: 35px;*/
	font-size: 12px;
	font-family: Verdana;
}

.RadMenu_Ace .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 25px center;
	padding-top:6px;
	padding-bottom:6px;
}

.RadMenu_Ace .link:hover,
.RadMenu_Ace .focused,
.RadMenu_Ace .expanded
{
    cursor:pointer;
	/*color: #000;*/
}

.RadMenu_Ace .topArrow,
.RadMenu_Ace .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Ace .bottomArrow,
.RadMenu_Ace .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Ace .rightArrow,
.RadMenu_Ace .leftArrow
{
	height:100%;
	background-image:url('img/moreArrow.gif');
}

