﻿/* r.a.d.menu Web 2.0 skin */
/*	
Light Blue	##d0e7f5 old
			#4484BE
Dark Blue	##3191cb old
			#004177
Grey Text	#808080 light
			#666666 dark
*/

.RadMenu_Web20 
{
	/* background: url(Menu/MenuItemBackground.gif); */
	border-left: none 1px #666666;
}

.RadMenu_Web20_Context
{
	background: none;
	border:0;
}

.RadMenu_Web20 .rmLink
{
	text-decoration: none;
	color: #666666;
	border-left: solid 1px #c2cfe3;
	border-right: solid 1px #617fb5;
	background: transparent;
    border-left: none 1px #666666;
	border-right: solid 1px #666666;
}

.RadMenu_Web20 .rmLink:hover,
.RadMenu_Web20 .rmFocused,
.RadMenu_Web20 .rmExpanded
{
	/* background: #004177; */
	background: transparent url(/interface/menus/green-hatching.gif) repeat-x;

	color: white;
}


.RadMenu_Web20 .rmText
{
	/*background: transparent url(Menu/RootGroupArrowDown.gif) no-repeat right center;*/
/*	padding-left: 22px; */	/* should be adjusted to the size of the images, if they are larger than 16x16px */
	margin-right: 4px;
	font: bold 11px Arial, Verdana, Sans-serif;
/*	line-height: 28px;	*/
	line-height: 27px;
/*	padding-right: 24px;	*/
    background-image:none;
    padding-left:5px;
    padding-right:5px;
}


.RadMenu_Web20 .rmGroup
{
	border: none 1px #6788be;
}

.RadMenu_Web20 .rmGroup .rmLink
{
	border: 0px;
	border-bottom: none 1px #f0f2f3;
	color: white;	
	/* background: #4484BE; */
	background: white url(/interface/menus/green-hatching.gif) repeat-x;
}

.RadMenu_Web20 .rmGroup .rmText
{	
	font-weight: bold !important;
	background: none;
	margin-right: 0 !important;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	color: white;
}


.RadMenu_Web20 .rmText:hover,
.RadMenu_Web20 .rmFocused,
.RadMenu_Web20 .rmExpanded
{
    color:white;
    color: #666666;
}
/*

.RadMenu_Web20 .rmGroup .rmLink:hover,
.RadMenu_Web20 .rmGroup .rmFocused,
.RadMenu_Web20 .rmGroup .rmExpanded
{
	border: 0;
	border-bottom: none 1px #d8dde0;
	background: #004177;
	background: white url(/interface/images/menus/green-hatching.gif) repeat-x;
	color:Blue;
}
*/

.RadMenu_Web20 .rmGroup .rmText:hover 
{
	color:#666666;
}


.RadMenu_Web20 .rmVertical .rmSeparator
{
	padding-top: 2px;
	background: #6788be;
	font-size: 1px;
	line-height: 1px;
}

.RadMenu_Web20 .rmSeparator .rmText
{
	display: none;
}


.RadMenu_Web20 .li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



/* ---------------- Left Menu --------------------------- */
/* RadMenu Telerik Skin */
/*	
Light Blue	#4484BE
Dark Blue	#004177
Grey Text	#808080
*/

.RadMenu_Gray .rmRootGroup
{
	border: 0px solid #828282;
	border-top: solid 20px transparent;
}

.RadMenu_Gray .rmLink
{
	color: #808080;
	font: 11px Arial,sans-serif;
	font-weight:bold;
	text-decoration: none;
	
	padding-top: 4px;
	padding-bottom:4px;
	padding-right:10px;
	padding-left:10px;
}

.RadMenu_Gray .rmLink:hover,
.RadMenu_Gray .rmItem:hover,
.RadMenu_Gray .rmText:hover
{ 
/*	background: #4484BE; */
	background: white url(/interface/menus/green-hatching.gif) repeat-x;
	color:White;
}
