﻿

/*  ADD VERTICAL MENU STYLES   */
.AspNet-Menu-Vertical { 
	background: url(/_layouts/images/customimages/ri/bg_dots_grey.gif) top repeat-x; 
	width: 178px; 
	padding: 7px 0 0 0;	
}
.AspNet-Menu-Vertical ul.AspNet-Menu { 
	padding: 0;
	list-style: none;
}
.AspNet-Menu-Vertical ul.AspNet-Menu li { 
	background: url(/_layouts/images/customimages/ri/bg_dots_grey.gif) left bottom repeat-x; 
	padding: 2px 0 4px 0; 
}
.AspNet-Menu-Vertical ul.AspNet-Menu li a { 
	font-family: Arial, Helvetica, sans-serif; 
	background: url(/_layouts/images/customimages/ri/arrow_list.gif) center left no-repeat; 
	font-size: 11px; 
	display: block; 
	padding: 2px 0 2px 12px; 
}

.AspNet-Menu-Vertical ul.AspNet-Menu li a:hover { 
	background: url(/_layouts/images/customimages/ri/arrow_list_over.gif) center left no-repeat; 
	color: #502e8b;
	text-decoration: underline; 
}

.AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-Selected a { 
	background: url(/_layouts/images/customimages/ri/arrow_list_sel.gif) center left no-repeat; 
	color:#502e8b;
	font-weight: bold;
}

/* / VERTICAL MENU */




