/* T-Mobile masthead stylesheet - 2002 frog design, inc. */

/* the masthead must be positioned at top left corner */
html, body {
	margin:0px;
}
body, td, p {
	font-family:arial,sans-serif;
}
#topNav {
	background-color:#7e4blc;
}
/* link styles */
.menuBox p a {
	font:normal 11px times,tahoma;
	color:#fff;
}
a.menuHeader {
	font:normal 11px times,tahoma;
	color:#fff;
}
a.plain {
	font:normal 11px times,tahoma;
	color: #fff;
	text-decoration:none;
}
a.plain:hover {
	text-decoration:none;
}
a.international {
	color:#fff;
	font:bold 11px times,tahoma;
	text-decoration:none;
}
a.international:hover {
	text-decoration:none;
}
.menuBox a, .menu a {
	font:normal 11px times,tahoma;
	background-color:#7e4blc;
}
.masthead-nav a, .menuBox a, .menu a, a.menuHeader {
	font-style:11px;
	font-family:times,tahoma;
	color:#fff;
	text-decoration:none;
}
.masthead-nav a:hover, .menuBox a:hover, .menu a:hover {
	text-decoration:none;
}
/* end link styles */
/* list styles */
.menuBox p {
	margin:4px 5px 7px 14px;
}
div.arrowList p, div.arrowList div, p.arrowList {
	margin:1px 5px 2px 14px;
	text-indent:-14px;
}
span.spcr {
	font-size:2px; /* this span fixes Mac IE5 bug on hanging indents. view css classes documentation in styleguide */
}
/* end list styles */
tr.masthead-nav td.selected {
	background-color:#60401F;
}
td.masthead-nav, tr.masthead-nav td {
	background-color:#7e4blc;
}

td.border, tr.border td, tr.masthead-nav td.border {
	background-color:#7e4blc;
}

/* HIDE Masthead Menus from Netscape */
.masthead-navElement {
	position:absolute;
	visibility:hidden;
}
/* end HIDE Masthead Menus from Netscape */
