
/* r.a.d.menu GemteqWhite skin */

/* border background */
.RadMenu_GemteqWhite
{
	background: #ffffff url('../Images/GemteqWhite_background.jpg') repeat;
}

.RadMenu_GemteqWhite_Context
{
	background:none;
}

/* border top */
.RadMenu_GemteqWhite .link
{
	text-decoration:none;
	color: black;
	line-height: 1.75;
}

.RadMenu_GemteqWhite .link .text
{
	padding-top: 2px;
	padding-right: 10px;
	font-size: 12px;
	font-family: Arial, Verdana;
}

/* hover over background */
.RadMenu_GemteqWhite .link:hover,
.RadMenu_GemteqWhite .focused,
.RadMenu_GemteqWhite .expanded
{
	background: #456585;
	border-bottom: 0px solid #456585;
	color: black;
	cursor:pointer;
}

.RadMenu_GemteqWhite .link:hover .text,
.RadMenu_GemteqWhite .focused .text,
.RadMenu_GemteqWhite .expanded .text
{
	border-top: 0px solid #150050;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: White;
}

.RadMenu_GemteqWhite .rootGroup .disabled:hover
{
	border-bottom: 2px solid #a7cfe8;
	border-top: 2px solid #a7cfe8;
	background: #a7cfe8;
}

.RadMenu_GemteqWhite .rootGroup .disabled:hover .text
{
	border-top: 1px solid #a7cfe8;
}

/* text color */
.RadMenu_GemteqWhite .text
{
	padding: 0px 0px;
	width: 88px;
	font-size: 10px;
	color: #150050;
	text-align: center;
}

.RadMenu_GemteqWhite .group
{
	background: #ffffff;
	border: 1px solid #150050 !important;
	border: 0px;
	text-align: left;
}

/* background items */
.RadMenu_GemteqWhite .group .link
{
	background: #ffffff;
	border: solid 1px #bfcde3;
	border-top-color: white;
	text-align: left;
	padding-right: 0px; 
}

.RadMenu_GemteqWhite .group .text
{
	padding-left: 2px;
	padding-right: 20px;
	text-align: left;
	width: auto;
}


/* background hover of menu items */
.RadMenu_GemteqWhite .group .link:hover,
.RadMenu_GemteqWhite .group .focused,
.RadMenu_GemteqWhite .group .expanded
{
	background: #456585;
	
	border-bottom: 1px solid #1973c9;
	border-top: 1px solid white;
}

.RadMenu_GemteqWhite .group .link:hover .text,
.RadMenu_GemteqWhite .group .focused .text,
.RadMenu_GemteqWhite .group .expanded .text
{
	border-top: 0;
	color:White;
}

.RadMenu_GemteqWhite .leftArrow,
.RadMenu_GemteqWhite .rightArrow,
.RadMenu_GemteqWhite .topArrow,
.RadMenu_GemteqWhite .bottomArrow,
.RadMenu_GemteqWhite .leftArrowDisabled,
.RadMenu_GemteqWhite .rightArrowDisabled,
.RadMenu_GemteqWhite .topArrowDisabled,
.RadMenu_GemteqWhite .bottomArrowDisabled
{
	border-left: 1px solid #bfcde3;
	border-right: 1px solid #bfcde3;
	/*background: #a7cfe8 url('../Images/left.gif') center center no-repeat;*/
	width:15px;
}

.RadMenu_GemteqWhite .topArrow,
.RadMenu_GemteqWhite .topArrowDisabled
{
	/*background-image:url('../Images/top.gif');*/
	width: 100%;
}

.RadMenu_GemteqWhite .bottomArrow,
.RadMenu_GemteqWhite .bottomArrowDisabled
{
	/*background-image:url('../Images/bottom.gif');*/
	width: 100%;
}

.RadMenu_GemteqWhite .rightArrow,
.RadMenu_GemteqWhite .leftArrow
{
	height:100%;
}

.RadMenu_GemteqWhite .rightArrow,
.RadMenu_GemteqWhite .rightArrowDisabled
{
	/*background-image:url('../Images/right.gif');*/
}

.RadMenu_GemteqWhite .vertical .separator .text
{
	background: #d4e5eb;
	font-size:1px;
	padding-top: 0px;
	border-left: solid 1px #ff0000;
	border-right: solid 10px #bfcde3;
}

.RadMenu_GemteqWhite .horizontal .separator
{
	background: #d4e5eb;
	border-left: solid 1px #ff0000;
	border-right: solid 10px #bfcde3;
	width: 2px;
	height: 20px;
}

.RadMenu_GemteqWhite .expandLeft,
.RadMenu_GemteqWhite .expandRight
{
	/*background:transparent url(../Images/groupImage.gif) right center no-repeat;*/
	margin: 0px;
}


.RadMenu_GemteqWhite_rtl .group .link:hover .expandLeft,
.RadMenu_GemteqWhite_rtl .group .link:hover .expandRight
{
	/*background:transparent url(../Images/left.gif) left center no-repeat;*/
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_GemteqWhite_rtl .expandLeft,
.RadMenu_GemteqWhite_rtl .expandRight
{
	/*background:transparent url(../Images/groupImageRTL.gif) left center no-repeat;*/
}



.RadMenu_GemteqWhite .link:hover .expandLeft,
.RadMenu_GemteqWhite .link:hover .expandRight,
.RadMenu_GemteqWhite .focused .expandLeft,
.RadMenu_GemteqWhite .focused .expandRight,
.RadMenu_GemteqWhite .expanded .expandLeft,
.RadMenu_GemteqWhite .expanded .expandRight
{
	/*background:transparent url(../Images/invertedGroupImage.gif) right center no-repeat;*/
}


td.radmenu-corner {
	height: 25px;
	width: 22px;
	text-align: left;
	vertical-align: top;
}
