.RadMenu_VOutlook
{
	text-align:right;
	background-color:Transparent;
	line-height:25px;
	padding: 2px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
}

.RadMenu_VOutlook .link
{
	text-align:right;
	text-decoration:none;
	padding:0px 15px 0px 5px;
	border-bottom : dashed 1px gray;
	border-left : solid 1px Transparent;
	border-right : solid 1px Transparent;
	border-top : solid 1px Transparent;
	width:175px;
	background-image:url(img/line.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

.RadMenu_VOutlook .link:hover
{
	text-align:right;
	color:White;
	cursor:hand;
}

.RadMenu_VOutlook .rootGroup .focused,
.RadMenu_VOutlook .rootGroup .link:hover
{
	text-align:right;
	background:#d82915 url(Img/RootItemFocusedBkg.gif) left top repeat-x;
	border:1px solid #959485;
	color:White;
	cursor:hand;
}

.RadMenu_VOutlook .vertical .expanded,
.RadMenu_VOutlook .vertical .expanded:hover
{
	text-align:right;
	background:#d82915 url(Img/RootItemFocusedBkg.gif) left top repeat-x;
	border:1px solid #959485;
	color:White;
	cursor:hand;
}

.RadMenu_VOutlook .horizontal .expanded,
.RadMenu_VOutlook .horizontal .expanded:hover
{
	text-align:right;
	background:#d82915 url(Img/RootItemFocusedBkg.gif) left top repeat-x;
	border:1px solid #959485;
	color:White;
	cursor:hand;
}

.RadMenu_VOutlook .group
{
	text-align:right;
	border:1px solid #959485;
	float:left;
	background-color:White;
}

.RadMenu_VOutlook .group .link
{
	text-align:right;
	border : solid 1px Transparent;
}

.RadMenu_VOutlook .group .item
{
	text-align:right;
	margin:0;
}

.RadMenu_VOutlook .group .link:hover,
.RadMenu_VOutlook .group .focused,
.RadMenu_VOutlook .group .expanded
{
	text-align:right;
	background:#d82915 url(Img/RootItemFocusedBkg.gif) left top repeat-x;
	border:1px solid #f9b645;
	color:White;
	cursor:hand;
}

.RadMenu_VOutlook .group .disabled:hover,
.RadMenu_VOutlook .group .disabled
{
	text-align:right;
	background:#d82915 url(Img/RootItemFocusedBkg.gif) left top repeat-x;
	border:0;
	color:White;
	cursor:hand;
}

.RadMenu_VOutlook .group .text
{
	text-align:right;
}

.RadMenu_VOutlook .expandLeft,
.RadMenu_VOutlook .expandRight
{
	text-align:right;
	background:transparent url(img/groupImage.gif) right center no-repeat;
	padding :0px 0px 0px 0px ;
}

.RadMenu_VOutlook_rtl .expandLeft,
.RadMenu_VOutlook_rtl .expandRight
{
	text-align:right;
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
	padding :0px 0px 0px 0px ;
}

.RadMenu_VOutlook .topArrow,
.RadMenu_VOutlook .topArrowDisabled,
.RadMenu_VOutlook .rightArrow,
.RadMenu_VOutlook .rightArrowDisabled,
.RadMenu_VOutlook .leftArrow,
.RadMenu_VOutlook .leftArrowDisabled,
.RadMenu_VOutlook .bottomArrow,
.RadMenu_VOutlook .bottomArrowDisabled
{
	text-align:right;
	height:0px;
	width:0px;
}

.RadMenu_VOutlook .rightArrow,
.RadMenu_VOutlook .rightArrowDisabled
{
	text-align:right;
	width:0px;
	height:0px;
}

.RadMenu_VOutlook .leftArrow,
.RadMenu_VOutlook .lefttArrowDisabled
{
	text-align:right;
	width:0px;
	height:0px;
}

.RadMenu_VOutlook .topArrow,
.RadMenu_VOutlook .topArrowDisabled
{
	width:0px;
	height:0px;
}

.RadMenu_VOutlook .bottomArrow,
.RadMenu_VOutlook .bottomArrowDisabled
{
	text-align:right;
	width:0px;
	height:0px;
}

.RadMenu_VOutlook .separator 
{
	text-align:right;
	border-top:1px solid lightgray;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
