#nav
{
	height:34px;	
	float: left;
	list-style-type:none;
}
#nav, 
#nav ul 
{ /* all lists */
	list-style: none;
	display: block;
}

#nav a 
{ /* all links */
	display: block;
	color: #fff;
	text-decoration: none;
}

#nav li 
{ /* all list items */
	float: left;
	height:34px;
	padding:0 10px;
	list-style-type:none;
}
#nav li a,
#nav li span
{
	display: block;
	line-height: 34px;
	color: #e9dac3;
	font-size:11px;
	font-weight: bold;
	text-transform: uppercase;
}
#nav li a span
{
	vertical-align: middle;
}
#nav li li
{ /* all list items */
	float: none;
	height: auto;
	padding: 5px 0;
	/*width: 10em; /* width needed or else Opera goes nuts */
}
#nav li li a
{ 
	line-height: 100%;
	font-size:11px;
	font-weight: normal;
	text-transform: none;
}

#nav li ul 
{ /* second-level lists */
	position: absolute;
	z-index: 4000;
	background: #042a5c;
	padding: 0 10px 10px;
	left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, 
#nav li.menuhover ul
{ /* lists nested under hovered list items */
	left: auto;
}

#nav .color2 a,
#nav .color2 span
{
	color: #b6c7e1;
}


/*!!!!!!!!this is a fix for IE7 - menu has strange behavior without it*/
#nav li:hover
{
	background: transparent;
}




/*TEAM MENU*/
#headTeamMenu
{
	height:23px;	
	list-style-type:none;
}
#headTeamMenu, 
#headTeamMenu ul 
{ /* all lists */
	list-style: none;
	display: block;
}

#headTeamMenu a 
{ /* all links */
	display: block;
	color: #fff;
	text-decoration: none;
}

#headTeamMenu li 
{ /* all list items */
	float: left;
	
	height:23px;
	padding:0 5px;
	list-style-type:none;
}
#headTeamMenu li.wpsItem
{ 
	background-image: url(../../images/logo_wps.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 27px;
}
#headTeamMenu li.wpsItem a
{ 
	padding-top: 3px;
}
#headTeamMenu li.teamsItem a
{ 
	border-left: 1px solid #052759;
	padding: 3px 0 0 9px;
}
#headTeamMenu li.teamsItem li a
{ 
	border: 0;
	padding-left: 0;
}
#headTeamMenu li a
{
	color: #052759;
	font-size:15px;
	font-weight: bold;
	text-transform: uppercase;
	white-space:nowrap;
	vertical-align: middle;
}
#headTeamMenu li a span
{
	vertical-align: middle;
}
#headTeamMenu li li
{ /* all list items */
	float: none;
	height: auto;
	padding: 3px 0;
	/*width: 10em; /* width needed or else Opera goes nuts */
}
#headTeamMenu li li a
{ 
	line-height: 100%;
	font-size:11px;
	font-weight: normal;
}

#headTeamMenu li ul 
{ /* second-level lists */
	position: absolute;
	z-index: 9999;
	background: #fff;
	padding: 5px 10px 10px;
	border: 1px solid #bcc5d3;
	border-top: 0;
	left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#headTeamMenu li:hover ul, 
#headTeamMenu li.menuhover ul
{ /* lists nested under hovered list items */
	left: auto;
}


/*!!!!!!!!this is a fix for IE7 - menu has strange behavior without it*/
#headTeamMenu li:hover
{
	background-color: transparent;
}

