/* r.a.d.menu Plain skin */

.RadMenu_WebSite 
{
	line-height: 0px;
	
}
.RadMenu_WebSite_Context
{
	background: none;
	border:0;
}
.RadMenu_WebSite .horizontal.rootGroup .item 
{
	
}
.RadMenu_WebSite .horizontal.rootGroup .text
{

} 

.RadMenu_WebSite .horizontal.rootGroup .separator   
{   
    margin: 0;
    width:1px;
    padding: 0;
    height: 26px;
    
}
.RadMenu_WebSite .vertical.group.level1 
{
	
	font-size: 100%;
	padding-left: 0px;
}
*>.RadMenu_WebSite .vertical.group.level1 
{
	width: 140px;
}
.RadMenu_WebSite .vertical.group.level1 .item
{
	padding-left: 0px;
	width: 140px;
}
*>.RadMenu_WebSite .vertical.group.level1 .item
{
	min-width: 130px;
	width: auto;
}
*>.RadMenu_WebSite .vertical.group.level2 
{
	width: 150px;
	
}
.RadMenu_WebSite .link
{
	line-height: 28px;
	text-decoration:none;
	font-family: Arial;
	color: #666699;
	font-size:1.2em;
	cursor: pointer;
	text-align: left;
	padding-left:17px;
	padding-right:17px;

}
.RadMenu_WebSite .link:hover
{
	color: #fff;
	cursor: pointer;
	background: url(/Img/menu_hover_bgr.gif) top left repeat-x;
}

.RadMenu_WebSite .focused,
.RadMenu_WebSite .expanded
{
	
}

.RadMenu_WebSite .text
{
	padding-left: 0px;	
	padding-right: 0px;
	font-size: 100%;
	font-family: Trebuchet MS;
	padding-left: 0px;
	padding-right: 0px;
}

.RadMenu_WebSite .group
{
	border-right: 0px;
	border-bottom: 0px;
}
.RadMenu_WebSite .group .link
{
	text-align:left;
	line-height: 22px;
	font-family: arial;
	font-size:90%;
	border-top: solid 1px #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
	background-color: #9acd9a;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
	KhtmlOpacity: .9;
	opacity: .9;
}
.RadMenu_WebSite .group .link:hover
{
	cursor: pointer;
	background-color: #f8df19;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
	KhtmlOpacity: .9;
	opacity: .9;
	color: Black;
	font-size:90%;
}
.RadMenu_WebSite .group .focused,
.RadMenu_WebSite .group .expanded
{
	background-color: #34393B;
	border-bottom-color: #FFFFFF;
}

.RadMenu_WebSite .leftArrow,
.RadMenu_WebSite .rightArrow,
.RadMenu_WebSite .topArrow,
.RadMenu_WebSite .bottomArrow,
.RadMenu_WebSite .leftArrowDisabled,
.RadMenu_WebSite .rightArrowDisabled,
.RadMenu_WebSite .topArrowDisabled,
.RadMenu_WebSite .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_WebSite .topArrow,
.RadMenu_WebSite .topArrowDisabled
{
}

.RadMenu_WebSite .bottomArrow,
.RadMenu_WebSite .bottomArrowDisabled
{
}

.RadMenu_WebSite .rightArrow,
.RadMenu_WebSite .leftArrow
{
}

.RadMenu_WebSite .rightArrow,
.RadMenu_WebSite .rightArrowDisabled
{
}

.RadMenu_WebSite .vertical .separator .text
{
	padding-top: 1px;
	background: #ffffff;
	font-size: 1px;
}

.RadMenu_WebSite .expandLeft,
.RadMenu_WebSite .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_WebSite .link:hover .expandLeft,
.RadMenu_WebSite .link:hover .expandRight,
.RadMenu_WebSite .focused .expandLeft,
.RadMenu_WebSite .focused .expandRight,
.RadMenu_WebSite .expanded .expandLeft,
.RadMenu_WebSite .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}