/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical
{
	border: 1px solid #006599;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #006599;
}


/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #006599;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #006599;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #006599;
}
.subNavResources table tr td table tr .sideNavProfile #MenuBar1 li a {
	background-color: #006599;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #006599;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
	border-top-color: #006599;
	border-right-color: #006599;
	border-bottom-color: #006599;
	border-left-color: #006599;
}

ul.MenuBarVertical a:visited
{
	display: block;
	cursor: pointer;
	background-color: #006599;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
	border-top-color: #006599;
	border-right-color: #006599;
	border-bottom-color: #006599;
	border-left-color: #006599;
}

ul.MenuBarVertical a:hover
{
	display: block;
	cursor: pointer;
	background-color: #006599;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
	border-top-color: #006599;
	border-right-color: #006599;
	border-bottom-color: #006599;
	border-left-color: #006599;
}
