﻿/*******************
	Master Page
 */

.YourAccountText
{
	color: White;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	top: 61px;
	left: 20px;
}

#TopMenu
{
	position: absolute;
	top: 59px;  /* Position of top right menu bar */
	z-index: 1;
}

#TopMargin
{
	font-weight: bold;
	color: White;
	height: 72px;
	overflow: hidden;
	background-image: url("/jfmgecom/wireless/images/topMenuBarRightBgImg2.gif");
	background-repeat: no-repeat;
	background-color: #7a82c0;
	background-position:right top;
}


div.topMenuButton
{
	width: 137px;
	height: 18px;
	color: #e6e6ff;
	background: url( "/jfmgecom/wireless/images/menu/topMenuBarBg.gif" );
	font-weight: bold;
	text-align: center;
	float: right;
	padding-top: 2px;
	z-index: 100;
}
/* end Master Page */