
/* r.a.d.menu _Default skin */

.RadMenu_Menu
{
	background-color: #5ec4b9;
	background-image0: url(img/menuback_gray.jpg);
	clear: both;
	width: 233px;
}

.RadMenu_Menu_Context
{
	background0: none;
}

.RadMenu_Menu .link
{
	text-decoration: none;
	color: white;
	line-height: 20px;
	padding-bottom: 3px;
	font-size0: 12px;
	padding-left: 10px;
}

.RadMenu_Menu .link .text
{
	font-weight0: bold;
	font-size0: 14px;
	white-space: nowrap;
	width: 213px;
}

.RadMenu_Menu .link:hover, .RadMenu_Menu .focused, .RadMenu_Menu .expanded
{
	background-color: #febf18;
	color: #34569a;
}

.RadMenu_Menu .link:hover .text, .RadMenu_Menu .focused .text, .RadMenu_Menu .expanded .text
{
	border-top0: 1px solid #85c3e6;
}

.RadMenu_Menu .rootGroup .disabled:hover
{
	background0: #a7cfe8;
}

.RadMenu_Menu .rootGroup .disabled:hover .text
{
}

.RadMenu_Menu .text
{
	padding-top: 0px;
	padding-right: 10px;
	margin-left: 0px;
	line-height: 20px;
	font-size: 17px;
	font-weight0: bold;
	font-family: Verdana;
}

.RadMenu_Menu .group
{
	background-color: #5ec4b9;
	border-top: solid 1px #3957a0;
	border-right: solid 1px #3957a0;
	border-bottom: solid 1px #3957a0;
	filter: alpha(opacity=96);
	-moz-opacity: .96;
	opacity: .96;
}

.RadMenu_Menu .group .link
{
	text-align: left;
	padding-right: 0px;
}

.RadMenu_Menu .group .text
{
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
}

.RadMenu_Menu .group .link:hover, .RadMenu_Menu .group .focused, .RadMenu_Menu .group .expanded
{
	color: #34569a;
	background0: #364856;
	border-bottom0: 1px solid #1973c9;
	border-top0: 1px solid white;
	font-weight0: normal;
	
}

.RadMenu_Menu .group .link:hover .text, .RadMenu_Menu .group .focused .text, .RadMenu_Menu .group .expanded .text
{
	border-top: 0;
}

.RadMenu_Menu .leftArrow, .RadMenu_Menu .rightArrow, .RadMenu_Menu .topArrow, .RadMenu_Menu .bottomArrow, .RadMenu_Menu .leftArrowDisabled, .RadMenu_Menu .rightArrowDisabled, .RadMenu_Menu .topArrowDisabled, .RadMenu_Menu .bottomArrowDisabled
{
	border-left: 1px solid #bfcde3;
	border-right: 1px solid #bfcde3;
	background0: #ff0000 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
{
	background0: #d4e5eb;
	font-size: 1px;
	padding-top: 2px;
	border-left: solid 1px #bfcde3;
	border-right: solid 1px #bfcde3;
}


.RadMenu_Menu .expandLeft, .RadMenu_Menu .expandRight
{
	background: transparent url(img/whitedot.gif) right center no-repeat; /*img/groupImage.gif*/
	margin: 0px;
}


.RadMenu_Menu_rtl .group .link:hover .expandLeft, .RadMenu_Menu_rtl .group .link:hover .expandRight
{
	background: transparent url(   'img/left.gif' ) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_Menu_rtl .expandLeft, .RadMenu_Menu_rtl .expandRight
{
	background: transparent 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/whitedot.gif) right center no-repeat; /*img/invertedGroupImage.gif*/
}
