﻿/* Menu */

.menu-container
{
    float:right;
	padding: 46px 0px 0px 0px;	
}

.marketing-menu
{
    position: absolute;
    float: none;
    top: -79px;
    right:0px;
}

.tm-menu
{
    position: absolute;
    float: none;
    top: -79px;
   
    left:220px;
}

/* sf-menu new additions */
.menu
{
	float: left;
	margin-top:-12px;
	line-height: 1.0;
}
.menu li span
{
	margin: 2px 10px 0px 10px;
	display:block;
	text-align: center;
	font-size: 20px;
}
.menu li li span
{
	 font-size: 17px;
	 text-align: left;
}
.menu li
{
	background: url('../images/menu/menu-background.gif') no-repeat bottom right;
	width: 217px;
	height: 45px;
	float:left;
	position: relative;
	margin-left:2px;
	z-index: 99;
}
.event-menu li
{
	background: url('../images/menu/event-menu-background.gif') no-repeat bottom right;
	width:129px;
}
.tm-menu li
{
	background: url('../images/menu/tm-menu-background.gif') no-repeat bottom right;
	width:180px;
}

.menu li ul
{
	padding-top: 18px;
}
.event-menu li ul
{
	padding-top: 15px;
}

.menu li li
{
	margin-left:0px;
	padding-top: 6px;
	width: 217px;
	height: 28px;
	background: #163A64;
}
.menu li li.menu-dbl-space
{
	height: 40px;
}
.event-menu li li, .event-menu ul.menu ul
{
	width: 129px;
}
.tm-menu li li, .tm-menu ul.menu ul
{
	width: 180px;
}

.menu a
{
	text-decoration: none;
	color: white;
}
.menu ul, .menu li
{
	list-style: none;
}
.menu ul
{
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
	width: 217px;
}

.menu li:hover
{
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.menu li:hover ul
{
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}
ul.menu li:hover li ul
{
	top: -999em;
}
ul.menu li li li:hover ul
{
	left: 10em; /* match ul width */
	top: 0;
}
.menu a.sf-with-ul
{
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
/* point right for anchors in subs */
.menu ul .sf-sub-indicator
{
	background-position: -10px 0;
}
.menu ul a > .sf-sub-indicator
{
	background-position: 0 0;
}
/* apply hovers to modern browsers */
.menu ul a:focus > .sf-sub-indicator, .menu ul a:hover > .sf-sub-indicator, .menu ul a:active > .sf-sub-indicator, .menu ul li:hover > a > .sf-sub-indicator
{
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
.menu li .sifr-menu-item
{
	position:relative;
	top: 10px;
	color: White;
}

.menu li .small-menu
{
    font-size:1.1em;
}


.menu li:hover
{
	outline: 0;
	background: url('../images/menu/menu-background-hover.gif') no-repeat bottom right;
}
.event-menu li:hover
{
	background: url('../images/menu/event-menu-background-hover.gif') no-repeat bottom right;
}
.tm-menu li:hover
{
	background: url('../images/menu/tm-menu-background-hover.gif') no-repeat bottom right;
}
.menu li li:hover
{
	background-image: none;
	background-color: #2C628E;
}
/*******************/
/*******************/


