/* RadMenu Plain skin */

.RadMenu_Oatley 
{
	color:rgb(119,119,119);
	padding-left:10px;
	background-color:#F7EB89;
	max-width:840px;
	height:36px;
	padding-top:10px;
}

.RadMenu_Oatley_Context
{
	background: none;
	
}

.RadMenu_Oatley .link,
.RadMenu_Oatley div.text
{
	line-height: 22px;
	text-decoration:none;
	color:rgb(119,119,119);
	
	
}

.RadMenu_Oatley .link:hover,
.RadMenu_Oatley .focused,
.RadMenu_Oatley .expanded,
.RadMenu_Oatley div.text:hover
{
	
	color: #1395B1;
}

.RadMenu_Oatley .text
{
	padding-left:10px;
	padding-right:10px;
	font-size: 9pt;
	font-family: Arial, Verdana;
}


.RadMenu_Oatley .rootGroup .text
{
	background: transparent url('img/line.gif') no-repeat;
}

.RadMenu_Oatley .first .text
{
	background: none;
}

.RadMenu_Oatley .group .text
{
	background: none;
}

.RadMenu_Oatley_rtl .text
{
}


.RadMenu_Oatley .group
{
	
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_Oatley .group .link,
.RadMenu_Oatley .group div.text
{
	background-color : #F7EB89;
	min-width:175px;
	color:rgb(119,119,119);
	text-align: left;
	border-top:solid 1px rgb(186,184,110);
	font-size:13px;
	height:25px;
	padding-top:2px;
}

.RadMenu_Oatley_rtl .group .link,
.RadMenu_Oatley_rtl .group div.text
{
	text-align: right;
}

.RadMenu_Oatley .group .link:hover,
.RadMenu_Oatley .group .focused,
.RadMenu_Oatley .group .expanded
{
	color: #777777;
	font-weight: normal;
	background-color:#FFF59D;
}

.RadMenu_Oatley .leftArrow,
.RadMenu_Oatley .rightArrow,
.RadMenu_Oatley .topArrow,
.RadMenu_Oatley .bottomArrow,
.RadMenu_Oatley .leftArrowDisabled,
.RadMenu_Oatley .rightArrowDisabled,
.RadMenu_Oatley .topArrowDisabled,
.RadMenu_Oatley .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Oatley .topArrow,
.RadMenu_Oatley .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Oatley .bottomArrow,
.RadMenu_Oatley .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Oatley .rightArrow,
.RadMenu_Oatley .leftArrow
{
	height:100%;
}

.RadMenu_Oatley .rightArrow,
.RadMenu_Oatley .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Oatley .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_Oatley .expandLeft,
.RadMenu_Oatley .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Oatley_rtl .expandLeft,
.RadMenu_Oatley_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Oatley .link:hover .expandLeft,
.RadMenu_Oatley .link:hover .expandRight,
.RadMenu_Oatley .focused .expandLeft,
.RadMenu_Oatley .focused .expandRight,
.RadMenu_Oatley .expanded .expandLeft,
.RadMenu_Oatley .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Oatley_rtl .link:hover .expandLeft,
.RadMenu_Oatley_rtl .link:hover .expandRight,
.RadMenu_Oatley_rtl .focused .expandLeft,
.RadMenu_Oatley_rtl .focused .expandRight,
.RadMenu_Oatley_rtl .expanded .expandLeft,
.RadMenu_Oatley_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}