/* RadMenu Patsis skin */
.RadMenu_Patsis
{
	background:transparent;
	height:20px;
	border-left:0px solid #000000;
	text-align:center;
	margin-top:0px;
	margin-left:0px;
}

.RadMenu_Patsis .link
{
	text-decoration:none;
	color: #acfef9;
	line-height: 59px;
	border-right:0px solid #cccccc;
    width:auto;
	text-align:left;
	
	background:url('img/menu_btn.png') no-repeat right center;
}

.RadMenu_Patsis .link .text
{
	padding-right: 20px;
	
}

.RadMenu_Patsis .link:hover,
.RadMenu_Patsis .focused,
.RadMenu_Patsis .expanded
{
	
	/*background: #8e2735;*/
	color: #ffffff;
	cursor: hand;
	cursor: pointer;
	background:url('img/menu_btn_over.png') no-repeat right center;
}

.RadMenu_Patsis .link:hover .text,
.RadMenu_Patsis .focused .text,
.RadMenu_Patsis .expanded .text
{

}

.RadMenu_Patsis .rootGroup .disabled:hover
{
	border-bottom: 0px solid #000000;
	border-top: 0px solid #000000;
	background: #000000;
	
}

.RadMenu_Patsis .rootGroup .disabled:hover .text
{
	border-top: 0px solid #000000;
	
}

.RadMenu_Patsis .text
{
	padding: 0px 15px;
	font-size: 0.77em;
	font-family:Arial;
	
}

.RadMenu_Patsis .group
{
	border: 0px;
	border-bottom:solid 0px #000000;
	border-right:solid 0px #000000;
	
	
	
}

.RadMenu_Patsis .group .link
{
    
	background: #2a2a2a;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	border-top: solid 1px #3b3b3b;
	border-bottom: solid 1px #161616;
	text-align: left;
	text-decoration:none;
	color:#929292;
	line-height:25px;
	width:210px;

}

.RadMenu_Patsis .group .text
{
	padding-left:6px;
	padding-right: 40px;
	
}


.RadMenu_Patsis .group .link:hover .text,
.RadMenu_Patsis .group .focused .text,
.RadMenu_Patsis .group .expanded .text
{
	border-top: 0px;
	
}

.RadMenu_Patsis .group .link:hover,
.RadMenu_Patsis .group .focused,
.RadMenu_Patsis .group .expanded
{
	background: #2C8785;
	border-top: solid 1px #3aaaaa;
	border-bottom: solid 1px #161616;
	color:#84fff9;
	font-weight: normal;
	line-height:25px;
}

.RadMenu_Patsis .leftArrow,
.RadMenu_Patsis .rightArrow,
.RadMenu_Patsis .topArrow,
.RadMenu_Patsis .bottomArrow,
.RadMenu_Patsis .leftArrowDisabled,
.RadMenu_Patsis .rightArrowDisabled,
.RadMenu_Patsis .topArrowDisabled,
.RadMenu_Patsis .bottomArrowDisabled
{
	
	border-right: 0px solid #000000;
	width:15px;
	
}

.RadMenu_Patsis .topArrow,
.RadMenu_Patsis .topArrowDisabled
{
	width:100%;
	
}

.RadMenu_Patsis .bottomArrow,
.RadMenu_Patsis .bottomArrowDisabled
{
	width:100%;
	
}

.RadMenu_Patsis .rightArrow,
.RadMenu_Patsis .leftArrow
{
	height:100%;
	
}

.RadMenu_Patsis .rightArrow,
.RadMenu_Patsis .rightArrowDisabled
{
	
}

.RadMenu_Patsis .vertical .separator .text
{
	background: #eaeaea;
	font-size:1px;
	padding-top: 2px;
	
	border-right: solid 0px #000000;
	
}

.RadMenu_Patsis .expandLeft,
.RadMenu_Patsis .expandRight
{
}

.RadMenu_Patsis .link:hover .expandLeft,
.RadMenu_Patsis .link:hover .expandRight,
.RadMenu_Patsis .focused .expandLeft,
.RadMenu_Patsis .focused .expandRight,
.RadMenu_Patsis .expanded .expandLeft,
.RadMenu_Patsis .expanded .expandRight
{
}

/* right to left */
.RadMenu_Patsis_rtl .group .link:hover .expandLeft,
.RadMenu_Patsis_rtl .group .link:hover .expandRight
{
}

.RadMenu_Patsis_rtl .expandLeft,
.RadMenu_Patsis_rtl .expandRight
{
}
/* end right to left */