/* RadMenu Gumdrop skin */

.RadMenu_Gumdrop
{
	border:0;
	height: 20px;
}

.RadMenu_Gumdrop_Context
{
	background: none;
	border:0;
}

.RadMenu_Gumdrop .link
{
	line-height: 20px;
	text-decoration:none;
	color: #FFF;
}

.RadMenu_Gumdrop .link:hover,
.RadMenu_Gumdrop .focused,
.RadMenu_Gumdrop .expanded
{
	color: #FC6;
}

.RadMenu_Gumdrop .text
{
	padding-left:10px;
	padding-right:36px;
	padding-top:2px;
	padding-bottom:5px;
	padding-left: 10px;	
	font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
}


.RadMenu_Gumdrop .group
{
	border: solid 1px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_Gumdrop .group .link
{
	 top: 2px;
     background-color: #3E7BAA;
}

.RadMenu_Gumdrop .group .link:hover,
.RadMenu_Gumdrop .group .focused,
.RadMenu_Gumdrop .group .expanded
{
    background-color: #3E7BAA;
	top: 2px;
}

.RadMenu_Gumdrop .leftArrow,
.RadMenu_Gumdrop .rightArrow,
.RadMenu_Gumdrop .topArrow,
.RadMenu_Gumdrop .bottomArrow,
.RadMenu_Gumdrop .leftArrowDisabled,
.RadMenu_Gumdrop .rightArrowDisabled,
.RadMenu_Gumdrop .topArrowDisabled,
.RadMenu_Gumdrop .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Gumdrop .topArrow,
.RadMenu_Gumdrop .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Gumdrop .bottomArrow,
.RadMenu_Gumdrop .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Gumdrop .rightArrow,
.RadMenu_Gumdrop .leftArrow
{
	height:100%;
}

.RadMenu_Gumdrop .rightArrow,
.RadMenu_Gumdrop .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Gumdrop .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_Gumdrop .expandLeft,
.RadMenu_Gumdrop .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Gumdrop .link:hover .expandLeft,
.RadMenu_Gumdrop .link:hover .expandRight,
.RadMenu_Gumdrop .focused .expandLeft,
.RadMenu_Gumdrop .focused .expandRight,
.RadMenu_Gumdrop .expanded .expandLeft,
.RadMenu_Gumdrop .expanded .expandRight
{
	background:transparent url(img/GroupImageOver.gif) right center no-repeat;
}