 /* r.a.d.menu Plain skin */

.RadMenu_USGeoMenu 
{
	background: #001494;
/*	border-top: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;
*/}

.RadMenu_USGeoMenu_Context
{
	background: none;
	border:0;
}

.RadMenu_USGeoMenu .link
{
	line-height: 36px;
	text-decoration:none;
	color: #fff;
	background: #001494;
	/*border-left: solid 1px #fff;*/
	border-right: solid 1px #d6d6d6;
	
}

.RadMenu_USGeoMenu .link:hover,
.RadMenu_USGeoMenu .focused,
.RadMenu_USGeoMenu .expanded
{
	color: #001494;
	background: #cadef3;
	cursor: pointer;
}

.RadMenu_USGeoMenu .text
{
	padding-left: 14px;	
	padding-right: 15px;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

.RadMenu_USGeoMenu .group
{
	border-bottom: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;
}

.RadMenu_USGeoMenu .group .link
{
	color: #001494;
	background: #cadef3;
	border-top: solid 1px #fff;
/*	border-bottom: solid 1px #d7d7d7;
*/	text-align: left;
	line-height: 24px;
}

.RadMenu_USGeoMenu .group .link:hover,
.RadMenu_USGeoMenu .group .focused,
.RadMenu_USGeoMenu .group .expanded
{
	color: #001494;
	background: #c9eef3;
/*	border-bottom-color: #d7d7d7;
*/	font-weight: normal;
}

.RadMenu_USGeoMenu .leftArrow,
.RadMenu_USGeoMenu .rightArrow,
.RadMenu_USGeoMenu .topArrow,
.RadMenu_USGeoMenu .bottomArrow,
.RadMenu_USGeoMenu .leftArrowDisabled,
.RadMenu_USGeoMenu .rightArrowDisabled,
.RadMenu_USGeoMenu .topArrowDisabled,
.RadMenu_USGeoMenu .bottomArrowDisabled
{
	background: #ededed url('http://www.usgeothermal.com/images/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_USGeoMenu .topArrow,
.RadMenu_USGeoMenu .topArrowDisabled
{
	background-image:url('http://www.usgeothermal.com/images/top.gif');
	width:100%;
}

.RadMenu_USGeoMenu .bottomArrow,
.RadMenu_USGeoMenu .bottomArrowDisabled
{
	background-image:url('http://www.usgeothermal.com/images/bottom.gif');
	width:100%;
}

.RadMenu_USGeoMenu .rightArrow,
.RadMenu_USGeoMenu .leftArrow
{
	height:100%;
}

.RadMenu_USGeoMenu .rightArrow,
.RadMenu_USGeoMenu .rightArrowDisabled
{
	background-image: url('http://www.usgeothermal.com/images/right.gif');
}

.RadMenu_USGeoMenu .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_USGeoMenu .expandLeft,
.RadMenu_USGeoMenu .expandRight
{
	background: transparent url(http://www.usgeothermal.com/images/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_USGeoMenu_rtl .expandLeft,
.RadMenu_USGeoMenu_rtl .expandRight
{
	background: url(http://www.usgeothermal.com/images/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_USGeoMenu .link:hover .expandLeft,
.RadMenu_USGeoMenu .link:hover .expandRight,
.RadMenu_USGeoMenu .focused .expandLeft,
.RadMenu_USGeoMenu .focused .expandRight,
.RadMenu_USGeoMenu .expanded .expandLeft,
.RadMenu_USGeoMenu .expanded .expandRight
{
	background:transparent url(http://www.usgeothermal.com/images/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_USGeoMenu_rtl .link:hover .expandLeft,
.RadMenu_USGeoMenu_rtl .link:hover .expandRight,
.RadMenu_USGeoMenu_rtl .focused .expandLeft,
.RadMenu_USGeoMenu_rtl .focused .expandRight,
.RadMenu_USGeoMenu_rtl .expanded .expandLeft,
.RadMenu_USGeoMenu_rtl .expanded .expandRight
{
	background:transparent url(http://www.usgeothermal.com/images/groupImageRTL.gif) left center no-repeat;
}
