

.RadMenu_Vertical 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	
}

/*.RadMenu_HomeStyle
{
	visibility:hidden;
}*/
 
 .RadMenu_MainGroupStyle
{
	border-bottom: black 1px solid;
	text-align: left;
	height: 30px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 100;
	
}
.RadMenu_Vertical .rootGroup
{
	
}
.RadMenu_Vertical .group
{
	border:1px solid #666655;
}

.RadMenu_Vertical .horizontal
{
	border-left:0;
}

.RadMenu_Vertical .vertical
{
	border-top:0;
}

.RadMenu_Vertical .link:hover

{
	background-color:#6699CC;
	color:#fffffc;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	font-weight: 100;
}
.RadMenu_Vertical .link
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	font-weight: 100;
}
.RadMenu_Vertical .link,
.RadMenu_Vertical .disabled,
.RadMenu_Vertical .disabled:hover
{
	
	color:#666655;
	padding:3px 6px;
	text-decoration:none;
	font-weight: 100;
	background-color:#fffffc;
	cursor:pointer;
	text-decoration: none;
}
.RadMenu_Vertical .link:visited

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 100;
	text-align: left;
}



.RadMenu_Vertical .text
{
	cursor:pointer;
	padding: 10 10 10 10;
}

.RadMenu_Vertical .horizontal .link
{
	border-left:1px solid #666655;
	border-top:10;
	text-decoration: none;
}

.RadMenu_Vertical .vertical .link
{
	border-left:10;
	border-top:1px solid #666655;
	text-decoration:none;
}


.RadMenu_Vertical .horizontal .separator 
{
	border-left:10;
	border-top:1px solid #666655;
	text-decoration:none;
	border:20;
	border-top:20;
}

.RadMenu_Vertical .link:hover .expandLeft,
.RadMenu_Vertical .link:hover .expandRight
{
	background-image:url(Img/arrowWhite.gif);
	text-decoration:none;
}


.RadMenu_Vertical .expandLeft,
.RadMenu_Vertical .expandRight,
.RadMenu_Vertical .disabled:hover .expandLeft,
.RadMenu_Vertical .disabled:hover .expandRight
{
	
	/* background:transparent url('Img/arrow.gif') right center no-repeat; */
}

.RadMenu_Vertical_rtl .expandLeft,
.RadMenu_Vertical_rtl .expandRight
{
	/* background: transparent url(img/left.gif) left center no-repeat; */
	
}


.RadMenu_Vertical_rtl .group .link:hover .expandLeft,
.RadMenu_Vertical_rtl .group .link:hover .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	
}

.RadMenu_Vertical .leftArrow,
.RadMenu_Vertical .rightArrow,
.RadMenu_Vertical .topArrow,
.RadMenu_Vertical .bottomArrow,
.RadMenu_Vertical .leftArrowDisabled,
.RadMenu_Vertical .rightArrowDisabled,
.RadMenu_Vertical .topArrowDisabled,
.RadMenu_Vertical .bottomArrowDisabled
{
	background: #666655 url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_Vertical .topArrow,
.RadMenu_Vertical .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_Vertical .bottomArrow,
.RadMenu_Vertical .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Vertical .rightArrow,
.RadMenu_Vertical .leftArrow
{
	height:100%;
}

.RadMenu_Vertical .rightArrow,
.RadMenu_Vertical .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.MenuItem_Style
{
	text-decoration: none;
	font-family: Arial;
	font-size: 7pt;
	background-color: White;
	line-height: normal;
	text-align: center;
}

.MenuItem_Style:hover
{
	text-decoration: none;
	background-color: blue;
	
}
.RadMenu_HomeStyle
{
	visibility: hidden;
}