﻿.SimpleMenuVert ul {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	width: 90%;
	position: relative;
}

.SimpleMenuVert li /* all list items */ {
	/*	margin-right: auto; 	margin-left: auto;*/
	width: 100%;
	display: block;
}
.SimpleMenuVert li a {
	display: block;
	text-decoration: none;
	color: #4B4C7B !important;
}
.SimpleMenuVert ul ul /* Tier 2 */ {
	margin-left: 15px;
	position: relative;
	display: block;
}

.SimpleMenuVert ul ul ul /* Tier 3+ */ {
	position: relative;
	margin-left: 20px;
	display: block;
}

.SimpleMenuVert li:hover, /* list items being hovered over */ .SimpleMenuVert li.AspNet-Menu-Hover, .SimpleMenuVert li:hover a:link, .SimpleMenuVert li:hover a:visited, .SimpleMenuVert li.AspNet-Menu-Hover a:link, .SimpleMenuVert li.AspNet-Menu-Hover a:visited {
}


.SimpleMenuVert li:hover a:active, .SimpleMenuVert li.AspNet-Menu-Hover a:active {
}

.SimpleMenuVert a, /* all anchors and spans (nodes with no link) */ .SimpleMenuVert span {
	padding: 4px 2px 4px 8px;
}

.SimpleMenuVert li.AspNet-Menu-Leaf a, /* leaves */ .SimpleMenuVert li.AspNet-Menu-Leaf span {
}
.SimpleMenuVert li:hover a:hover /* hovered text */ {
	color: #333366 !important;
}
.SimpleMenuVert li:hover a, /* hovered text - this is relevant to fly-out menus */ .SimpleMenuVert li:hover span, .SimpleMenuVert li.AspNet-Menu-Hover a, .SimpleMenuVert li.AspNet-Menu-Hover span, .SimpleMenuVert li:hover li:hover a, .SimpleMenuVert li:hover li:hover span, .SimpleMenuVert li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .SimpleMenuVert li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, .SimpleMenuVert li:hover li:hover li:hover a, .SimpleMenuVert li:hover li:hover li:hover span, .SimpleMenuVert li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .SimpleMenuVert li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span {
}

.SimpleMenuVert li:hover li a, /* the tier above this one is hovered */ .SimpleMenuVert li:hover li span, .SimpleMenuVert li.AspNet-Menu-Hover li a, .SimpleMenuVert li.AspNet-Menu-Hover li span, .SimpleMenuVert li:hover li:hover li a, .SimpleMenuVert li:hover li:hover li span, .SimpleMenuVert li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a, .SimpleMenuVert li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span {
}

.AspNet-Menu-Selected, .SimpleMenuVert .AspNet-Menu-Selected, .SimpleMenuVert .AspNet-Menu-Selected a:link, .SimpleMenuVert .AspNet-Menu-Selected a:visited, .SimpleMenuVert .AspNet-Menu-Selected a:active /* this tier is selected */ {
	font-weight: 700 !important;
	font-weight: bold !important;
	color: #4B4C7B !important;
}

.SimpleMenuVert .AspNet-Menu-ChildSelected /* a tier below this one is selected */ {
	font-weight: 700 !important;
	font-weight: bold !important;
	color: #4B4C7B !important;
	visibility: visible;
}

.SimpleMenuVert .AspNet-Menu-ParentSelected /* a tier above this one is selected */ {
}
