﻿
.MasterPageParentDiv
{
	margin:auto;
}

.MasterPage_GlobalMenu_li
{
  float: right;
  list-style: none;
  padding: 5px 0px 5px 15px;

}

.MasterPage_GlobalMenu_li a
{
  text-decoration: none;
  color: #606060;
}

.MasterPage_GlobalMenu_ul
{
  margin: 0;
  padding: 0;
  margin-right: 30px;
}


.MasterPage_MainMenu_tr
{
  background-image: url(../Images/MasterPage/Menu_Tile.gif);
  background-repeat: repeat-x;
}


.MasterPage_MainMenu_ul
{
  padding: 0;
  margin: 0;
}


.MasterPage_MainMenuArrows_li
{
  float: left;
  line-height: 7px;
  font-size: 7px;
  color: #ffffff;
  width: 142px;
  text-align: center;
  list-style: none;
}

.MasterPage_MainMenuItem_li
{
  float: left;
  font-size: 14px;
  color: #FFFFFF;
  width: 140px;
  text-align: center;
  list-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
  border-right: 1px solid #888888;
  border-left: 1px solid #555555;
}


.MasterPage_MainMenuSelected_li a
{
  color: #ffffff;
  text-decoration: none;
  cursor:default;
}

.MasterPage_MainMenuArrows_White_tr
{
  background-color: White;
  height: 7px;
}


.MasterPage_MainMenuArrows_Gray_tr
{
  background-color: #efefef;
  height: 7px;
}

.LegalTextLabelClass
{
	color:#909090;
	font-size:11px;
}

.MenuHeaderClass:Hover
{
	color:#1197ff;
}