﻿
/*------------------------------------mainNav-----------------------------------------------*/
#mainNavMember 
{
	position: absolute;
	_position: none;
	*position: none;
	z-index: 1;
	display: block;
	margin-top: -7px;
	_margin-top: -12px;
	*margin-top: -12px;
	height:31px;
	width: 920px;
	text-align: center;
}

#mainNavMember ul 
{
	margin: 0;
	padding: 0;
	list-style: none;	
	/*background-color: #13253d;*/
}

#mainNavMember li 
{
}

.mainNavAMember
{
	display: block;
	padding-left: 0px;
	line-height: 2.1em;
	text-decoration: none;
	color:#0878fe;
	text-align:center;	
	font-weight: bold;
	font-size: 16px;
	font-family:Arial;
}

.mainNavAMember_selected
{
	display: block;
	padding-left: 10px;
	line-height: 2.1em;
	text-decoration: none;
	color:#ffffff;
	text-align:center;	
	font-weight: bold;
	font-size: 14px;
	font-family:Arial;	
}

/*------------------------------------secondaryNav-----------------------------------------------*/

#secondaryNavMember {
	position: absolute;
	z-index: 2;
	display: block;
	height: 35px;
	width: 890px;
	top: 96px;
	left: 13px;
	background-image: url(images/yodio_navigationbar.gif);
	background-repeat: no-repeat;
	text-align: center;
}

.secondaryNavMember
{
	display: block;
	padding-left: 0px;
	line-height: 2.1em;
	text-decoration: none;
	color: #0878fe;
	float: left;
	font-size: 13px;
	font-family:Arial;
}


.secondaryNavMember a:link {
	text-decoration:none;
	color: #163161;
}

.secondaryNavMember a:visited {
	color:#163161;
	text-decoration:none;
}

.secondaryNavMember a:hover {
	color:#0878fe;
}

.secondaryNavMember a:active{
	color:#FFFFFF;
}


.secondaryNavMember_selected
{
	display: block;
	padding-left: 0px;
	line-height: 2.1em;
	text-decoration: none;
	color: #0878fe;
	float: left;
	font-size: 14px;
	font-family:Arial;
}


.secondaryNavMember_selected a:link {
	text-decoration:none;
	color: #0878fe;
}

.secondaryNavMember_selected a:visited {
	color:#0878fe;
	text-decoration:none;
}

.secondaryNavMember_selected a:hover {
	color:#0878fe;
}

.secondaryNavMember_selected a:active{
	color:#FFFFFF;
}

