﻿.MainMenu
{
    background-image: url(http://d17jxhses9tyil.cloudfront.net/img/Menu/bkg-Menu.png);
    background-position: left;
    background-repeat: no-repeat;
    width: 751px;
    height: 25px;
    min-height: 25px;
	float: right;
	padding-top: 12px;
	padding-left: 28px;
}
.MenuItem, .MenuItemSel, .MenuItem a
{
	font-size: 12px;
	color: #3C4351;

	background-image: none;
	padding: 0;
	cursor: pointer;
	cursor: hand;
	position: relative;
}
.TopGroup .BreakItem
{
	color: #f0cf06;
	font-size: 12px;
}
.MenuItemL1, .MenuItemL2, .MenuItemL3
{
    border-top: Solid 3px #ffcb00;
	padding: 2px 45px 3px 14px;
	cursor: pointer;
	cursor: hand;
}
.MenuItemL1Sel, .MenuItemL2Sel, .MenuItemL3Sel
{
    background-color: #E77949;
    color: #fff;
	background-image: url(http://d17jxhses9tyil.cloudfront.net/img/bkg/sel-menu-right.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
    border-top: Solid 3px #ffcb00;
}
.MenuItemL1Sel nobr, .MenuItemL2Sel nobr, .MenuItemL3Sel nobr
{
	background-image: url(http://d17jxhses9tyil.cloudfront.net/img/bkg/sel-menu-left.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 2px 45px 3px 14px;
    display: block;
}
.Level0SubGroup, .Level1SubGroup, .Level2SubGroup, .Level3SubGroup
{
	font-size: 11px;
	color: #3C4351;
	background-color:#ffcb00;
	width:122px;
    padding: 10px 0;
}
.Level1SubGroup
{
	width:125px;
}


/* Submenu */

.SubMenu
{
	width: 148px;
	padding: 7px;
	min-height:305px;
	_height:305px;
}
.SubMenu .Section
{
	padding-bottom: 20px;
	margin-top:0px;
	padding-top:0px;
}
.SubMenu .Category
{
	width: 162px;
	min-height: 18px;
	color: #F9FDF8;
	font-size: 18px;
	font-weight: bold;
	margin-top:0px;
	padding-top:0px;
	_height:18px;
}
.SubMenu .Category .CategoryText
{
	margin-left: 10px;
	padding-top: 4px;
}
.SubMenu .PageItem
{
    padding-top: 5px;
    float: left;
}
.SubMenu .PageItem a
{
	color: #E2E2E2;
	font-size: 12px;
	text-decoration: none;
}
.SubMenu .PageItem .Arrow, .SubMenu .SelectedPageItem .Arrow
{
	float:left;
	width:6px;
	min-height:5px;
	_height:5px;
	margin-top:3px;
	margin-right:5px;
}
.SubMenu .PageItem a:hover
{
	text-decoration: underline;
}

.SubMenu .SelectedPageItem
{
	padding-top:5px;
	color: #f0cf06;
	font-size: 12px;
	text-decoration: none;
}

.SubMenu .SelectedPageItem a
{
	color: #f0cf06;
	font-size: 12px;
	text-decoration: none;
}
.SubMenu .SelectedPageItem .Arrow
{
	background-repeat:no-repeat;
	background-image:url(../img/menu/selectionArrow.gif);
}


/* Breadcrumbs */

.Breadcrumbs
{
	font-size:10px;
	color: #c4c4c4;
    padding: 8px 0;
}
.Breadcrumbs .BreadCrumb a, .Breadcrumbs .BreadCrumb span
{
	font-size:10px;
	text-decoration:none;
	color:#c4c4c4;
}
.Breadcrumbs .BreadCrumb a:hover
{
	text-decoration:underline;
}
