﻿div.Top_Products_MenuContainer
{
	position: relative;
	top: -3px;
	_top: 0;
	_margin: 0;
	width: 100%;
	cursor: auto;
}

div.Top_Products_Stalk
{
	background-color: #003354;
	/* width: 72px; /* This is the width when the top menu has "World Areas" included. */
	width: 82px; /* This is the width when the top menu has "World Areas" excluded. */
	height: 10px;
}
table.Top_Products_Top
{
	_table-layout: fixed;
	_width: auto !important;
}
td.Top_Products_Top
{
	background-color: #003354;
}
td.Top_Products_RightTopCorner
{
	height: 10px;
	width: 10px;
	background-image: url(/RoundedCorners.axd?foreColor=003354&backColor=ffffff&foreAlpha=255&backAlpha=0&width=10&height=10&radius=10&top=1&right=1);
	background-position: right top;
	background-repeat: no-repeat;
}

table.Top_Products_Menu
{
	_width: 100%;
	background-color: #045783;
	background-image: url(/Gradient.axd?ori=v&length=145&start=003354&end=045783);
	background-repeat: repeat-x;
}
td.Top_Products_Category
{
	margin: 0;
	padding: 5px 5px 5px 5px;
	_padding: 5px 1px 5px 1px;
	vertical-align: top;
}
td.Top_Products_CategorySeparator
{
	width: 1px;
	background-color: #007799;
}
div.Top_Products_CategoryHeader
{
}
a.Top_Products_CategoryLink { padding-left: 8px; text-decoration: none; color: #99eeff; font-size: 11px; }
a.Top_Products_CategoryLink:link{ padding-left: 8px; text-decoration: none; color: #99eeff; font-size: 11px; }
a.Top_Products_CategoryLink:visited{ padding-left: 8px; text-decoration: none; color: #99eeff; font-size: 11px; }
a.Top_Products_CategoryLink:hover{ padding-left: 8px; text-decoration: underline; color: #ffff99; }
span.Top_Products_DisabledCategoryLink { padding-left: 8px; text-decoration: none; color: #99eeff; font-size: 11px; }

ul.Top_Products_Children
{
	float:left;
	margin: 0;
	padding: 5px 5px 5px 5px;
	_padding: 5px 1px 5px 1px;
	list-style-type: none !important;
	list-style-position: inside;
	_width: 150px;
}
li.Top_Products_Child
{
	margin: 0;
	padding: 0;
	list-style-type: none !important;
}
a.Top_Products_ChildLink { padding-left: 10px; margin:0; display: block; width: 100%; _display: auto; text-decoration: none; color: #ccffff; font-size: 10px; }
a.Top_Products_ChildLink:link { padding-left: 10px; margin:0; display: block; width: 100%; _display: auto; text-decoration: none; color: #ccffff; font-size: 10px; }
a.Top_Products_ChildLink:visited { padding-left: 10px; margin:0; display: block; width: 100%; _display: auto; text-decoration: none; color: #ccffff; font-size: 10px; }
a.Top_Products_ChildLink:hover { padding-left: 10px; margin:0; display: block; width: 100%; _display: auto; text-decoration: none; color: #007799; background-color: #9fd6e7; }
span.Top_Products_DisabledChildLink { padding-left: 10px; text-decoration: none; color: #cccccc; font-size: 10px; }

table.Top_Products_Bottom
{
	_table-layout: fixed;
	_width: auto !important;
}
td.Top_Products_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_Products_Bottom
{
	background-color: #045783;
}
td.Top_Products_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_Products_RightTopCorner
	{
		width: 9px;
	}
	td.Top_Products_Top
	{
		width: 569px;
		height: 10px;
	}
	td.Top_Products_Bottom
	{
		width: 568px;
		height: 10px;
	}
}
