﻿div.Top_MediaCenter_MenuContainer
{
	position: relative;
	top: -3px;
	_top: 0;
	_margin: 0;
	width: 100%;
	cursor: auto;
}

div.Top_MediaCenter_Stalk
{
	display: none;
}
table.Top_MediaCenter_Top
{
	_table-layout: fixed;
	/*_width: 160px !important;*/
	_width: 130px !important;
}
td.Top_MediaCenter_Top
{
	background-color: #003354;
}
td.Top_MediaCenter_RightTopCorner
{
	height: 10px;
	width: 10px;
	background-color: #003354;
}

table.Top_MediaCenter_Menu
{
	/*width: 160px;*/
	width: 130px;
	background-color: #045783;
	background-image: url(/Gradient.axd?ori=v&length=50&start=003354&end=045783);
	background-repeat: repeat-x;
}
td.Top_MediaCenter_Item
{
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 100%;
}
hr.Top_MediaCenter_Separator
{
	display: block;
	width: 90%;
	padding: 0;
	margin: 0 0 0 5%;
	_margin: -7px 0 -7px 0;
	_position: relative;
	_left: 5%;
	height: 1px;
	border-style: none;
	background-color: #007799;
	_color: #007799;
}
a.Top_MediaCenter_ItemLink { padding-left: 10px; display: block; text-decoration: none; color: #99eeff; font-size: 11px; }
a.Top_MediaCenter_ItemLink:link{ padding-left: 10px; display: block; text-decoration: none; color: #99eeff; font-size: 11px; }
a.Top_MediaCenter_ItemLink:visited{ padding-left: 10px; display: block; text-decoration: none; color: #99eeff; font-size: 11px; }
a.Top_MediaCenter_ItemLink:hover{ padding-left: 10px; display: block; text-decoration: none; color: #007799; background-color: #9fd6e7; } /* #9fd6e7 is the rollover color provided by Alicia at Novus. */
span.Top_MediaCenter_DisabledItemLink { padding-left: 10px; text-decoration: none; color: #999999; font-size: 11px; }

table.Top_MediaCenter_Bottom
{
	_table-layout: fixed;
	/*_width: 160px !important;*/
	_width: 130px !important;
}
td.Top_MediaCenter_LeftBottomCorner
{
	height: 10px;
	width: 10px;
	background-image: url(/RoundedCorners.axd?foreColor=045783&backColor=ffffff&foreAlpha=255&backAlpha=0&width=10&height=10&radius=10&bottom=1&left=1);
	background-position: left bottom;
	background-repeat: no-repeat;
}
td.Top_MediaCenter_Bottom
{
	background-color: #045783;
}
td.Top_MediaCenter_RightBottomCorner
{
	height: 10px;
	width: 10px;
	background-image: url(/RoundedCorners.axd?foreColor=045783&backColor=ffffff&foreAlpha=255&backAlpha=0&width=10&height=10&radius=10&bottom=1&right=1);
	background-position: right bottom;
	background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	td.Top_MediaCenter_Bottom
	{
		width: 110px;
		height: 10px;
	}
}
