/* RadMenu Plain skin */

.RadMenu_Celcius 
{
	background: #ececec url('img/nav.jpg') repeat-x;
/*	border-top: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;
*/	height: 20px;
}

.RadMenu_Celcius_Context
{
	background: none;
	border:0;
}

.RadMenu_Celcius .link
{
	line-height: 20px;

	text-decoration:none;
	color: #666;
	background: #ececec url('img/nav.jpg') repeat-x;
/*	border-left: solid 1px #fff;
	border-right: solid 1px #d6d6d6;*/
}

.RadMenu_Celcius .addmenu
{
/*	border-left: solid Red 1px;
	border-right: solid Red 1px;*/
}

.RadMenu_Celcius .group .addmenu
{
/*	border-left: solid Red 1px;
	border-right: solid Red 1px;*/
}
.RadMenu_Celcius .link:hover,
.RadMenu_Celcius .focused,
.RadMenu_Celcius .expanded
{
	color: #fff;
	/*background: #B7D7F0;*/
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
}

.RadMenu_Celcius .text
{
	padding-left: 10px;	
	padding-right: 36px;
	font-size: 11px;
	font-family: Arial, Verdana;
}

.RadMenu_Celcius_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
}


.RadMenu_Celcius .group
{
	/*border: solid 1px #bbbbbb;*/
	border-right: 0px;
	border-bottom: 0px;
	cursor: hand;
	cursor: pointer;
}

.RadMenu_Celcius .group .link
{
	background: #ececec url('img/nav.jpg') repeat-x;
	/*background: #f7f7f7;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;*/
	text-align: left;
	cursor: hand;
	cursor: pointer;
}

.RadMenu_Celcius_rtl .group .link
{
	text-align: right;
}

.RadMenu_Celcius .group .link:hover,
.RadMenu_Celcius .group .focused,
.RadMenu_Celcius .group .expanded
{
	/*background: #B7D7F0; /*#ededed;*/*/
	/*border-bottom-color: #d7d7d7;*/
	font-weight: normal;
}

.RadMenu_Celcius .leftArrow,
.RadMenu_Celcius .rightArrow,
.RadMenu_Celcius .topArrow,
.RadMenu_Celcius .bottomArrow,
.RadMenu_Celcius .leftArrowDisabled,
.RadMenu_Celcius .rightArrowDisabled,
.RadMenu_Celcius .topArrowDisabled,
.RadMenu_Celcius .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Celcius .topArrow,
.RadMenu_Celcius .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Celcius .bottomArrow,
.RadMenu_Celcius .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Celcius .rightArrow,
.RadMenu_Celcius .leftArrow
{
	height:100%;
}

.RadMenu_Celcius .rightArrow,
.RadMenu_Celcius .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Celcius .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_Celcius .expandLeft,
.RadMenu_Celcius .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Celcius_rtl .expandLeft,
.RadMenu_Celcius_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Celcius .link:hover .expandLeft,
.RadMenu_Celcius .link:hover .expandRight,
.RadMenu_Celcius .focused .expandLeft,
.RadMenu_Celcius .focused .expandRight,
.RadMenu_Celcius .expanded .expandLeft,
.RadMenu_Celcius .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Celcius_rtl .link:hover .expandLeft,
.RadMenu_Celcius_rtl .link:hover .expandRight,
.RadMenu_Celcius_rtl .focused .expandLeft,
.RadMenu_Celcius_rtl .focused .expandRight,
.RadMenu_Celcius_rtl .expanded .expandLeft,
.RadMenu_Celcius_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}