@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 9px;
	cursor: default;
}
/* 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 a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 9px;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	width: 168px;
	
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 168px;
	margin: 0;
	padding: 0;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0% 0 0 100%; /* controls the positioning of the subnav box relative to the parent box - 100% means no overlaping*/
	border-right: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	margin-top:0px;
	border:none;
}
/* drop down */
ul.MenuBarHorizontal a
{
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-color: #FFF;
	padding: 0.46em 1.6em;
	color: #333;
	text-decoration: none;
	font-size: 9px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}


ul.MenuBarHorizontal a:hover
{
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-color: #FFF;
	padding: 0.46em 1.6em;
	color: #00a9ca;
	text-decoration: none;
	font-size: 9px;
	border-bottom: 1px solid #FFF;
}

ul.MenuBarHorizontal a:visited
{
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-color: #FFF;
	padding: 0.46em 1.6em;
	color: #333;
	text-decoration: none;
	font-size: 9px;
	border-bottom,: 1px solid #FFF;
}

/* new classes from v */



ul.MenuBarHorizontal a.Maintabhome
{ background:url(../images/pic_nav_home1.jpg); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 38px; width: 63px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited.Maintabhome
{ background:url(../images/pic_nav_home1.jpg); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 38px; width: 63px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover.Maintabhome
{ background:url(../images/pic_nav_home2.jpg); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 38px; width: 63px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a.Maintabhomeon
{ background:url(../images/pic_nav_home2.jpg); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 38px; width: 63px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited.Maintabhomeon
{ background:url(../images/pic_nav_home2.jpg); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 38px; width: 63px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover.Maintabhomeon
{ background:url(../images/pic_nav_home2.jpg); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 38px; width: 63px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}






ul.MenuBarHorizontal a.Maintabcompany
{ background-color: #f6f6f4; background:url(../images/pic_nav_companyprofile1.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 112px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited.Maintabcompany
{ background-color: #f6f6f4; background:url(../images/pic_nav_companyprofile1.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 112px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover.Maintabcompany
{ background-color: #f6f6f4; background:url(../images/pic_nav_companyprofile2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 112px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited:hover.Maintabcompany
{ background-color: #f6f6f4; background:url(../images/pic_nav_companyprofile2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 112px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a.Maintabcompanyon
{ background-color: #f6f6f4; background:url(../images/pic_nav_companyprofile2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 112px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited.Maintabcompanyon
{ background-color: #f6f6f4; background:url(../images/pic_nav_companyprofile2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 112px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover.Maintabcompanyon
{ background-color: #f6f6f4; background:url(../images/pic_nav_companyprofile2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 112px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited:hover.Maintabcompanyon
{ background-color: #f6f6f4; background:url(../images/pic_nav_companyprofile2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 112px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}





ul.MenuBarHorizontal a.Maintabenews
{ background-color: #f6f6f4; background:url(../images/pic_nav_enews1.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 137px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited.Maintabenews
{ background-color: #f6f6f4; background:url(../images/pic_nav_enews1.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 137px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover.Maintabenews
{ background-color: #f6f6f4; background:url(../images/pic_nav_enews2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 137px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited:hover.Maintabenews
{ background-color: #f6f6f4; background:url(../images/pic_nav_enews2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 137px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a.Maintabenewson
{ background-color: #f6f6f4; background:url(../images/pic_nav_enews2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 137px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited.Maintabenewson
{ background-color: #f6f6f4; background:url(../images/pic_nav_enews2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 137px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover.Maintabenewson
{ background-color: #f6f6f4; background:url(../images/pic_nav_enews2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 137px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited:hover.Maintabenewson
{ background-color: #f6f6f4; background:url(../images/pic_nav_enews2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 137px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}












ul.MenuBarHorizontal a.Maintabcontact
{ background-color: #f6f6f4; background:url(../images/pic_nav_contact1.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 84px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited.Maintabcontact
{ background-color: #f6f6f4; background:url(../images/pic_nav_contact1.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 84px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover.Maintabcontact
{ background-color: #f6f6f4; background:url(../images/pic_nav_contact2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 84px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited:hover.Maintabcontact
{ background-color: #f6f6f4; background:url(../images/pic_nav_contact2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 84px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a.Maintabecontacton
{ background-color: #f6f6f4; background:url(../images/pic_nav_contact2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 84px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited.Maintabcontacton
{ background-color: #f6f6f4; background:url(../images/pic_nav_contact2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 84px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover.Maintabcontacton
{ background-color: #f6f6f4; background:url(../images/pic_nav_contact2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 84px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited:hover.Maintabcontacton
{ background-color: #f6f6f4; background:url(../images/pic_nav_contact2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 84px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}



/* end new classes*/


/* hover on dropdowns */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-color: #FFF;
	padding: 0.46em 1.6em;
	color: #00a9ca;
	text-decoration: none;
	font-size: 9px;
	

}
/* hover on drop downs */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-color: #FFF;
	padding: 0.46em 1.6em;
	color: #00a9ca;
	text-decoration: none;
	font-size: 9px;
	

}

/*******************************************************************************

 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.MenuBarHorizontal a.MenuBarItemSubmenukeypeople
{ background-color: #f6f6f4; background:url(../images/pic_nav_keypeople1.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 82px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenukeypeople
{ background-color: #f6f6f4; background:url(../images/pic_nav_keypeople1.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 82px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenukeypeople
{ background-color: #f6f6f4; background:url(../images/pic_nav_keypeople2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 82px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover:visited.MenuBarItemSubmenukeypeople
{ background-color: #f6f6f4; background:url(../images/pic_nav_keypeople2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 82px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a.MenuBarItemSubmenukeypeopleon
{ background-color: #f6f6f4; background:url(../images/pic_nav_keypeople2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 82px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenukeypeopleon
{ background-color: #f6f6f4; background:url(../images/pic_nav_keypeople2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 82px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenukeypeopleon
{ background-color: #f6f6f4; background:url(../images/pic_nav_keypeople2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 82px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover:visited.MenuBarItemSubmenukeypeopleon
{ background-color: #f6f6f4; background:url(../images/pic_nav_keypeople2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 82px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}







ul.MenuBarHorizontal a.MenuBarItemSubmenuportfolio
{ background-color: #f6f6f4; background:url(../images/pic_nav_portfolio1.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 135px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenuportfolio
{ background-color: #f6f6f4; background:url(../images/pic_nav_portfolio1.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 135px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenuportfolio
{ background-color: #f6f6f4; background:url(../images/pic_nav_portfolio2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 135px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover:visited.MenuBarItemSubmenuportfolio
{ background-color: #f6f6f4; background:url(../images/pic_nav_portfolio2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 135px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a.MenuBarItemSubmenuportfolioon
{ background-color: #f6f6f4; background:url(../images/pic_nav_portfolio2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 135px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenuportfolioon
{ background-color: #f6f6f4; background:url(../images/pic_nav_portfolio2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 135px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenuportfolioon
{ background-color: #f6f6f4; background:url(../images/pic_nav_portfolio2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 135px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover:visited.MenuBarItemSubmenuportfolioon
{ background-color: #f6f6f4; background:url(../images/pic_nav_portfolio2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 135px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}





ul.MenuBarHorizontal a.MenuBarItemSubmenuinvestor
{ background-color: #f6f6f4; background:url(../images/pic_nav_investor1.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 152px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenuinvestor
{ background-color: #f6f6f4; background:url(../images/pic_nav_investor1.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 152px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenuinvestor
{ background-color: #f6f6f4; background:url(../images/pic_nav_investor2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 152px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover:visited.MenuBarItemSubmenuinvestor
{ background-color: #f6f6f4; background:url(../images/pic_nav_investor2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 152px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a.MenuBarItemSubmenuinvestoron
{ background-color: #f6f6f4; background:url(../images/pic_nav_investor2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 152px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenuinvestoron
{ background-color: #f6f6f4; background:url(../images/pic_nav_investor2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 152px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenuinvestoron
{ background-color: #f6f6f4; background:url(../images/pic_nav_investor2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 152px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover:visited.MenuBarItemSubmenuinvestoron
{ background-color: #f6f6f4; background:url(../images/pic_nav_investor2.jpg); color: #eef0ef; font-size: 1px; height: 38px; width: 152px; padding-bottom: 0px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}









/* Menu items with the right arrow sub sub nav */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{ background-color: #FFF; color: #333; font-size: 9px; padding: 0.46em 1.6em; border-bottom: 1px solid #FFF; border-right:1px solid #FFF; border-left: 0px; background-image: url(SpryMenuBarRight.gif); background-repeat: no-repeat; background-position: 95% 50%;}

ul.MenuBarHorizontal ul a:visited.MenuBarItemSubmenu
{ background-color: #FFF; color: #333; font-size: 9px; padding: 0.46em 1.6em; border-bottom: 1px solid #FFF; border-right:1px solid #FFF; border-left: 0px; background-image: url(SpryMenuBarRight.gif); background-repeat: no-repeat; background-position: 95% 50%;}

ul.MenuBarHorizontal ul a:hover.MenuBarItemSubmenu
{ background-color: #FFF; color: #00a9ca; font-size: 9px; padding: 0.46em 1.6em; border-bottom: 1px solid #FFF; border-right:1px solid #FFF; background-image: url(SpryMenuBarRight.gif); background-repeat: no-repeat; background-position: 95% 50%;}

ul.MenuBarHorizontal ul a:hover:visited.MenuBarItemSubmenu
{ background-color: #FFF; color: #00a9ca; font-size: 9px; padding: 0.46em 1.6em; border-bottom: 1px solid #FFF; border-right:1px solid #FFF; background-image: url(SpryMenuBarRight.gif); background-repeat: no-repeat; background-position: 95% 50%;}



/* Menu items with the right arrow sub sub nav - what very top menu will see */



ul.MenuBarHorizontal a.MenuBarItemSubmenuaboutHover
{ background-color: #f6f6f4; background-image:url(../images/nav_aboutus_on.gif); color: #eef0ef; font-size: 1px; height: 23px; padding-right: 60px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenuaboutHover
{ background-color: #f6f6f4; background-image:url(../images/nav_aboutus_on.gif); color: #eef0ef; font-size: 1px; height: 23px; padding-right: 60px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}




/* Menu items with the right arrow sub sub nav on hover */

ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{ background-color: #FFF; color: #00a9ca; font-size: 9px; padding: 0.46em 1.6em; border-right: 1px solid #FFF; border-left:0px;}

ul.MenuBarHorizontal ul a:visited.MenuBarItemSubmenuHover
{ background-color: #FFF; color: #00a9ca; font-size: 9px; padding: 0.46em 1.6em; border-right: 1px solid #FFF; border-left:0px;}

ul.MenuBarHorizontal ul a:hover.MenuBarItemSubmenuHover
{ background-color: #FFF; color: #00a9ca; font-size: 9px; padding: 0.46em 1.6em; border-right: 1px solid #FFF; border-left:0;}

ul.MenuBarHorizontal ul a:hover:visited.MenuBarItemSubmenuHover
{ background-color: #FFF; color: #00a9ca; font-size: 9px; padding: 0.46em 1.6em; border-right: 1px solid #FFF; border-left:0;}



/* Menu items with the right arrow sub sub nav when mousing over its sub nav */


ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHoverOn
{ background-color: #ebebeb; color: #00a9ca; font-size: 9px; padding: 0.46em 1.6em; border-right: 1px solid #FFF; border-bottom:0px; border-left: 0px dotted #999;}

ul.MenuBarHorizontal ul a:visited.MenuBarItemSubmenuHoverOn
{ background-color: #ebebeb; color: #00a9ca; font-size: 9px; padding: 0.46em 1.6em; border-right: 1px solid #FFF; border-bottom:0px; border-left: 0px dotted #999;}










/*******************************************************************************

/* 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.MenuBarHorizontal a.MenuBarItemSubmenuon
{ background-color: #FFF; color: #333; font-size: 9px; padding: 0.46em 1.6em; border-left: 0px; border-bottom:0px;  border-right: 1px solid #FFF;}


/* 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.MenuBarHorizontal ul a.MenuBarItemSubmenuon
{ background-color: #FFF; color: #333; font-size: 9px; padding: 0.46em 1.6em; border-left: 0px; border-bottom:0px;  border-right: 1px solid #FFF;}





/*******************************************************************************

 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.MenuBarHorizontal 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.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}


