@charset "UTF-8";

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* 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: 166px;
}
/* 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: 0px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 166px;
}
/* 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
{
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1100;
	cursor: default;
	width: 166px;
	top: 0;
	margin-top: 37px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	height: 64px;
}
/* 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 */
ul.MenuBarVertical ul li
{
	width: 166px;
	background-image: url(http://assets.echo.com/images/dd_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{

}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 0px;
	text-decoration: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	text-transform: uppercase;
	color: #474747;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
}
/* 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
{
	color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(http://assets.echo.com/images/management_team_over.gif);
}

/*******************************************************************************

 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(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* 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;
	filter:alpha(opacity:0.1);
}
/* 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;
	}
}
ul.MenuBarVertical li#home a,ul.MenuBarVertical li#about a,ul.MenuBarVertical li#services a,ul.MenuBarVertical li#technology a,ul.MenuBarVertical li#carriers a,ul.MenuBarVertical li#careers a,ul.MenuBarVertical li#investors a,ul.MenuBarVertical li#news a,ul.MenuBarVertical li#contact a{
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
}
ul.MenuBarVertical  li#home a  {
	background-image: url(http://assets.echo.com/images/home.gif);
}
ul.MenuBarVertical   li#home  a:hover,div.homePage   ul.MenuBarVertical li#home a  {
	background-image: url(http://assets.echo.com/images/home_over.gif);
}

ul.MenuBarVertical li#about a {
	background-image: url(http://assets.echo.com/images/about.gif);
}
ul.MenuBarVertical   li#about   a:hover, div.aboutPage ul.MenuBarVertical  li#about  a   {
	background-image: url(http://assets.echo.com/images/about_over.gif);
}

ul.MenuBarVertical li#services a {
	background-image: url(http://assets.echo.com/images/services.gif);
}
ul.MenuBarVertical   li#services   a:hover, div.servicesPage ul.MenuBarVertical  li#services  a   {
	background-image: url(http://assets.echo.com/images/services_over.gif);
}
ul.MenuBarVertical li#technology  a{
	background-image: url(http://assets.echo.com/images/technology.gif);
}
ul.MenuBarVertical   li#technology   a:hover, div.technologyPage ul.MenuBarVertical  li#technology  a   {
	background-image: url(http://assets.echo.com/images/technology_over.gif);
}
ul.MenuBarVertical li#carriers  a{
	background-image: url(http://assets.echo.com/images/carriers.gif);
}
ul.MenuBarVertical   li#carriers   a:hover, div.carriersPage ul.MenuBarVertical  li#carriers  a   {
	background-image: url(http://assets.echo.com/images/carriers_over.gif);
}
ul.MenuBarVertical li#careers a{
	background-image: url(http://assets.echo.com/images/careers.gif);
}
ul.MenuBarVertical  li#careers  a:hover,div.careersPage ul.MenuBarVertical li#careers a  {
	background-image: url(http://assets.echo.com/images/careers_over.gif);
}
ul.MenuBarVertical li#investors a {
	background-image: url(http://assets.echo.com/images/investors.gif);
}
ul.MenuBarVertical li#investors  a:hover,div.investorsPage ul.MenuBarVertical li#investors a  {
	background-image: url(http://assets.echo.com/images/investors_over.gif);
}
ul.MenuBarVertical li#news a {
	background-image: url(http://assets.echo.com/images/news.gif);
}
ul.MenuBarVertical  li#news  a:hover,div.investorsPage ul.MenuBarVertical li#investors a  {
	background-image: url(http://assets.echo.com/images/news_over.gif);
}
ul.MenuBarVertical li#contact a {
	background-image: url(http://assets.echo.com/images/contact.gif);
}
ul.MenuBarVertical  li#contact  a:hover,div.contactPage ul.MenuBarVertical li#contact a   {
	background-image: url(http://assets.echo.com/images/contact_over.gif);
}
ul.MenuBarVertical ul li a {
	padding: 3px;
	height: 31px;
}

ul.MenuBarVertical ul li#team a {
	background-image: url(http://assets.echo.com/images/boardofdirectors.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
ul.MenuBarVertical ul li#team a:hover {
	background-image: url(http://assets.echo.com/images/boardofdirectors_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
ul.MenuBarVertical ul li#executive a {
	background-image: url(http://assets.echo.com/images/executiveteam.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
ul.MenuBarVertical ul li#executive a:hover {
	background-image: url(http://assets.echo.com/images/executiveteam_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

.dd {
        height: 37px;
        m: expression(this.onmouseover =  new Function("this.className = 'dd-hover';"));
    }
.dd:hover,
.dd-hover {
       height: 70px;
       m: expression(this.onmouseout = new Function("this.className = 'dd';"));
 }
div.aboutPage ul.MenuBarVertical li#about a, div.aboutPage ul.MenuBarVertical li#about a:hover
{
	overflow: hidden;
	height: 70px;
	padding: 0px;
	margin: 0px;
}
