/* RadMenu Plain skin */

.RadMenu_SaskCU 
{
	/*height: 20px;*/
	cursor: hand;
}

.RadMenu_SaskCU_Context
{
	background: none;
	border:0;
}

.RadMenu_SaskCU .link,
.RadMenu_SaskCU .link:visited
{
	line-height: 20px;
	text-decoration:none;
	color: #603314;
	cursor: hand;
	font-weight: bold;
}

.RadMenu_SaskCU .link:hover,
.RadMenu_SaskCU .focused,
.RadMenu_SaskCU .expanded
{
	color: #00467f;
	overflow:visible;
	cursor: hand;
	font-weight: bold;
	text-decoration:none;
	
}

.RadMenu_SaskCU .text
{
	padding-left: 10px;	
	padding-right: 5px;
	font-size: 11px;
	font-family: Avenir LT Std, Arial, Verdana;
	text-transform: uppercase;
	color: #603314;
	font-weight: bold;
	text-decoration:none;
}

.RadMenu_SaskCU .text:hover
{
	color: #00467f;
	font-weight: bold;
}

.RadMenu_SaskCU_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
}


.RadMenu_SaskCU .group
{
	border: solid 0px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_SaskCU .group .link,
.RadMenu_SaskCU .group .link:visited,
{
	background: #e3d9ba;
	border-top: solid 0px #fff;
	border-bottom: solid 0px #d7d7d7;
	text-align: left;
	cursor: hand;
	position:relative;
	color: #004075;
	text-decoration: none;
	font-weight: bold;
}

/*.RadMenu_SaskCU_rtl .group .link
{
	text-align: right;
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
}*/

.RadMenu_SaskCU .group .link:hover,
.RadMenu_SaskCU .group .focused,
.RadMenu_SaskCU .group .expanded
{
	background: #ede8d9;
	border-bottom-color: #d7d7d7;
	font-weight: bold;
	cursor: hand;
	color: #00467f;
	text-decoration: none;
}

.RadMenu_SaskCU .leftArrow,
.RadMenu_SaskCU .rightArrow,
.RadMenu_SaskCU .topArrow,
.RadMenu_SaskCU .bottomArrow,
.RadMenu_SaskCU .leftArrowDisabled,
.RadMenu_SaskCU .rightArrowDisabled,
.RadMenu_SaskCU .topArrowDisabled,
.RadMenu_SaskCU .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_SaskCU .topArrow,
.RadMenu_SaskCU .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_SaskCU .bottomArrow,
.RadMenu_SaskCU .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_SaskCU .rightArrow,
.RadMenu_SaskCU .leftArrow
{
	height:100%;
}

.RadMenu_SaskCU .rightArrow,
.RadMenu_SaskCU .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_SaskCU .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_SaskCU .expandLeft,
.RadMenu_SaskCU .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_SaskCU_rtl .expandLeft,
.RadMenu_SaskCU_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_SaskCU .link:hover .expandLeft,
.RadMenu_SaskCU .link:hover .expandRight,
.RadMenu_SaskCU .focused .expandLeft,
.RadMenu_SaskCU .focused .expandRight,
.RadMenu_SaskCU .expanded .expandLeft,
.RadMenu_SaskCU .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_SaskCU_rtl .link:hover .expandLeft,
.RadMenu_SaskCU_rtl .link:hover .expandRight,
.RadMenu_SaskCU_rtl .focused .expandLeft,
.RadMenu_SaskCU_rtl .focused .expandRight,
.RadMenu_SaskCU_rtl .expanded .expandLeft,
.RadMenu_SaskCU_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}