/* RadMenu SEGAS skin */
.RadMenu_SEGAS
{
	background:transparent;
	height:20px;
	border-left:0px solid #000000;
	text-align:left;
	margin-top:0px;
	margin-left:10px;
}

.RadMenu_SEGAS .link
{
	text-decoration:none;
	color: #333333;
	line-height: 38px;
	border-right:0px solid #cccccc;
    width:auto;
	text-align:left;
	
	background:url('img/sepLines.gif') no-repeat right center;
}

.RadMenu_SEGAS .link .text
{
	padding:0px 10px;
	font-size:0.75em;
}

.RadMenu_SEGAS .link:hover,
.RadMenu_SEGAS .focused,
.RadMenu_SEGAS .expanded
{
	
	/*background: #8e2735;*/
	color: #0B7BC7;
	cursor: hand;
	cursor: pointer;
	
}

.RadMenu_SEGAS .link:hover .text,
.RadMenu_SEGAS .focused .text,
.RadMenu_SEGAS .expanded .text
{

}

.RadMenu_SEGAS .rootGroup .disabled:hover
{
	border-bottom: 0px solid #000000;
	border-top: 0px solid #000000;
	background: #000000;
	
}

.RadMenu_SEGAS .rootGroup .disabled:hover .text
{
	border-top: 0px solid #000000;
	
}

.RadMenu_SEGAS .text
{
	padding: 0px 0px;
	font-size: 0.77em;
	font-family:Arial;
	font-weight:bold;
	
}

.RadMenu_SEGAS .group
{
	border: 0px;
	border-bottom:solid 0px #000000;
	border-right:solid 0px #000000;
	
	
	
}

.RadMenu_SEGAS .group .link
{
    
	background: #EDEDE5;
	/*filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;*/
	border-top: solid 1px #cacaca;
	border-bottom: solid 1px #ffffff;
	text-align: left;
	text-decoration:none;
	color:#323232;
	line-height:25px;
	width:auto;

}

.RadMenu_SEGAS .group .text
{
	padding-left:6px;
	padding-right: 20px;
	
}


.RadMenu_SEGAS .group .link:hover .text,
.RadMenu_SEGAS .group .focused .text,
.RadMenu_SEGAS .group .expanded .text
{
	border-top: 0px;
	
}

.RadMenu_SEGAS .group .link:hover,
.RadMenu_SEGAS .group .focused,
.RadMenu_SEGAS .group .expanded
{
	background: #0B7BC7;
	border-top: solid 1px #cacaca;
	border-bottom: solid 1px #30A1EF;
	color:#ffffff;
	font-weight: normal;
	line-height:25px;
}

.RadMenu_SEGAS .leftArrow,
.RadMenu_SEGAS .rightArrow,
.RadMenu_SEGAS .topArrow,
.RadMenu_SEGAS .bottomArrow,
.RadMenu_SEGAS .leftArrowDisabled,
.RadMenu_SEGAS .rightArrowDisabled,
.RadMenu_SEGAS .topArrowDisabled,
.RadMenu_SEGAS .bottomArrowDisabled
{
	
	border-right: 0px solid #000000;
	width:15px;
	
}

.RadMenu_SEGAS .topArrow,
.RadMenu_SEGAS .topArrowDisabled
{
	width:100%;
	
}

.RadMenu_SEGAS .bottomArrow,
.RadMenu_SEGAS .bottomArrowDisabled
{
	width:100%;
	
}

.RadMenu_SEGAS .rightArrow,
.RadMenu_SEGAS .leftArrow
{
	height:100%;
	
}

.RadMenu_SEGAS .rightArrow,
.RadMenu_SEGAS .rightArrowDisabled
{
	
}

.RadMenu_SEGAS .vertical .separator .text
{
	background: #eaeaea;
	font-size:1px;
	padding-top: 2px;
	
	border-right: solid 0px #000000;
	
}

.RadMenu_SEGAS .expandLeft,
.RadMenu_SEGAS .expandRight
{
}

.RadMenu_SEGAS .link:hover .expandLeft,
.RadMenu_SEGAS .link:hover .expandRight,
.RadMenu_SEGAS .focused .expandLeft,
.RadMenu_SEGAS .focused .expandRight,
.RadMenu_SEGAS .expanded .expandLeft,
.RadMenu_SEGAS .expanded .expandRight
{
}

/* right to left */
.RadMenu_Nikolaidis_rtl .group .link:hover .expandLeft,
.RadMenu_Nikolaidis_rtl .group .link:hover .expandRight
{
}

.RadMenu_Nikolaidis_rtl .expandLeft,
.RadMenu_Nikolaidis_rtl .expandRight
{
}
/* end right to left */