/* RadMenu Default skin */

.RadMenu_AmCham 
{
    background: #fefefe url('img/horizontal_gray.png') repeat-x;
    border-bottom: 1px solid #dbdbdb;
    line-height: 16px;
}

.RadMenu_AmCham .link
{
	text-decoration:none;
	color: #666;
	line-height: 16px;
	background: #fefefe url('img/horizontal_gray.png') repeat-x;
	border-left: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	/*border-right: 1px solid #dbdbdb;*/
	/*border-bottom: 1px solid #dbdbdb;*/
}

.RadMenu_AmCham .link:hover,
.RadMenu_AmCham .focused,
.RadMenu_AmCham .expanded
{
	color: black;
}

.RadMenu_AmCham .text
{
	font-size: 11px;
	padding: 0px 19px;
	font-family: Arial, Verdana;
}

.RadMenu_AmCham .group
{
	background: white;
	border: solid 1px #e4e4e4;
}

.RadMenu_AmCham .group .link
{
	background: #f7f7f7 url('img/MenuItemBackground.gif') repeat-y right;
	border-top: solid 1px #f0f0f0;
	border-left: 0px;
	border-right: 0px;
	min-width: 120px;
	text-align: left;
}

* html .RadMenu_AmCham .group .link
{
    width: 120px;
}

.RadMenu_AmCham_rtl .group .link
{
	text-align: right;
}

.RadMenu_AmCham .group .text
{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding-left: 12px;
}


.RadMenu_AmCham_rtl .group .text
{
	padding-left: 0px;
	padding-right: 12px;
}

.RadMenu_AmCham .group .link:hover,
.RadMenu_AmCham .group .focused,
.RadMenu_AmCham .group .expanded
{
	background: #b0cce8 url('img/horizontal_blue.png') repeat-x;
	font-weight: normal;
}

.RadMenu_AmCham .leftArrow,
.RadMenu_AmCham .rightArrow,
.RadMenu_AmCham .topArrow,
.RadMenu_AmCham .bottomArrow,
.RadMenu_AmCham .leftArrowDisabled,
.RadMenu_AmCham .rightArrowDisabled,
.RadMenu_AmCham .topArrowDisabled,
.RadMenu_AmCham .bottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url('img/left.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
	color:#efefef;
	text-indent:-3000px;
}

.RadMenu_AmCham .topArrow,
.RadMenu_AmCham .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_AmCham .bottomArrow,
.RadMenu_AmCham .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_AmCham .rightArrow,
.RadMenu_AmCham .leftArrow
{
	height:100%;
}

.RadMenu_AmCham .rightArrow,
.RadMenu_AmCham .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_AmCham .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_AmCham .expandLeft,
.RadMenu_AmCham .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_AmCham_rtl .expandLeft,
.RadMenu_AmCham_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_AmCham .link:hover .expandLeft,
.RadMenu_AmCham .link:hover .expandRight,
.RadMenu_AmCham .focused .expandLeft,
.RadMenu_AmCham .focused .expandRight,
.RadMenu_AmCham .expanded .expandLeft,
.RadMenu_AmCham .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_AmCham_rtl .link:hover .expandLeft,
.RadMenu_AmCham_rtl .link:hover .expandRight,
.RadMenu_AmCham_rtl .focused .expandLeft,
.RadMenu_AmCham_rtl .focused .expandRight,
.RadMenu_AmCham_rtl .expanded .expandLeft,
.RadMenu_AmCham_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
