@charset "utf-8";
/* CSS Document */

.home-menu {
	background-image: url(images/home-menu-bg.png);
	height: 236px;
	width: 365px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
#MenuBar1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.MenuBarItemSubmenu {
	background-image: url(images/home-menu-item.png);
	height: 21px;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	padding-top: 7px;
	padding-left: 8px;
}

.MenuBarItemBottom {
	background-image: url(images/home-menu-bottom.png);
	height: 21px;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	padding-top: 7px;
	padding-left: 8px;
}


/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 178px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 170px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 177px;
	left: -1000em;
	top: 0;
	margin-left: 100%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: none;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: none;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	color: #000;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
///ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background: url(images/home-menu-item-hover.png);
	color: #000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background: url(images/home-menu-item-hover.png);
	color: #000;
}
ul.MenuBarVertical span a:hover, ul.MenuBarVertical span a:focus:
{
    background: url(images/home-menu-bottom-item.png);
    color: #000;
}
ul.MenuBarVertical span a.MenuBarItemSubmenuHover, ul.MenuBarVertical span a.MenuBarSubmenuVisible
{
    background: url(images/home-menu-bottom-item.png);
    color: #000;
}
/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
///ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/************************************************

 About Menu 
 
 ***********************************************/

/* Menu Positioning */
.AboutMenu {
	margin-top: -0px;
}
/* Pop Up Item Styles */
.About1 {
	background-image: url(images/home-menu-submenu-item-arrow.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.About2 {
	background-image: url(images/home-menu-submenu-item.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.About3 {
	background-image: url(images/home-menu-submenu-item.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.About4 {
	background-image: url(images/home-menu-submenu-item.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.About5 {
	background-image: url(images/home-menu-submenu-item.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.About6 {
	background-image: url(images/home-menu-submenu-item.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.About7 {
	background-image: url(images/home-menu-submenu-bottom.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
/* Pop Up Item Hover States */
a.About1:hover {
	background: url(images/home-menu-submenu-item-arrow-hover.png);
}
a.About2:hover {
	background: url(images/home-menu-submenu-item-hover.png);
}
a.About3:hover {
	background: url(images/home-menu-submenu-item-hover.png);
}
a.About4:hover {
	background: url(images/home-menu-submenu-item-hover.png);
}
a.About5:hover {
	background: url(images/home-menu-submenu-item-hover.png);
}
a.About6:hover {
	background: url(images/home-menu-submenu-item-hover.png);
}
a.About7:hover {
	background: url(images/home-menu-submenu-bottom-hover.png);
}
/************************************************

 HVCU Menu 
 
 ***********************************************/

/* Menu Positioning */
.HVCUMenu {
	margin-top: -0px;
}
/* Pop Up Item Styles */
.HVCU1 {
	background-image: url(images/home-menu-submenu-item-arrow.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.HVCU2 {
	background-image: url(images/home-menu-submenu-item.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.HVCU3 {
	background-image: url(images/home-menu-submenu-item.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.HVCU4 {
	background-image: url(images/home-menu-submenu-item.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.HVCU5 {
	background-image: url(images/home-menu-submenu-item.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
/* Pop Up Item Hover States */
a.HVCU1:hover {
	background: url(images/home-menu-submenu-item-arrow-hover.png);
}
a.HVCU2:hover {
	background: url(images/home-menu-submenu-item-hover.png);
}
a.HVCU3:hover {
	background: url(images/home-menu-submenu-item-hover.png);
}
a.HVCU4:hover {
	background: url(images/home-menu-submenu-item-hover.png);
}
a.HVCU5:hover {
	background: url(images/home-menu-submenu-item-hover.png);
}
/************************************************

 HVC Menu 
 
 ***********************************************/

/* Menu Positioning */
.HVCMenu {
	margin-top: -1px;
}
/* Pop Up Item Styles */
.HVC1 {
	background-image: url(images/home-menu-submenu-item-arrow.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.HVC2 {
	background-image: url(images/home-menu-submenu-item.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.HVC3 {
	background-image: url(images/home-menu-submenu-item.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.HVC4 {
	background-image: url(images/home-menu-submenu-item.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.HVC5 {
	background-image: url(images/home-menu-submenu-item.png);
	height: 22px;
	width: 169px;
	padding-top: 3px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.HVC6 {
	background-image: url(images/home-menu-submenu-bottom.png);
	height: 22px;
	width: 169px;
	padding-top: 5px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
/* Pop Up Item Hover States */
a.HVC1:hover {
	background: url(images/home-menu-submenu-item-arrow-hover.png);
}
a.HVC2:hover {
	background: url(images/home-menu-submenu-item-hover.png);
}
a.HVC3:hover {
	background: url(images/home-menu-submenu-item-hover.png);
}
a.HVC4:hover {
	background: url(images/home-menu-submenu-item-hover.png);
}
a.HVC5:hover {
	background: url(images/home-menu-submenu-item-hover.png);
}
a.HVC6:hover {
	background: url(images/home-menu-submenu-bottom-hover.png);
}
/************************************************

 HVR Menu 
 
 ***********************************************/

/* Menu Positioning */
.HVRMenu {
	margin-top: -0px;
}
/* Pop Up Item Styles */
.HVR1 {
	background-image: url(images/home-menu-submenu-item-arrow.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.HVR2 {
	background-image: url(images/home-menu-submenu-item.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.HVR3 {
	background-image: url(images/home-menu-submenu-item.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.HVR4 {
	background-image: url(images/home-menu-submenu-bottom.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
/* Pop Up Item Hover States */
a.HVR1:hover {
	background: url(images/home-menu-submenu-item-arrow-hover.png);
}
a.HVR2:hover {
	background: url(images/home-menu-submenu-item-hover.png);
}
a.HVR3:hover {
	background: url(images/home-menu-submenu-item-hover.png);
}
a.HVR4:hover {
	background: url(images/home-menu-submenu-bottom-hover.png);
}
/************************************************

 Result Press Menu 
 
 ***********************************************/

/* Menu Positioning */
.ResultMenu {
	margin-top: -0px;
}
/* Pop Up Item Styles */
.Result1 {
	background-image: url(images/home-menu-submenu-item-arrow.png);
	height: 22px;
	width: 169px;
	padding-top: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}

/* Pop Up Item Hover States */
a.Result1:hover {
	background: url(images/home-menu-submenu-item-arrow-hover.png);
}
/************************************************

 Investor Menu 
 
 ***********************************************/

/* Menu Positioning */
.InvestMenu {
	margin-top: -56px;
}
/* Pop Up Item Styles */
.Invest1 {
	background-image: url(images/home-menu-submenu-item.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.Invest2 {
	background-image: url(images/home-menu-submenu-item.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.Invest3 {
	background-image: url(images/home-menu-submenu-item-arrow.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.Invest4 {
	background-image: url(images/home-menu-submenu-bottom.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}

/* Pop Up Item Hover States */
a.Invest1:hover {
	background: url(images/home-menu-submenu-item-hover.png);
}
a.Invest2:hover {
	background: url(images/home-menu-submenu-item-hover.png);
}
a.Invest3:hover {
	background: url(images/home-menu-submenu-item-arrow-hover.png);
}
a.Invest4:hover {
	background: url(images/home-menu-submenu-bottom-hover.png);
}
/************************************************

 News and Events Menu 
 
 ***********************************************/

/* Menu Positioning */
.NewsMenu {
	margin-top: -28px;
}
/* Pop Up Item Styles */
.News1 {
	background-image: url(images/home-menu-submenu-item.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.News2 {
	background-image: url(images/home-menu-submenu-bottom-arrow.png);
	height: 22px;
	width: 169px;
	padding-top: 6px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
/* Pop Up Item Hover States */
a.News1:hover {
	background: url(images/home-menu-submenu-item-hover.png);
}
a.News2:hover {
	background: url(images/home-menu-submenu-bottom-arrow-hover.png);
}