﻿
#global-nav
{
	background-color: #c1c1c1;
	background-image: url('../images/GlobalNav_Bg.gif');
	background-position: right;
	background-repeat: repeat-x;

	display: block;
	overflow: hidden;
	height: 42px;
	width: 739px;
    float:left;
    text-align: left;
}


.Item
{
	/* styles here are emitted in table.MenuItem, td.MenuItem  */
 	font-family: "Arial Black", Arial, sans-serif;
 	font-size: 10px;
 	color: #636363;
 	text-transform: uppercase;
	line-height:10px;

	display: inline-block;
	height: 42px;
	width: 658px;
	float: left;
}


.Item td table
{   
	/* border: 1px solid orange; */
    background-image: url('../images/GlobalNav_Bg_Normal.gif');
    background-position: right;

    display: inline-block;
	height: 42px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;

}

.Item td table td
{   
	padding-left: 12px;
	padding-right: 12px;
}

.Item table
{
	margin-right: 7px;
}

.Item td:first-child table
{

}

.MenuItem
{
   color: #636363;
   text-decoration: none;
}

a.MenuItem
{
	background-image: none;
	background-color: transparent;
}

table.MenuItem td
{
   height: 42px;
   text-align: center;
}

.Hover
{
    color: #2B2B2B;
    text-decoration: none;
}

.Item a.Selected
{
	background-image: none;
	background-color: transparent;
}

.Item .Selected
{
    background-image: url('../images/GlobalNav_Bg_Selected.gif');
    background-position: right;
	
	height: 42px;
    color :#FFFFFF;
    margin-left:-2px;
}

.FAQButton
{	
	display: inline-block;
	height: 42px;
}

@-moz-document url-prefix() {
    .FAQButton
    {
        padding-left:7px;
        padding-top:1px;
    }
}


.FAQButton td
{
	
	height: 12px;
}

.FAQButton a
{
	Font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #636363;
	text-decoration: none;
}

.FAQButton a:hover
{
	color: #2b2b2b;
	text-decoration: underline;
}




