.RadMenu_Custom  {
width: 165px; 
	padding: 10px 0 10px 0;
	background: none;
	margin: 0;
		}
.RadMenu_Custom_Context {
	background: none;
	border:0;
	}
.RadMenu_Custom .link {
	width: 165px;
	padding: 6px 0px 6px 10px;
	text-decoration:none;
	color: #000000;
	white-space:normal;
	border-bottom: solid 1px #cccccc;
	/*background-image: url(../../template_images/blue_dot.jpg);
	background-repeat: no-repeat;
	background-position: 3% 60%;*/
	}
	
.RadMenu_Custom .link:hover,
.RadMenu_Custom .focused,
.RadMenu_Custom .expanded 
 {
	color: #2B85BA;
	font-weight:bold;
background-image: url(../../template_images/black_dot.jpg);
	background-repeat: no-repeat;
	background-position: 3% 60%;
	}
	

.RadMenu_Custom .level1 .link /*to width twn subitems an theloume na einai diaforetiko apo ta main items*/ {
	width: 165px; 
	white-space:nowrap;
	}
.RadMenu_Custom .text {
	padding-left: 10px;	
	padding-right: 2px;
	font-size: 12px;
	font-family:  "microsoft sans serif", Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	}
.RadMenu_Custom .rootGroup .item {  
	}  
.RadMenu_Custom .rootGroup .link {  
   	white-space:normal; 
	}  
.RadMenu_Custom .group {
	border-bottom: solid 1px #BEBFB6;
	}
.RadMenu_Custom .group .link {
	background: #D1EDFA;
	text-align: center;
	white-space:normal;
	height:auto;   
	color:#626262;
	}
.RadMenu_Custom .group .link:hover,
.RadMenu_Custom .group .expanded {
	background: #0093D8;
	color:#000000;
	font-weight: normal;
	}
.RadMenu_Custom .group .focused /*EDW EINAI TO STYLE GIA EPILEGMENH KATHGORIA KAI GIA TO SHOWPATH*/ {
	background: #A7DCF5;
	color:#292929;
	font-weight: normal;
	}
.RadMenu_Custom .leftArrow,
.RadMenu_Custom .rightArrow,
.RadMenu_Custom .topArrow,
.RadMenu_Custom .bottomArrow,
.RadMenu_Custom .leftArrowDisabled,
.RadMenu_Custom .rightArrowDisabled,
.RadMenu_Custom .topArrowDisabled,
.RadMenu_Custom .bottomArrowDisabled {
	background: #ededed;
	width:15px;
	}
.RadMenu_Custom .topArrow,
.RadMenu_Custom .topArrowDisabled {
	/*background-image:url('img/top.gif');
	width:100%;*/
	}
.RadMenu_Custom .bottomArrow,
.RadMenu_Custom .bottomArrowDisabled {
	/*background-image:url('img/bottom.gif');
	width:100%;*/
	}
.RadMenu_Custom .rightArrow,
.RadMenu_Custom .leftArrow {
	height:100%;
	}
.RadMenu_Custom .rightArrow,
.RadMenu_Custom .rightArrowDisabled {
	/* 	background-image: url('img/right.gif'); */
	}
.RadMenu_Custom .vertical .separator .text {
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
	}
	
.RadMenu_Custom .link:hover .expandLeft,
.RadMenu_Custom .link:hover .expandRight,
.RadMenu_Custom .expandLeft,
.RadMenu_Custom .expandRight {
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
	}

.RadMenu_Custom .focused .expandLeft,
.RadMenu_Custom .focused .expandRight,
.RadMenu_Custom .expanded .expandLeft,
.RadMenu_Custom .expanded .expandRight {
	background:transparent;
	}
