
.MainMenuContainer
{
	width:728px;
	height:124px;
}
.MenuCell
{
	position:relative;
	top:0px;
	left:0px;
	width:728px;
	height:124px;
}
.ButtonContainer
{
	position:absolute;
	top:0px;
	left:0px;
	width:728px;
	height:24px;
	z-index:1;
}
.MenuContainer
{
	position:absolute;
	top:0px;
	left:0px;
	width:728px;
	height:124px;
	z-index:0;
}
.FloatLeft
{
	float:left;
}
.FloatRight
{
	float:right;
}

.SmallButton
{
	height:17px;
	cursor:pointer;
}
.SmallButton a.ButtonLink
{
	display:block;
	padding-top:1px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

.SmallButton .ButtonLeftSide
{
	float:left;
	height:17px;
	vertical-align:middle;
	
	padding-left:10px;
	padding-right:5px;
	
	background-repeat: no-repeat;
	background-image: url(/Images/Global/button.png);
	background-position: 0px 0px;
}
.SmallButton .ButtonRightSide
{
	float:left;
	height:17px;

	background-repeat: no-repeat;
	background-image: url(/Images/Global/button.png);
	background-position:-296px 0px;
}
div:hover.SmallButton .ButtonLeftSide
{
	background-position: 0px -17px;
}
div:hover.SmallButton .ButtonRightSide
{
	background-position:-296px -17px;
}

.HeaderButtonMargins
{
	margin-top:4px;
	margin-left:10px;
}

.GlobalMainMenu 
{
	background-color: #333333;
}
.GlobalSecondaryMenu
{
	background-color: #333333;	
}
.GlobalLanguageSelector
{
	background-color: #465B78;
}
.GlobalWhiteMenu
{
	background-color: #FFFFFF;
}
A.SideMenuLink
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
A.SideMenuLink:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.retailer_quote_gradient
{
	background-color:#E6E6E6;
	background-repeat: repeat-x;
	background-image: url(/Images/Summary/retailer_quote_gradient.gif);
}
