/* r.a.d.menu Plain skin */

.RadMenu_Menu 
{

}

.RadMenu_Menu_Context{
	background: none;
	border:0;
}

.RadMenu_Menu .link{
	line-height: 34px;
	text-decoration:none;
	color: #47453a;
}

/* INDIVIDUAL MENU ITEM STYLES */
#ctl00_RadMenu1_m0{
	margin-left:35px;
}
#ctl00_RadMenu1_m1{
	margin-left:65px;
}
#ctl00_RadMenu1_m2, #ctl00_RadMenu1_m3, #ctl00_RadMenu1_m4{
	margin-left:65px;
}
#ctl00_RadMenu1_m5{
	margin-left:60px;
}
#ctl00_RadMenu1_m6, #ctl00_RadMenu1_m7{
	margin-left:55px;
}
/* END INDIVIDUAL MENU ITEM STYLES */

.MenuClassInfo{
	margin-left:225px;
}

.RadMenu_Menu .link:hover,
.RadMenu_Menu .focused,
.RadMenu_Menu .expanded{
	color: #666;
	cursor:pointer;cursor:hand;
}

.RadMenu_Menu .text{
	font-size: 13px;
	font-family: Arial, Verdana;
}

.RadMenu_Menu .group{
	border: solid 1px #a8c8d8;
	border-bottom:none;
}

.RadMenu_Menu .group li{
	border-bottom: solid 1px #a8c8d8;
}

.RadMenu_Menu .group .link{
	background:#D0E7F3 url(../../img/bgSubNav.gif) repeat-x;
	text-align:center;
	width:155px;
	line-height:19px;
	height:15px;
}

.RadMenu_Menu .group .link .text{
	font-size:11px;
	color:#4e6b79;
}

.RadMenu_Menu .group .link:hover,
.RadMenu_Menu .group .link .text:hover,
.RadMenu_Menu .group .focused,
.RadMenu_Menu .group .expanded{
	color:#768d99;
}

.RadMenu_Menu .leftArrow,
.RadMenu_Menu .rightArrow,
.RadMenu_Menu .topArrow,
.RadMenu_Menu .bottomArrow,
.RadMenu_Menu .leftArrowDisabled,
.RadMenu_Menu .rightArrowDisabled,
.RadMenu_Menu .topArrowDisabled,
.RadMenu_Menu .bottomArrowDisabled{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Menu .topArrow,
.RadMenu_Menu .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Menu .bottomArrow,
.RadMenu_Menu .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Menu .rightArrow,
.RadMenu_Menu .leftArrow
{
	height:100%;
}

.RadMenu_Menu .rightArrow,
.RadMenu_Menu .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Menu .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_Menu .expandLeft,
.RadMenu_Menu .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Menu_rtl .expandLeft,
.RadMenu_Menu_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Menu .link:hover .expandLeft,
.RadMenu_Menu .link:hover .expandRight,
.RadMenu_Menu .focused .expandLeft,
.RadMenu_Menu .focused .expandRight,
.RadMenu_Menu .expanded .expandLeft,
.RadMenu_Menu .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Menu_rtl .link:hover .expandLeft,
.RadMenu_Menu_rtl .link:hover .expandRight,
.RadMenu_Menu_rtl .focused .expandLeft,
.RadMenu_Menu_rtl .focused .expandRight,
.RadMenu_Menu_rtl .expanded .expandLeft,
.RadMenu_Menu_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}