/* r.a.d.menu Simple skin */

.RadMenu_Simple {

}

.RadMenu_Simple_Context
{
	background: none;
	border:0;
}

.RadMenu_Simple .group .level2 a {
	font-weight:normal;
	color:#7fc41b;
}
.RadMenu_Simple slide a {
	font-weight:normal;
	color:#7fc41b;
}
.RadMenu_Simple .link
{
	line-height: 25px;
	text-decoration:none;
	color: green;
	font-weight: bold;
}

.RadMenu_Simple .link:hover,
.RadMenu_Simple .focused,
.RadMenu_Simple .expanded
{
	
	cursor:pointer;
	color: green;

}

.RadMenu_Simple .text
{
	text-align:left;
	padding-left: 10px;	
	padding-right: 10px;
	font-size:1.0em;
	font-family: "Lucida Sans", Arial, sans-serif;
}

.RadMenu_Simple .group 
{
	border: #686868 solid 1px;
}

.RadMenu_Simple .group .link 
{
	background:white;
	text-align: left;
}

.RadMenu_Simple .group .link:hover,
.RadMenu_Simple .group .focused,
.RadMenu_Simple .group .expanded{
	background-color: #ebf6db;
}

.RadMenu_Simple .leftArrow,
.RadMenu_Simple .rightArrow,
.RadMenu_Simple .topArrow,
.RadMenu_Simple .bottomArrow,
.RadMenu_Simple .leftArrowDisabled,
.RadMenu_Simple .rightArrowDisabled,
.RadMenu_Simple .topArrowDisabled,
.RadMenu_Simple .bottomArrowDisabled
{
	background: #ededed url(img/left.gif) center center no-repeat;
	width:15px;
}

.RadMenu_Simple .topArrow,
.RadMenu_Simple .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Simple .bottomArrow,
.RadMenu_Simple .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Simple .rightArrow,
.RadMenu_Simple .leftArrow
{
	height:100%;
}

.RadMenu_Simple .rightArrow,
.RadMenu_Simple .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Simple .vertical .separator .text
{
	border-bottom: #686868 1px solid;
}

.RadMenu_Simple .expandLeft,
.RadMenu_Simple .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Simple .link:hover .expandLeft,
.RadMenu_Simple .link:hover .expandRight,
.RadMenu_Simple .focused .expandLeft,
.RadMenu_Simple .focused .expandRight,
.RadMenu_Simple .expanded .expandLeft,
.RadMenu_Simple .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}