#mainNavBar
{
	float: right;
	padding-right: 20px;
	position: relative;
	z-index: 9000;
	min-height: 130px;
	height:auto !important;
  	height:130px;		
}

#mainNavBar p
{
	margin: 15px 20px 41px 0;
	text-align: right;
	font-size: 11px;
}

#mainNavBar ul
{
	list-style: none;
	margin: 0 -8px 0 0;
	padding: 0;
	position: relative;
	min-height: 24px;
}

* html #mainNavBar ul
{
	height: 24px;
	width: 571px;
}

#mainNavBar ul li.PR ul
{
	left: 0;
	text-align: center;
}

#mainNavBar ul li
{
	min-width: 60px;
}

#mainNavBar ul ul
{
	background: none;
	display: block;
	visibility: hidden; /* for non-javascript support; see the next 3 selectors for overrides */
	position: absolute;
	top: 0;
	margin-bottom: 30px; /* for content separation on pages with a sub-menu */
}

#mainNavBar ul li:hover ul
{
	visibility: visible;
	top: 20px;
}

body.script #mainNavBar ul li ul
{
	visibility: hidden;
}

body.script #mainNavBar ul li.selected ul
{
	visibility: visible;
}

#mainNavBar ul li.selected ul
{
	background: none;
	visibility: visible;
}

#mainNavBar ul li.CS ul
{
	right: 0;
}

* html #mainNavBar ul li.CS ul
{
	width: 480px;
	left: 0px;
}

#mainNavBar ul li.FL ul
{
	left: 60px;
}



#mainNavBar ul li.SE ul
{
	left: 258px;
}

body.noscript #mainNavBar ul li.selected ul
{
	top: auto;
}

#mainNavBar li
{
	float: left;
	background: transparent url(/images/menu/img-navbar-divider.png) no-repeat 0 top;
}

#mainNavBar ul ul li
{
	background: none;
	padding-top: 8px;
}

#mainNavBar ul a
{
	background-image: url(/images/menu/img-navbar-bkgd.png);
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	min-height: 14px;
	margin-left: 2px;
	padding: 5px 10px;
	text-transform: uppercase;
}

* html #mainNavBar ul a
{
	position: relative;
	z-index: 1;
	padding: 6px 10px;
}

#mainNavBar ul ul a
{
	background: none;
	position: relative; /* so setting z-index in nav.js will work */
	padding: 5px 7px;
}

#mainNavBar li.selected li a
{
	color: #ffffff;
}

/* this mess courtesy of IE 6 */
#mainNavBar a:hover,
#mainNavBar li.selected a,
#mainNavBar li.selected li.selected a,
#mainNavBar li.selected a:hover
{
    color: #ff019b;
}

#mainNavBar p,
#mainNavBar p a
{
	color: #bf037b;
}

#mainNavBar ul ul li.selected a
{
	color: #ffffff;
}

#mainNavBar li.first-child
{
	background: transparent url(/images/menu/img-navbar-left.png) no-repeat right top;
}

* html #mainNavBar li.first-child
{
	behavior: url(/css/common/htc/iepngfix.htc);
}

#mainNavBar li.first-child a
{
	background: none;
	margin-left: 0;
}

#mainNavBar li.last-child a
{
	background: transparent url(/images/menu/img-navbar-right.png) no-repeat left top;
}

* html #mainNavBar li.last-child a
{
	behavior: url(/css/common/htc/iepngfix.htc);
}

* html #mainNavBar li.last-child a div /* for IE 6 */
{
	left: -10px !important;
}

#mainNavBar ul ul li.first-child,
#mainNavBar ul ul li.last-child
{
	background: none;
}

#mainNavBar ul ul li.first-child a,
#mainNavBar ul ul li.last-child a
{
	background: none;
}

#mainNavBar div.cursor
{
	display: none;
}

body.script #mainNavBar div.cursor
{
	background-image: url(/images/menu/cursor.png);
	display: block;
	position: absolute;
	z-index: -1;	
	left: 0;
	width: 0;
	height: 0;	
	padding-left: 2px;
	overflow: hidden; /* for IE6 */
}

body.script #mainNavBar div.cursor div
{
	background-image: url(/images/menu/cursor.png);
	background-position: right top;
	height: 3px;
	overflow: hidden; /* for IE6 */
}

body.script #mainNavBar div.cursor#cursorSelected,
body.script #mainNavBar div.cursor#cursorSelected div
{
	background-image: url(/images/menu/cursor-selected.png);
}